资源列表
cpp
- 文章查重源码 应用了最短编辑距离算法以及相似度算法原理,用两个待比较的文本框输入要比较的的文本文字,然后求解,最后输出两篇文章的相似度的百分比 -The article source application rechecking the shortest edit distance algorithm and the similarity principle, comparing two stay text box input to compare the text of the text,
IsReverse
- 2. 链栈的应用:编写函数,判断给定的字符串是否回文。如字符串“abcba”、“abccba”均为中心对称,字符串“abcdba”不中心对称,我们将中心对称的字符串称为回文。-2. Chain stack applications: Write a function to determine whether a given string palindrome. If the string " abcba" , " abccba" are the center o
key_ListInArray
- 3. 利用折半查找算法在有序表中插入一个元素,并保持表的有序性。在ListInArray工程中添加新接口int ListInsert_Binary(LIST &L, DataType item)实现上述功能。-3. Use binary search algorithm to insert an element in the ordered table, and keep ordering table. Adding a new interface works in ListInArray in
bpsk1
- 本程序是自己写的,在瑞丽衰落信号下的BPSK仿真,已经经过试验成功-This program is written in their own, in Ruili fading BPSK simulation signal, has been successfully tested
BPSK2
- 本程序是自己写的,经过验证的,瑞利衰落信道下的BPSK信号仿真-This program is written in their own, after verification, simulation of BPSK signals in Rayleigh fading channels
人工鱼群算法C++代码
- 此人工鱼群算法为解决TSP问题的,是C++代码源程序,是可以运行的……
fenzhixianjiefa
- 算法设计与分析题目: 把长度为l1,l2…ln 的n个程序放在磁带T1和T2上,并且希望按照使用最大检索时间取得最小值的方式存储,即如果存放在T1和T2上的程序集合分别为A和B,则希望所选择的A和B使得max{∑li 1,∑li2}(i1属于A,i2属于B)取得最小。 使用分支限界法实现。-Algorithm design and analysis
huisufa
- 把长度为l1,l2…ln 的n个程序放在磁带T1和T2上,并且希望按照使用最大检索时间取得最小值的方式存储,即如果存放在T1和T2上的程序集合分别为A和B,则希望所选择的A和B使得max{∑li 1,∑li2}(i1属于A,i2属于B)取得最小。 使用回溯法实现。-The length l1, l2 ... ln n programs on the tape T1 and T2, and want to use the maximum search time in accordance wi
datastructures
- 最全面最实用的数据结构源代码。。gcc完美运行-The most comprehensive and practical data structure of the source code. .
bptest
- 该算法为基于克隆选择原理的人工免疫算法。算法有三部分,第一部分为传统的遗传算法,第二部分CSA算法,两方法对一些函数求极值,可比较各自的特点。-The algorithm is based on the principle of artificial immune clonal selection algorithm. Algorithm has three parts, the first part of the traditional genetic algorithm, the secon
test1
- lingo code for vehicle routing problem with have chance constraints (with time not stable)
frequency-statistics-tool
- 这是一款用Python编写的用来进行遍历词频统计的工具。-This is a written in Python used to traverse the frequency statistics tool.