资源列表
121
- 用C的链表去实现大整数的加法运算的.能够有效的解决问题.-With the C list to achieve large integer addition operation . To effectively solve the problem.
8-queens
- 数据结构,《八皇后问题》(基于c语言)-Data structure, the eight queens problem " (c language)
priority-queue
- 优先队列 数据结构与算法 哈工大软件设计与开发 优秀代码 分享交流-hit code priority queue
SHELL
- 算法 排序 希尔排序 sheelsorting
02051311
- 用C语言实现的两路归并算法,采用链表存储两组数,用户自行输入两组数,用子函数实现其归并到List1中,将其打印出来。
Queue
- 循环队列的实现(Queue, C++版)-Circular queue implementation (Queue, C++ Edition)
mark-statistics-of-sports-meeting
- 这个程序是专门为运动会分数统计而设计的,包含运动员的校名、成绩、排名等内容。-This process is designed for fractional statistics of sports meeting , containing the athletes school name , grade , ranking and so on .
h
- 串的匹配问题,用C语言实现此算法,很实用的算法。-The string matching problem, this algorithm, a practical algorithm using C language.
queue
- 标准数据结构queue的c源码实现,非常规范,仅供参考-C source code to achieve the standard data structure queue
xiaobo
- 小波谱分析mallat算法经典程序。真的不知道写一些什么来凑够20字-Spectral analysis mallat classical algorithm procedures. Really I do not know what to write 20 words lobbied
a
- 最小生成树C语言描述,采用了Prim算法,提高程序运行速度-C language to describe the minimum spanning tree, using Prim algorithm, improve the running speed
dbPoint.c
- C语言实现,分治法求平面中任意个点的最近点对和最近距离。-C language implements, find out the shortest point pair and the shortest length between arbitrary points in a plane, with divide and conquer method.