搜索资源列表
MD5encAndDec
- MD5算法源程序用C实现的,测试可用-MD5 algorithm source code in C to achieve, and testing available.
DES_c_implement
- des算法的c实现-inplement des arithmetic by c
merge_sort
- 归并算法的C++实现,用C++实现归并算啊,可以对任意大小数组排序。-Merge algorithm C++ achieve the achieve with C++ merge operator, you can sort on any size of array.
LinkList
- 用C++的模板类实现了链表数据结构,里面包括了节点的删除、新增等简单算法-C++ template class, a linked list data structure, which includes the node to delete, add simple algorithm
BinTreeExp
- 二叉树的创建、前序递归遍历、中序递归遍历、后序递归遍历、层次遍历、前序非递归遍历、中序非递归遍历、后序非递归遍历算法。里面包含了顺序栈和队列的实现代码。-Binary tree creation, pre-order recursive traversal, recursive in order traversal, postorder recursive traversal, traverse the level, pre-order traversal non-recursive, in t
kmeans
- 这是基本的k均值算法是模式识别的聚分类问题,这是用C实现其算法以下是程序源代码,希望对大家有所帮助。-This is the basic k-means algorithm is a pattern recognition classification of polyethylene, which is used to achieve its algorithm C Following is the source code, I hope all of you to help.
sort2
- 一个数组排序算法C++代码,vc6中实现-An array sorting algorithm C++ code, vc6 to achieve
SORT
- 用C++实现了多种排序算法,包括插入排序,冒泡排序,快速排序等。-C++ achieve a variety of sorting algorithms including insertion sort, bubble sort, quick sort.
fifo_lru_opt
- 三个页面置换算法,fifo_lru_opt等C++实现-Three page replacement algorithm, fifo_lru_opt C++ achieve
proSort
- c语言快速排序算法简单实现-quick sort
insert_sort
- 插入排序算法的C++实现,可以对任意大小的整型数组实现排序功能。-C++ to achieve the insertion sort algorithm can be of any size integer array sorting function.
aa
- 数据结构和常用算法C++实现,是一个很好的参考。希望对大家有帮助。-The data structure realization of commonly used algorithm C++ of a good reference. I hope everyone has to help.
test
- 采用C++实现了KMP算法,易于理解实现-KMP algorithm
banker
- 用c++实现银行家避免死锁的算法,简单易懂,对学习操作系统好处很大-banker algorithm
src
- 汉诺塔问题以及阿克曼函数问题算法的实现 c++编写 数据结构小作业-The Towers of Hanoi problem Ackermann function problem algorithm c++ of writing the data structure operations
c-code
- 可变分区管理/时间片轮转算法/位示图管理磁盘存储空间 操作系统基本算法实现,亲测可用 -Variable partition management/time slice Round Robin/diagram Management disk storage space the operating system the basic algorithm, pro-test available
MergeSortTest
- 用C++实现了非递归归并排序算法,20万条数据花费时间78ms, 对初学算法的有一定的帮助!-use C++ language to implemente the merge sort algorithm without recursion! This algorithm only cost 78ms to manage 200000 data items.
c-mean
- c-means,算法实现,适合学习机器学习的初学者,非常不错-C-means, algorithm, suitable for machine learning for beginners, very good
des
- C++ des 用C++实现的des加密算法,代码很实用哦-C++ des Using C++ to achieve the DES encryption algorithm, the code is very useful oh
particaltracking_double
- 粒子滤波跟踪算法C++实现,内含visual studio 2010 工程文件-tracking object with algorithem of Partical_tracking