资源列表
LCS
- 算法动态规划最长公共子序列的递归实现,并包括查找过程的体现-Dynamic programming algorithm for the longest common subsequence of the recursive implementation, and includes the process to find a manifestation of
a_n
- 用二分法求解a的n次方,其中用到了迭代法。-Solving a dichotomy with the n-th power, which uses an iterative method.
SNA
- 随机牛顿法估计系统模型参数,揭示了许多算法的内在联系。-Stochastic Newton method to estimate the system model parameters, revealing the internal relations of a number of algorithms.
06104406HW06-partA
- sample c functions atof , strstr and memcmp.. these function was writtend again ...if u have a question please contact umarsizcocuk@gmail.com
9927445TestTrec
- ASPSeek是一个C++编写的互联网搜索引擎,并使用了STL库。它主要包括一个检索机器人,一个搜索守护程序,和一个搜索前端(CGI或者是 Apache模块)。它大概可以检索几百万个URLs,来查找给定的短语和单词,并使用通配符,进行布尔搜索。搜索结果可以限定在给定的时间或站点,站点空间,并按照相关性或者时间进行排序(这里面使用了一些非常酷的技术)。ASPSeek可以应用于很多语言和编码中(甚至包括多字节语言如中文)。它为多个站点做了优化。(多线程检索,同步DNS查询, 按站点将结果分组, We
objec_fitness
- optimization of a fuzzy rule based PI controller with using Genetic Algorithm
baby
- 红黑树的实现代码,实现了基本的红黑树的功能-Red-black tree implementation of the code to achieve the basic function of red-black tree
sts-2.0b
- NTIS随机数质量检测程序, 主要用于测试产生的随机数质量-NTIS standard random test program
north-2009-archive
- Solution archive of ACM ICPC NEERC quaterfinal 2009-2010
matrix_library
- A Stand-alone Library implemented in C to replicate all Matrix related operations in software. Using this library, the user can easily play around with matrices, like transpose, multiply, Inverse
InsertionSort
- This provides a basic implementation of the Insert Sorting Algorithm in C. This demonstrates the usage of this algorithm.
quicksort
- This contains an implementation of the Quick Sort Algorithm under C. The user can utilize this in his/her program to perform Quick sorting of arrays.