搜索资源列表
Btree_library
- 数据结构课程源码,b树的示例代码。老师的示范程序-source data structure courses, b tree sample code. The model for teachers
用动态规划算法思想求最小编辑距离
- 用动态规划算法思想求最小编辑距离,即近似字符串匹配问题,Thinking of using dynamic programming algorithm for the minimum edit distance, that is, approximate string matching problem
datastruct_example
- 本人讲授数据结构课程时的所写的示例程序,结构清晰规范,有注释,全部可编译运行,包括如下代码: 长整数:ch0_bigint2.c 顺序表的实现:ch2_stable.c 链表的实现ch2_ltable.c 合并两个有序表:ch2_stable_merge.c 表达式计算:ch3_express.c 队列的链式实现:ch3_lqueue.c 栈的链式实现:ch3_lstack.c 迷宫求解:ch3_maze.c 队列的顺序实现:ch3_squeue.c
suanfa
- 基础算法的例题和解答(源程序为Pascal版本),NOIP基础资料-sample questions and answers of algorithms (source code for the Pascal version)
matrixdriver
- now, how can i call kmeans function for h , s,v separately, what parameters to be passed. here h is 512*512 matrix.and how can i construct the clustered/segmented image from the kmeans result. need sample code in matlab its urgent. Please h
img_hw2
- 快速傅立葉轉換fourier transform DOS環境C++代碼 附加DOS環境下座標圖型輸出範例-FFT fourier transform DOS environment DOS C++ code under additional output sample coordinate graphics
Dining_Philosophers_problem
- 是操作系统中的哲学家就餐问题的一个完整的示例源代码,可以在VC++6.0中完美编译运行。-The operating system in the Dining Philosophers problem of a complete sample source code in VC++6.0 can be compiled to run perfectly.
assn-6-huffman-pc
- 斯坦福大学 A106X 编程课程作业样例 哈弗曼编码C++实现,-Course work at Stanford University A106X Programming C++ code sample Hafu Man realized
source
- This code describe sample to define, and get the result of the path : e.g get the sortest path from all of the path input by user.
Data-Structure
- 数据结构与算法,有C++编写的示例代码。-Data Structures and Algorithms, there are written in C++ sample code.
huffman
- 这是一个关于赫夫曼编码译码的应用示例代码-This is a Huffman code decoding application sample code
mathematical-used-in-CPP
- 本光盘是《用C++语言编写数学常用算法(修订版)》一书的配书盘,里面包括书中全部C++程序的源代码(一些小的示例除外),并用中文加以详细注释。 光盘共有五个文件夹,名称分别为:①BCMATH;②VCMATH;③CURVE;④SOUND;⑤examples。 -This CD is " in C++ language mathematics commonly used algorithm (revised edition)," a book with a book pla
HuffmanTree
- 基于Huffman树的一个压缩算法,通过统计字符的出现频率构造Huffman树,然后进行编码和解码。包括源代码和测试样例-Huffman tree based on a compression algorithm, the frequency of statistical character of the Huffman tree structure, and then to encode and decode. Including source code and test the sample
shujujiegou
- 数据结构的一些讲义和示例源码,适合初学者系统学习-Some of the data structure handouts and sample source code
Huffman100
- 使用Huffman编码进行文本加密(压缩)的一个示例程序。输入一段文字,自动建立Huffman树并生成各字符对应编码,并对编码前和编码后分别占用的空间进行计算-A sample program using Huffman code for text encryption (compression). Enter a text, program will automatically create Huffman tree and generate the corresponding charact
Sample-Code
- AS devil is here get it and leave it. am a joking.
wx_sample
- 微信开发例子,密码算法,从微信开发文档中可以下载-sample code example for winxin develop
BubbleSort
- an implementation of bubble sort in c++