资源列表
Algorithms
- 实现了插入算法,选择算法,希尔算法,快速排序,树等等,并对其进行了比较,-Insertion algorithm to select the algorithms, the Hill algorithm, quicksort, trees, and so on, and were compared
fat
- 有一堆人他们分别有不同的质量,用二分法将他们分成质量相当的两组-There are a bunch of people each with a different quality dichotomy, they are divided into two groups of considerable quality
Cameratest
- 简单的堆栈和队列模拟小程序。主要是本人在初学数据结构时参照课程内容缩写,对菜鸟有一定参考价值。-Stack and queue simulation program. I beginner data structures by reference to the abbreviation of course, a certain reference value on the rookie.
ProStruct
- c语言 结构体的简单示例 ...适用于初学者 -C language struct
migong11111111111123
- C++利用堆栈实现走迷宫算法: 迷宫 算法堆栈c链表it 迷宫图案,白色代表通道,黑色代表墙。 迷宫入口坐标(1,1),出口坐标(8,8) 0 1 2 3 4 5 6 7 8 9 0■■■■■■■■■■ 1■□□■□□□■□■ 2■□□■□□□■□■ 3■□□□□■■□□■ 4■□■■■□□□□■ 5■□□□■□□□□■ 6■□■□□□■□□■ 7■□■■■□■■□■ 8■■□□□□□□□■ 9-C++ use st
FFT_WaveletTransform
- 小波分析 直接调用,,而且最重要的是注释是很详细的,,适合初学者-Wavelet analysis of direct calls
segment
- 利用双数组和字典实现了一个中文分词程序,优点是效率高,分词速度快,鲁棒性好。适合搜索引擎分词使用-Pairs of array and dictionary is a Chinese word segmentation procedure, the advantages of high efficiency, segmentation speed, robustness. Word for search engines
ch7source
- it is c source file.It convert to bitmap file
lianzhandeshixian
- 链栈的实现,数据结构刘小晶版源码-Programming to achieve student performance management systems, data structures, Liu Xiaojing version of source code
BW_FORWARD-HMM
- 该模型包括两个程序: 1、根据观察序列创建一个HMM模型,利用BW算法估计HMM的参数。 2、根据已知的观察序列和HMM模型,估计观察序列的概率值,利用Forward算法 注:在HMM.cpp中分别有这两个主程序,运行一个的时候注释另一个。-The model consists of two procedures: one to create an HMM model, based on the observed sequence, the use of the B
sort-algorithm
- 排序算法:快速排序,堆排序 可以对大量数据排序-sort for large datas. algorithms:quicksort and heapsort.
binaryageneral_tree
- 代码包含了二叉树的创建和普通树的创建,并且有对应的前序、中序、后序遍历和对应的用队列和栈方法的遍历-The code includes the creation of the binary tree and the creation of the tree, and the corresponding pre-order, inorder, postorder traversal and traversal of the corresponding queue and stack method
