资源列表
ex4
- 生产者消费者算法 找素数线程每次只放一个素数 显示素数线程每次只显示一个素数-Producer-consumer algorithm
3
- 一个简单的程序自己写的,用链表写的一个类似约瑟夫杀人的。-A simple program to write, and write with a similar list to kill Joseph.
yuanyinzimu
- 输入一段文字,实现原音字母统计功能,课程设计难度,适合初学者参考-shuruyiduan wenzi shixian yuanyin zimu tongji gongneng
bin_tree
- A data structure implemented via a linked list. Useful for finding elements in a small amount of time.
6
- 重载加运算符,将一复数与一个double数相加,结果存放在double型的变量中-Overloading the addition operator, will be a complex number with a double and the result is stored in a variable of type double
zhudianbijiaofachabu
- 逐点比较法的插补算法,在vc中运行,自动计算-By-point comparison of the interpolation algorithm, running in the vc, automatic calculation of
graph-algorithm
- 图论算法,包括最短路算法、最小生成树、图的连通性、网络流、匈牙利算法等等源码-graph algorithm
bm
- BM算法,通过BM算法实现字符串匹配,快速匹配字符串-BM algorithm, through the BM string matching algorithm fast string matching
ArrangeCount
- 会场安排问题!用贪心算法做的,c语言编写的。-The arrangement for the meeting! Use the greedy algorithm, written in c language.
complex
- 一个可以进行复数四则混合运算的运算器,是数据结构中高质量的试验,-Can be a complex mixture of four ALU operations, the data structure is high-quality trials,
MaxSum-(2)
- 用动态规划算法实现最大m子段和问题,给定N个整数组成的序列,以及一个正整数m,要求确定序列的m个不相交子段,使这m个子段的总和达到最大-Dynamic programming algorithm with the maximum m sub-section and the problem, given a sequence of N integers, and a positive integer m, required to determine the sequence of m disjoi
LinkedList
- A Linked List data structure implemented via pointers.
