资源列表
dijkstra1
- dijkstra算法很简短。很核心的算法,核心代码10行。-dijkstra algorithm
Huffman
- 哈夫曼编码 对电文进行编码 和解码功能 Huffman编码译码_模板_半空-Huffman coding to encode and decode messages Huffman coding and decoding _ _ empty template
Data-Structures-in-C
- Data Structures in C:Concept and Implementation. Data Structures in C Power Point
pro_001
- 这个一个自己写的关于基数排序的算法 感觉还不错 希望有需要的同学下载-This a radix sort algorithm feeling good hope that the students need to download
suanfa
- 用来介绍一些经典的算法,这样有助于我们开发程序!-Used to introduce some classical algorithm, and this helps us develop program!
shujujiegou
- 用c++实现数据结构的各种应用,内容非常详细。-Using c++ data structures to achieve a variety of applications, content is very detailed.
plcprogram
- PLC编程相关的一些软件 希望对大家有帮助 转自多特软件-PLC programming related to some of the software hope to help more special software transferred from
vC
- c算法程序集:内含有各种数值算法及相关算法程序集。-c algorithm set: contains a variety of numerical algorithms and related algorithms assembly.
基于opengl的直线裁剪算法
- 用c++实现 基于opengl的二维直线的裁剪实现,可自行选择裁剪框,随机生成直线
banker
- 在c++开发环境下模拟银行家算法的实现,并完善了输出的格式,还将输出一并写入文件中,方便查看结果-Simulation bankers algorithm in the C++ development environment, and improve the output format will be output in conjunction write to a file for easy viewing results
hashtable
- 对数据结构课所学的哈希表进行了详细的实现和分析。哈希表是根据设定的哈希函数H(key)和处理冲突方法将一组关键字映象到一个有限的地址区间上,并以关键字在地址区间中的象作为记录在表中的存储位置,这种表称为哈希表或散列,所得存储位置称为哈希地址或散列地址。作为线性数据结构与表格和队列等相比,哈希表无疑是查找速度比较快的一种。-a code about the hashtable,you can use it in your learning of the hash algorism
datastructure
- 数据结构课程的课件,可用于自学,包含二叉树等内容-Courseware data structure course, can be used for self-study, including the binary tree, etc.