资源列表

排序选择:

« 1 2 ... .26 .27 .28 .29 .30 87731.32 .33 .34 .35 .36 ... 267454 »

[Windows编程1

说明:  在一般的数据结构的书中,树的那章后面,著者一般都会介绍一下哈夫曼(HUFFMAN)树和哈夫曼编码。哈夫曼编码是哈夫曼树的一个应用。哈夫曼编码应用广泛,如JPEG中就应用了哈夫曼编码。   首先介绍什么是哈夫曼树。哈夫曼树又称最优二叉树,是一种带权路径长度最短的二叉树。所谓树的带权路径长度,就是树中所有的叶结点的权值乘上其到根结点的路径长度(若根结点为0层,叶结点到根结点的路径长度为叶结点的层数)。树的带权路径长度记为WPL=(W1*L1+W2*L2+W3*L3+...+Wn*Ln),N
<white Snow> 在 2025-07-08 上传 | 大小:1kb | 下载:0

[汇编语言min

说明:输入三个一位十进制的数,比较出其中最小的数并显示出来的简单程序。-Enter a decimal number three, compare them and display the smallest number of simple procedures.
<jack cheng> 在 2025-07-08 上传 | 大小:1kb | 下载:0

[matlab例程Homology_Continuation_Algorithm

说明:同伦算法的Matlab程序,同伦算法是一种大范围搜索算法,可以克服传统数值算法(如牛顿法)的许多缺点。 -code for Homology_Continuation_Algorithm
<Frank> 在 2025-07-08 上传 | 大小:1kb | 下载:1

[ActiveX/DCOMflashplayer

说明:一个利用ActiveX制作的简单的Flash播放器。环境是VS2005。 -The use of ActiveX produced a simple Flash player. Environment is VS2005.
<yuwq07> 在 2025-07-08 上传 | 大小:1.71mb | 下载:0

[matlab例程ballbeam

说明:MATLAB 球形摆控制源程序,实用广,可改用为其他程序控制-MATLAB ballbeam
<胖子> 在 2025-07-08 上传 | 大小:4kb | 下载:0

[单片机(51,AVR,MSP430等)RC500_SOURCE

说明:Mifare RC500 非接觸式讀卡機驅動程式碼 (Keil C/8051)-Mifare RC500 contactless reader source code
<woulin> 在 2025-07-08 上传 | 大小:324kb | 下载:0

[matlab例程Nonlinear_differential_equation

说明:这是单自由度的非线性微分方程的求解程序(分段函数),可以画出动响应图和相图。-Nonlinear differential equation
<Frank> 在 2025-07-08 上传 | 大小:1kb | 下载:0

[嵌入式/单片机编程SHT11

说明:SHT11的程序,网上只能找到部分,没有写字节数据、读字节数据函数和传输开始函数。而这里是完整的。-SHT11 procedures can be found online, there are no data to write byte, read byte data transmission function and began to function. And here is incomplete.
<谢金> 在 2025-07-08 上传 | 大小:3kb | 下载:1

[单片机(51,AVR,MSP430等)ads

说明:能实现广告灯的功能,通过观察LED灯的轮换转换灯的亮灭,以实现通过,非常好用-To achieve the functions of advertising lights, LED lights by observing the rotation of the conversion of the bright lights out in order to achieve the adoption of very useful! !
<rain> 在 2025-07-08 上传 | 大小:13kb | 下载:0

[汇编语言huibian

说明:源代码 编译后的二进制文件能直接被裸机加载运行,在屏幕上显示hello world-After compiling the source code ,the binary file can be run directly by the bare-metal loading in the screen hello world
<hulantao> 在 2025-07-08 上传 | 大小:1kb | 下载:0

[JSP源码/Javaboke

说明:一个简单博客的软件项目,可以给初学者一个引导-A simple blog software projects, can give a guide for beginners
<taotao> 在 2025-07-08 上传 | 大小:14.61mb | 下载:0

[汇编语言xunhuan

说明:已知当前数据段中DATA1 和DATA2 开始分别存放若干字节数据,数据个数相同, 编制程序检查两数据块中数据是否相同,若相同,则在屏幕上显示1,否则显示0。-Known to the current data segment in the beginning of DATA1 and DATA2, respectively, a number of bytes of data storage, data, the number of the same procedure to check
<Jack cheng> 在 2025-07-08 上传 | 大小:6kb | 下载:0
« 1 2 ... .26 .27 .28 .29 .30 87731.32 .33 .34 .35 .36 ... 267454 »

源码中国 www.ymcn.org