资源列表
Calculator
- 采用中缀变后缀的算法,实现简单的加减乘除的小程序-Variable suffix used infix algorithms, perform simple addition and subtraction multiplication and division of the small programs
linklist
- 用C语言代码实现两个链表的合并,并且链表的创建为手动-C language code merge two linked list, and the creation of the list for the manual
joseph
- 实行约瑟夫环功能 有界面的 MFC vc++ 制作的 -Joseph Ring function implemented interface MFC vc++ produced
MixtGaussian
- 这是基于em算法混合高斯模型参数的估计方法,用matlab开发的,看一遍程序就会明白了。-mixture Gauss estimation
BTree
- 二叉树编程,完整实现,包括树的增加,删减等维护功能-Binary programming, a complete implementation
qsort_cilk
- 是使用cilk扩展的快速排序算法,在安装了Intel parallel studio的VS上,可以看出计算的速度大大提高!-The rapid expansion of the use of cilk sorting algorithm, the installation of the Intel parallel studio in VS, you can see that greatly improved the speed of calculation!
critical_path_works
- 关键路径问题的解决,关于一些简单的功能实现,使用c语言完成,用于数据结构实习-Critical path problems on some simple, accomplished using the c language for data structures internship
Sort
- 五种常用的排序算法:冒泡、选择、插入、归并、快速排序的实现-Five commonly used sorting algorithms: bubble, choose, insert, merge, quicksort implementation
BST_WangBin
- 使用visual c++实现二叉树基本操作-Visual c++ implementation using a binary tree
DATESTRUCT
- 经典的老师数据结构课件,对初学者有很好的帮助-The classic teacher data structures courseware, there is a good help for beginners
稀疏矩阵
- 简单的稀疏矩阵算法实现,语言由C++编写,可以实现矩阵的转置和相加(Simple sparse matrix algorithm to achieve)
red-black-tree
- c语言的红黑树算法实现,并带有测试代码。-red-black tree implementation c language, with test code