搜索资源列表
贪婪算法解决背包
- 运用贪婪算法能够很好解决0/1背包问题,这是我编的一个小程序,运行过很好。-greedy algorithm can be used to solve a very good 0 / 1 knapsack problem, this is my part of a small program running very good.
赫夫曼编码
- 用delhi做的程序实现了哈夫曼编码,做的还不错。-DELHI do with the program of Huffman coding, so good.
双Euler 回路问题
- 一个很好的算法练习: 问题描述:对于给定的图G,经过图中每条边恰好2 次的回路称为图G 的双Euler 回路。 编程任务:对于给定的图G,编程计算图G 的双Euler 回路。 -a good algorithm practice : Problem descr iption : for a given graph G, After map each side exactly two times the loop known as the G-Euler circuit. Progra
CsuanFa
- 数字信号处理C语言程序集,完全的好东西,大家看看吧-digital signal processing C Language Program Set entirely a good thing, we look at it
Chap8_ExtSort
- 本程序实现了败者树等外排序方式,封装性好,代码强壮-program of the master tree outer Sort, Packaging and good strong code
F90shuzhijisuanchengxuku
- fortran90数据库程序安装后有很多子程序可以直接调用方便实用非常好 强烈推荐-fortran90 database program after installation many subroutines can be called directly facilitate practical very good strongly recommended
bitonic
- 基于最新一代通用GPU--Geforce8800,在CUDA平台上开发的并行排序算法,是基于GPU的通用计算的应用程序的一个好的范例。-based on the latest generation of common GPU -- Geforce8800. CUDA platform in the development of the parallel scheduling algorithm, GPU is based on the calculation of the common appl
quicksort
- quick sort implementation used in the sorting , very good program.
tree
- tree implementation in c. good program.
well
- 用c语言排序,功能强大,效果很好,是一个很好的程序-Sort by c language, powerful, works well, is a good program
the-shortest-route-of-airplane
- 航空线路最短路径求解,C语言开发,功能很强大,里面含有源程序及报告-very good program
search-program
- 这是数据结构中的综合查找算法的综合程序,里面还有详细的报告和源程序-this is a very good C program
C-program-algorithm-tutorial
- 数百个C语音的算法程序,在VC可以正常的运行,非常全的算法资料,是研究算法的好代码。-Hundreds of C program, the algorithm of speech in VC can normal operation, the algorithm material, very good code is the algorithm.
fastSort
- 这个小程序是在C语言编程里一个非常重要的算法。虽然,它的代码量很少,但是它能在最短的时间内,花费系统最少的资源完成从小到大(或者从大到小的排序),在学习C语言的初期,这是一个非常好的程序。-This small program in C language programming in a very important algorithm. Although it is small amount of code, but it can in the shortest possible time,
c-example
- 对于数组排序问题的C语言解决,很好的程序-For sorting an array of C language to solve the problem, a very good program
binary-tree
- 非常不错的二叉树先序非递归建立程序,算法很强大,功能很全,说明也很详细。-a very good program for binary tree. the algorithm is very strong,and functions is all.
chengxu
- 从一文本中读取单词,统计其出现的频率,并按频率大小输出到另一文本中。这里的单词是分二种,一种是ASCII码大于0x20小于0X80字符,第 二种是小于0x20以及大于0x80的字符。这里我用的是哈希表,这样能很快查找读取的单词是否已经存在。排序我用的是二个循环,按理来说可以改进-It is very good program!
L2211
- 单链表的监理程序,长度为1221,很好的程序,思路清晰-Singly linked list of the supervision program, a length of 1221, a very good program with clear ideas
countlist
- 实现表达式的求值,利用堆栈模拟实现表达式的求值- A good program!have a look! make a sense
good-fpgrowth
- 本人已经调通的FP-TREE算法,VS2010下C++程序。该算法结构输出置信度和支持度,给出的源程序种包含测试数据fpdata.dat。调试了好久才调通。一定要注意:数据集里每一行数据,不能有重读出现的数字。这也是FP-TREE数据挖掘算法的的基本要求。数据集默认是.dat文件,也可以是txt-FP-TREE algorithm I has been transferred, VS2010 under C++ program. The output of the algorithm struc
