搜索资源列表
Huffman-tree
- 数据结构 1、算法思路: 哈夫曼树算法:a)根据给定的n个权值{W1,W2… ,Wn }构成 n棵二叉树的集合F={T1,T2…,T n },其中每棵二叉树T中只有一个带权为W i的根结点,其左右子树均空;b)在F中选取两棵根结点的权值最小的树作为左右子树构造一棵新的二叉树,且置新的二叉树的根结点的权值为其左、右子树上结点的权值之和;c)F中删除这两棵树,同时将新得到的二叉树加入F中; d)重复b)和c),直到F只含一棵树为止。
skyline
- 城市轮廓线问题的实现,利用分治算法,将input1.dat文件放在d盘根目录下-Urban contour implementation issues, using the partition algorithm, the input1.dat files under the root directory on the d
DSA
- java写的DSA数字签名算法,是密码学中的典型算法-java wrote DSA Digital Signature Algorithm is Cryptography typical algorithm
Release
- 动股 0.02 版 StockImage : 本程序是一个股票实时显示系统 a.服务器端 是用php 写成 ,数据是从Yahoo 得到的一整张图片, b.php 在server端切割增张图片,把一整张图片切割成一张张小图片, c.客户端定时刷新,不过不是更新一整张图片,而是只更新与上一次不同的小图片 d.判断图片是否跟上次相同,使用了md5 算法来判断是否图片已经更新了 e.ajax的后台数据传输到前台的过程使用了JSON 协议来封装
SourceCode
- 基于关系数据的节点最短路径D氏算法的java实现,包含输入与输出-Relational data based on the node' s shortest path algorithm java implementation D, including the input and output
641
- D-S证据理论算法Java实现,完成信息融合技术的身份识别算法。-DS evidence theory algorithm for Java implementation, complete identity information fusion algorithm.
DAlgorithm
- D算法程序,java编写,适用于路由算路等方面-D algorithm program, java prepare for routing algorithm Road etc.
XiangGe
- 假定你开去香格里拉。出发前油箱是满的,可以行驶D公里。路上一共有n个加油站,A[i]表示从第i-1加油站到第i个的距离。最后一个加油站在香格里拉。请设计算法帮助驾驶员选择加油站使加油的次数最少-Suppose you open to the Shangri-La. Tank is full before departure, you can drive D km. A total of n-way stations, A [i] that from the first i-1 i-station
KeywordSpotting
- 多串匹配的AC算法/多字符串匹配/多字符串检测/多字符串识别/Aho-Corasick自动机/ahocorasick自动机/AC自动机。/Java实现 该程序是一个高效的,能处理较大的Unicode字符文本(包括要检测的文本和关键词文本)的关键词匹配程序,因此程序的输入为input.txt为待检测文本,keywords.txt为关键词文本,文件夹test1,test2,test3分别是三组自己设定的input和keywords,可自行任意添加删改,运行程序前先将一组拷贝至D:\。 程序将
banker
- 以LINK LIST所編寫成的銀行家演算法 a.可用的 Allocation ( i ):表示第 i 個處理單元目前已分配到的資源數目。 b.最大值Max ( i ):表示第 i 個處理單元所要求資源的總數量。 c.需求Need ( i ):表示第 i 個處理單元尚需要的資源數量;即 Need ( i ) = Max ( i ) - Allocation ( i ) d.可用的 Available:表示系統中尚未使用的資源數目-LINK LIST compiled by th
azampagl-robotics-d-star-lite-v1.0.0
- azampagl-robotics-d-star-lite-v1.0.0 d-star-lite 機器人動態最短路徑演算法-azampagl-robotics-d-star-lite-v1.0.0 d-star-lite robot dynamic shortest path algorithm
pub
- 包括屏幕打印p、正则匹配r、下载d、算法性能t等功能-Including screen printing p, r, Download d, algorithm performance t regular match
KNN
- KNN算法分析及研究,将训练元组和测试元组看作是n维(若元组有n的属性)空间内的点,给定一条测试元组,搜索n维空间,找出与测试元组最相近的k个点(即训练元组),最后取这k个点中的多数类作为测试元组的类别。-Yuan KNN algorithm analysis and research, the training set and test set as a n d have the n properties (if a tuple) within the space of points, giv
qingtian
- 晴天的授权方式很独特,下面我说下方法,大家先记下算法, a=67 b=68 c=69 d=70 e=71 f=72 g=73 h=74 i=75 j=76 k=77 l=78 m=79 n=80 o=81 p=82 q=83 r=84 s=85 t=86 u=87 v=88 w=89 x=90 y=91 z=92 0=01 1=02 2=03 3=04 4=05 5=0
Dijkstra
- 任意给定图,10个结点以上,实现图,并用迪杰斯特拉算法求最短路径 注:在D盘存放节点之间的权值-Any given map, more than 10 nodes to achieve chart, and use Dijkstra shortest path algorithm
6
- 已知单链表H,利用栈的原理写一个算法将其倒置。-试试带有自动翻译功能的新型浏览器。下载 Google Chrome 浏览器关闭翻译英语中文德语检测语言 中文(简体)英语日语 翻译文字或网页 已知单链表H,利用栈的原理写一个算法将其倒置。 请键入文字或网站地址,或者上传文档。 取消 Yǐ zhī dān liànbiǎo H, lìyòng zhàn de yuánlǐ xiě yīgè suànfǎ jiāng qí dàozhì. 源语言: 中文Known s
Kinodynamic_Dstar
- D星算法及图示,Dstar with kinodynamic constraints and visualization functionality using Java -Dstar algorithm, Dstar with kinodynamic constraints and visualization functionality using Java
dstar
- Anthony Stentz论文 《部分环境已知的最佳有效路径算法》的实现-Contains a Java implementation of the D* algorithm
mmm
- 算法与数据结构的一次课设,实现了八皇后问题可学籍管理问题(Computation Method D phononic bandgap plane wave, Energy spectrum analysis and calculation, GPS and INS navigation program.)