资源列表
lock_free
- 跨平台(window,Unix),c++开发,免加锁队列,多个生产者,多个消费者,实现真正的lock fr-lock free ,multi_products and multi_customs,cross platform(windows,unix)
Task1
- n numerical analysis, Newton s method (also known as the Newton–Raphson method), named after Isaac Newton and Joseph Raphson, is a method for finding successively better approximations to the roots (or zeroes) of a real-valued function.
2013.10.26_BST
- 生成一颗二叉平衡搜索树,随着输入与删除,同步更新树的结构,使之保持平衡。-Generate a balanced binary search tree, with the input and deleted, synchronized tree structure to keep it balanced.
多线程读写者
- 利用多线程简单的读写者问题。。。。。。。。。。。。。。
linear convolution, infinite impulse response, power spectral density, sine waveform
- linear convolution, infinite impulse response, power spectral density, sine waveform written in c run on code composer studio and kit dsk 6713
Dijkstra
- Dijkstra算法在C++语言下的实现-Dijkstra algorithm in C++ language
huffman
- C++数据结构中哈夫曼函数的编写与实现,同时利用哈夫曼算法构建哈夫曼树-C++ data structure to achieve Huffman
hashtable
- 哈希表的生成与利用哈希表来进行数据的检索与存储-Generate and use a hash table hash table to retrieve and store data
maximum
- 测试txt 中数据,实现4种算法Maximum 算法,并计算运行时间-Maximum subsequence sum 4 Algorithm
data-struct
- 严蔚敏老师数据结构源代码,完整版,书中例子详细代码,希望对你有帮助-data struct
BUBBLE
- 冒泡算法排序~从小到大排列一组数据~初始化变量个数为20-Bubble sort algorithm- Sorted initialize a set of data- the number of variables is 20
SQL
- 采用顺序存储结构实现线性表,实现线性表合并、求交操作。-Sequential storage structure for linear tables, linear table merge, intersect operation.
