资源列表

« 1 2 ... .02 .03 .04 .05 .06 9907.08 .09 .10 .11 .12 ... 11386 »

[其它资源huffman_f

说明:huffman_f 在huffman_e的基础上,将排序改为利用堆排序原理选择最小的两个权值。也即,将所有元素的权值组织成堆后,每次堆内的根结点就是最小值了。每取出一个根结点后,就把堆尾元素调到根结点重建堆。取出两个最小值合并成一个子树后,再把子树作为叶子结点放到堆中,并让其上升到合适的位置,保持堆性质不变。因为每次不必完成整个排序过程,而只是组织成堆,因此,这种方法要比使用快速排序更快。上述算法参考了mg-1.2.1中Huffman编
<真实> 在 2008-10-13 上传 | 大小:2.15kb | 下载:0

[其它资源calc_sourcecode

说明:简单的加法计算器源程序,用dephi写的-simple additive calculator program, written using phi
<lscwyh> 在 2008-10-13 上传 | 大小:2.15kb | 下载:0

[其它资源exam1_sin01

说明:信号功率谱密与平稳随机过程 的matlab仿真程序-signal power spectrum closely with the stationary random process simulation program Matlab
<张舒> 在 2008-10-13 上传 | 大小:2.15kb | 下载:0

[其它资源ISD2560MAIN

说明:公交车语音系统里面ISD2560芯片的操作代码-Bus ISD2560 voice chip inside the operation code
<鲁军波> 在 2008-10-13 上传 | 大小:2.15kb | 下载:0

[其它资源msp430kuangjia

说明:这是MSP430的框架程序。对所有有关430的开发,都可以借鉴这个程序。只需添加必要的代码即可。-This is the fr a mework for MSP430 procedures. 430 on all the development, can learn from this procedure. Simply adding the necessary code can be.
<leo> 在 2008-10-13 上传 | 大小:2.15kb | 下载:0

[其它资源Based_on_genetic_algorithm_friction_model_paramete

说明:基于遗传算法摩擦模型参数辨识的PID控制,matlab程序-friction model parameter identification of PID control, Matlab procedures
<满延杰> 在 2008-10-13 上传 | 大小:2.15kb | 下载:0

[其它资源LED20

说明:16*64位点阵点 阵显示汉字程串口输出字符数据,P2口输出行扫描信号,P0_0输出595锁存信号-16 * 64 dot matrix display Chinese characters lattice-serial output character data, P2 mouth output signal scanning, P0_0 595 latches the output signal
<lide> 在 2008-10-13 上传 | 大小:2.15kb | 下载:0

[其它资源maze

说明:迷宫求解(全部解) 共有三个文件maze.h mclass.cpp t3.cpp 希望大家多提意见
<李言> 在 2008-10-13 上传 | 大小:2.15kb | 下载:0

[其它资源lcd1601

说明:独创 基于51单片机的LCD 1601字符型显示屏的驱动程序,简单易用精简代码.
<lizhuosheng> 在 2008-10-13 上传 | 大小:2.15kb | 下载:0

[其它资源maxtrixpro

说明:生成全排列矩阵,含有三个小程序,也含有说明
<f> 在 2008-10-13 上传 | 大小:2.15kb | 下载:1

[其它资源top

说明:数据结构里的拓扑排序和非拓扑排序算法,用vc6.0编写-data structure, the topological sorting and topological sorting algorithm used to prepare vc6.0
<叶芦芦> 在 2008-10-13 上传 | 大小:2.15kb | 下载:0

[其它资源矩阵的连乘

说明:一个解决矩阵连乘的程序-a program to solve the problems of continue multipling matrixes.
<燕山> 在 2008-10-13 上传 | 大小:2.15kb | 下载:0
« 1 2 ... .02 .03 .04 .05 .06 9907.08 .09 .10 .11 .12 ... 11386 »

源码中国 www.ymcn.org