搜索资源列表
一种D算法
- 是D算法的一个很好的例子,绝对好用,在内部修改矩阵。运行界面会提示让你输入两个节点,结果就是这两个节点间的最短路由-D algorithm is a good example of absolute convenient, in-house change matrix. Running interface will prompt you to import two nodes, the results of these two node
D-Algorithm
- 数字电路故障分析之D算法C++实现。按照教科书编写,可能比较古板。-digital circuit failure analysis algorithm C D realization. According to textbook writing, perhaps more rigid.
AES候选算法,安全性高于3DES而速度快过DES
- AES候选算法,安全性高于3DES而速度快过DES-candidate for AES, 3DES and safe to speed faster than DES
一种D算法
- 是D算法的一个很好的例子,绝对好用,在内部修改矩阵。运行界面会提示让你输入两个节点,结果就是这两个节点间的最短路由-D algorithm is a good example of absolute convenient, in-house change matrix. Running interface will prompt you to import two nodes, the results of these two node
D-Algorithm
- 数字电路故障分析之D算法C++实现。按照教科书编写,可能比较古板。-digital circuit failure analysis algorithm C D realization. According to textbook writing, perhaps more rigid.
一种新的聚类分析距离算法
- K均值是一个预先知道类数的算法,需要具备专业知识,不现实。本文提出一个确定类数的方法。-K is a means to know in advance the number of categories algorithm, requires expertise and unrealistic. This paper presents a number of categories to determine the method.
svdpackc.tar
- 求矩阵奇异分解svd算法,共计4种实现方式,-for SVD matrix decomposition algorithm, for a total of four kinds of achievement,
先进先出页面算法程序2
- 先进先出置换页面算法的程序实现 进程执行程序时要访问的...先进先出置换算法FIFO 最近最少使用置换算法LRU 最近未使用置换算法NUR 工作集. ...例:某进程分配页架数为3,其运行期间页面访问序列:A,B,C,D,A,B,E,A,B,C,D,E,分析其按照OPT算法进行页面置换时的缺... -FIFO replacement pages algorithm program implementation process pro
AES 加密算法
- 一个免费实用的DELPHI AES 加密算法函数包及演示文件,给有需要的朋友-a free practical DELPHI AES encryption algorithm function package and demonstrate the documents to a friend in need
递归算法快速排序
- 分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f t,右段r i g h t和中段m i d d l e。中段仅包含一个元素。左段中各元素都小于等于中段元素,右段中各元素都大于等于中段元素。因此l e f t和r i g h t中的元素可以独立排序,并且不必对l e f t和r i g h t的排序结果进行合并。m i d d
用C语言DES加密算法
- 用C语言写的DES加密算法程序 非常不错的东东,虽非原创,但很有用。-C language to write the DES encryption algorithm is very good Dongdong, though not original, but very useful.
1-d~music
- 一维线形阵元的music算法DOA估计,参数为3个信号源,8阵元接收-one-dimensional linear array of music DOA estimation algorithm and parameters for the three signal sources, eight receiving element
2-d~music1
- 二维方位角/仰角的music算法DOA估计程序-2D azimuth/elevation to the music algorithm DOA estimation procedures
2-d~music2
- 二维方位角/仰角music算法DOA估计程序,阵元采用均匀园阵-2D azimuth/elevation algorithm music DOA estimation procedures, the element array uniform Park
floydsf
- 最短路算法------floyd算法 -shortest path algorithm------ floyd Algorithm
floyd
- floyd算法,matlab实现,是.m文件。简单明了-floyd algorithm, matlab realize is. m file. Simple
SARAutoFocus
- 利用matlab编程语言,对合成孔径雷达的R-D算法进行了仿真-Matlab programming language to use for synthetic aperture radar simulation algorithm RD
hyy_d
- 图论D算法求最小路径,应用于路由选择问题(Graph theory, D algorithm, minimum path)
FLOYD
- 用MATLAB实现最短路径问题,F算法和D算法,已调通(Using MATLAB to achieve the shortest path problem, D algorithm, has been tuned)
Dstar动态路径规划算法
- 用于动态路径寻优的D*算法,可以运行出完整的路径,具有一定的参考价值(D* algorithm for dynamic path optimization, can run)