资源列表
利用四阶龙格-库塔公式计算常微分初值问题的数值解
- 利用四阶龙格-库塔公式计算常微分初值问题的数值解,The use of fourth-order Runge- Kutta ordinary differential formula of the numerical solution of initial value problem
dijkstra_homework
- 本例为dijkstra算法的一个应用。程序比较清晰简洁地运用循环解决了dijkstra算法中的集合元素判断问题。-The dijkstra algorithm were an application. Clear and concise procedures used to resolve the cycle dijkstra algorithm to determine the issue of a collection of elements.
myGraph
- Search Graph in 2 dimension array
coid
- 关键词匹配,主要用于文献中关键词的近似匹配。-keywords matching
linklist
- 建立一个学生链表,实现基本的创建,删除,插入功能。-A student list, to achieve the basic create, delete, insert function.
zhuanzhi
- 利用VC6.0系统,利用数据结构,进行矩阵行列转置。-Using VC6.0 system, the use of data structure, the ranks of the matrix transpose.
links
- 链表的一些简单的功能,初始化,创建,删除,插入,修改等-the function of links
Josephus
- 数据结构中约瑟夫算法的向量实现。能够在C的环境下运行。-Joseph algorithms data structures vector implementation. In the C environment to run.
bsbs
- 对压缩码流的处理,对码流格式进行转换,输入为一种格式,输出为另种-the use for
mian
- 又称单词查找树,Trie树,是一种树形结构,是一种哈希树的变种。典型应用是用于统计,排序和保存大量的字符串(但不仅限于字符串),所以经常被搜索引擎系统用于文本词频统计。它的优点是:利用字符串的公共前缀来节约存储空间,最大限度地减少无谓的字符串比较,查询效率比哈希表高。 -Text of obtaining statistics its advantage is: use the public to save string prefix storage space, the maximum r
2
- 链表排序 主要介绍链表排序-search of link
problem
- 回溯法解决ACM题目“旅行商问题”的c++源代码-Backtracking to solve the ACM topic " traveling salesman problem" c++ source code