资源列表
vC
- c算法程序集:内含有各种数值算法及相关算法程序集。-c algorithm set: contains a variety of numerical algorithms and related algorithms assembly.
shortway
- 求最短路径程序的。在visual c++6.0下打开。-The shortest path program. In visual c++6.0 to open.
Dijsktra
- implementation of Dijkstra s algorithm for finding shortest paths in graphs.
Data-structure-Code
- 数据结构主要内容的c语言实现 包含线性表,链表,树,希尔排序等等重要数据结构的编程事例-Main data structure of c language contains a linear table, list, tree, hill sort of programming so important examples of data structures
suanfa
- 里面含有13个经典算法的研究,对算法有兴趣的朋友可以看看。-Which contains 13 classic algorithm, the algorithm interested friend can see.
sube
- 弗洛伊的算法可以使用在解决旅行商问题中NTP问题 。-floyd is very good to solve math probloms
BeiHang08_03
- 从string.in中读入数据,然后用户输入一个短字符串。要求查找string.in中和短字符串的所有匹配,输出行号、匹配字符串到string.out文件中。 //匹配时不区分大小写,并且可以有一个用中括号表示的模式匹配。如“aa[123]bb”,就是说aa1bb、aa2bb、aa3bb都算匹配。-Read data from string.in, then the user enters a short string. Find string.in requirements and sho
volunteer
- 本系统为一个用c语言开发的程序代码,是用来记录志愿者报名系统的。主要是用链表实现的。并且使用了文件的部分功能。能完成插入,删除,显示等等功能。比较完备。-The system is a development program using c language code is used to record the volunteer registration system. The list is mainly used to achieve. And use a portion of the f
bitree
- 一个简单的遍历二叉树的示例程序,搜索并在屏幕上显示-A simple example of binary tree traversing procedures, search and display on the screen
SortDemo
- vc ——实现排序操作\SortDemo-vc- to achieve the sorting operation \ SortDemo
the-internal-sorting-algorithm
- 通过内部排序算法实现,熟练掌握各种排序算法的基本技术。通过各种排序算法在数据随机分布、正序和逆序情况下,数据比较次数和数据元素移动次数,对不同排序算法的时间复杂读获得只管的感受。-Through internal sorting algorithm, to master the basic techniques of various sorting algorithms. Data through a variety of sorting algorithms in random distri
List
- 对链表的一些处理,包括头插法建表,尾插法建表,链表长度运算 ,求链表第i个元素运算 ,按值查找运算,插入结点运算,删除结点运算,逆置链表运算-On the list of some of the processing, including construction of the first interpolation table, end table built interpolation, computing the length of the list, find the i-th elem
