-
C语言描述构造哈夫曼树
方法:(哈夫曼算法)①、n个叶子组成n棵子树的集F,权值Wk,无父、子结点。②、从F中找到两个权值最小的树作为左子树和右子树构造一棵树,新树的权值为原来两树之和,把原来两树从F中删除,新树加入F。③、重复②,直到F中只有一棵树,这棵树即哈夫曼树。
- 2022-03-31 20:50:45下载
- 积分:1
-
3pcf
windows下多线程计算3pcf问题的源码 直接编译运行即可 从文件中读取数据(Under the multi-threaded computing 3pcf windows source code directly compile and run the problem can be read from the file)
- 2011-04-26 21:38:13下载
- 积分:1
-
ImageListViewSource
C# winform中图片列表控件源码,缩略图预览,含Demo(C# winform controls in the source image list, thumbnail preview, with Demo)
- 2011-10-21 10:17:20下载
- 积分:1
-
C++ 单例模式
c++单例模式
从具体实现角度来说,一是单例模式的类只提供私有的构造函数,二是类定义中含有一个该类的静态私有对象,三是该类提供了一个静态的公有的函数用于创建或获取它本身的静态私有对象。
- 2022-08-10 23:56:31下载
- 积分:1
-
I2CEEPROM
cpu核心为51单片机,利用总线I2c类型,和EEPROM存储器 控制跑马灯依次点亮(Cpu core to 51 MCU type, using the I2c bus EEPROM memory control, and lanterns were lighted )
- 2010-08-22 09:08:24下载
- 积分:1
-
123
The Design and Evolution of C++(C++语言的设计和演化,英文版,Bjarne Stroustrup 著)(The Design and Evolution of C++ (C++ Language design and evolution of the English version, Bjarne Stroustrup a))
- 2009-01-09 08:34:19下载
- 积分:1
-
danpianji
平凡单片机教程,最适合初学者的单片机教程。(Ordinary microcontroller tutorial, the most suitable microcontroller for beginners tutorial.)
- 2010-01-11 10:30:48下载
- 积分:1
-
selfinformation
事务管理系统,此项目可以管理自己的一些日常事务,方便你的生活。(Transaction management system, this project can manage some of their own daily affairs, to facilitate your life.)
- 2011-10-31 13:52:34下载
- 积分:1
-
模拟退火算法
C/C++实现模拟退火算法,适用于函数最值寻优问题,旅行商问题等等(C/C++ implementation of simulated annealing algorithm)
- 2018-06-15 14:08:05下载
- 积分:1
-
1
用正确的形式输入两个多项式,进行两个多项式的四则运算,用可读的形式输出结果多项式(Input two polynomials in correct form, perform four operations of two polynomials, and output result polynomials in readable form.)
- 2020-06-21 22:20:02下载
- 积分:1