搜索资源列表
hafum
- 这是一个用C语言编写的哈夫曼编/译码器程序,与严蔚敏版数据结构习题的5.2相对应啊-This is a C language prepared by the Huffman encoder / decoder procedures, and Yan Wei-min data structure Exercise version 5.2 should be relatively ah
冒泡、快速排序算法比较程序
- 数据结构课程设计:冒泡、快速排序的比较,用C语言编写,调试成功-curriculum design data structure : Bubble, rapid sequencing of comparison, the C language, debugging success
图论算法库 C++ 语言实现
- 图论算法库 C++ 语言实现 代码内容 图论算法库,包括以下算法: 单源最短路径 Dijkstra 算法 单源最短路径 Bellman-Ford 算法 最小生成树 Prim 算法 每对节点间最短路径 Flod-Warshall 算法 语言 C++ 编译平台 VisualAge C++ 4.0 作者 starfish (starfish.h@china.com) 备注 程序用C++语言编写,在VisualAge C++ 4.0下调试通过。压
grades
- 用c语言编写的学生成绩管理程序。有不完美之处。
wannianli
- 本源码是用c语言编写的一个万年历程序,为c语言学习者提供一个很好的例子。
HFMTREE
- 用c语言编写的haffmantree程序
C++
- 用C++语言编写的链表操作程序,可以实现链表的基本操作:头插法建立单链表,尾插法建立单链表
data
- 有关数据结构的一些例子。用C语言编写的。非常有价值的程序。对初学者有指导借鉴意义。
Addressbook
- 用C语言编写的通讯录。实现个人信息的输入、删除、插入、保存、读入、显示、查找、按名查找、复制、排序等功能。个人信息包括:姓名、单位、电话号码、Email以及通信地址。利用这个程序可以方便的存储通讯信息,也容易进行查找,是个实用的工具。
数据结构设计图书管理
- 这是我们做的数据结构课程设计的一个内容,是用C语言编写的一个图书管理的程序-we do this is the data structure of a curriculum design content of the C language with a library management procedures
md5TurebyC
- 用数据结构算法的方式,用C语言编写的一个实现MD5加密的小程序的代码-Algorithm with the way data structure, using C language, an implementation of MD5 encryption applet code
Lineartableoperation
- 线性表操作,用C++语言编写的线性表的操作程序,数据结构的经典程序-Linear table operation, with C++ language of the linear form of operating procedures, the data structure of the classic procedure
Parking
- 这是用c语言编写的一个有关停车场问题的程序,主要用到了栈-This is a c language program on parking issues, the main use of the stack
DLBDSC
- 该程序为用c语言编写的实现单链表的生成、插入、查找、删除、修改等基本功能的小程序-NO English
main
- 用C语言编写的小程序,一元多项式的加法,希望大家喜欢-Written in C small program, a element polynomial addition
e.c
- 这个程序是用C语言编写的,主要是解决电梯调度的问题,有较高的参考价值。
huffman
- 本程序用C语言编写的哈夫曼编码(Huffman Coding),该方法依据字符出现概率来构造异字头的平均长 度最短的码字,有时称之为最佳编码-Huffman coding (Huffman, from Coding) this program written in C, the average probability to construct different prefix length of the shortest codeword in accordance with the chara
quicksort
- 这是一个用C语言编写的快速排序程序,只有一个源文件,原数据也是直接写到数组里的,只是为了测试,可根据自己的需要修改。-This is a quick sort program in C language, and is only one source file, the original data is written directly to the array, just to test, may be modified according to their needs.
CRC16
- 在VC6.0环境下用C语言编写的一个计算CRC16表格的小程序。简单实用-VC6.0 environment using C language to write a small program to calculate CRC16 form. Simple and practical
yktnbeu
- 自然语言处理句子匹配算法,一个用C语言编写的程序()