-
This is a data structure and algorithm book all algorithm source code, the conte...
这是一本数据结构与算法书中所有算法的源代码,内容非常丰富,值得一看.-This is a data structure and algorithm book all algorithm source code, the content is very rich overseas.
- 2022-04-27 03:35:59下载
- 积分:1
-
哈夫曼树解码和编码
哈夫曼树,基本的数据结构,用来编码和解码、用数组作为存储结构实现,
- 2023-04-13 11:00:11下载
- 积分:1
-
出勤
考勤管理系统的开发目的是电脑的传统方式平时都出席。为开发这一软件的另一个目的是生成自动在末尾的会话或在报告之间的会话
- 2022-01-30 12:17:57下载
- 积分:1
-
VBA代码名称条码
应用背景客户使用OCX,整合事件,方法,属性,并通过事件时调用函数的参数,如呼叫中心学习罕见的OCX源码的…方法关键技术 ;在线dsoframerword在线dsoframerword在线编辑编辑控件编辑控制DSOFramer……爱尔兰啤酒OCX控件,这是美国控制的延续,自由分享!…
- 2023-08-30 06:45:03下载
- 积分:1
-
一个基于Web的图书系统moblib
这是一个移动网络图书馆系统采用PHP。它将帮助学生对什么事情对图书馆管理系统过程的基础
- 2022-05-16 22:34:32下载
- 积分:1
-
oracle问题集,适合初学者
oracle问题集,适合初学者-problem sets, suitable for beginners
- 2022-02-01 17:14:30下载
- 积分:1
-
The most popular embedded database. Faste st and stablest.
The most popular embedded database. Fastest and stablest.-The most popular embedded database. Faste st and stablest.
- 2022-07-04 10:09:28下载
- 积分:1
-
cutting parts : a given width of the rectangular plate W, the height of rectangu...
零件切割问题:
给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小?
任给一个输入实例,能输出切割所需要的实际高度并能用图形演示切割的过程-cutting parts : a given width of the rectangular plate W, the height of rectangular plate unrestricted. Need from the board is cutting out respectively n height of the hi, wi width of the rectangular parts. Cutting parts to the rules of the height of the rectangular plate with a high degree of consistent direction. Asked how cutting makes use of the rectangular plate height h minimum? As an input for example, will cut output by the needs of the high and can be used graphic demonstration of the cutting proce
- 2022-01-27 17:45:40下载
- 积分:1
-
只是关于数据结构的同步教材的例子,在这里可以帮助大家轻松的学习数据结构。...
只是关于数据结构的同步教材的例子,在这里可以帮助大家轻松的学习数据结构。-Only on the data structure example of synchronous teaching materials here to help everyone easily learning data structures.
- 2022-04-30 15:17:54下载
- 积分:1
-
哈夫曼编/解码器
(1) 初始化。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree.txt中。
(2) 编码。利用已建好的哈夫曼树,对文件ToBeTra.txt中的正文进行编码,然后将结果存入文件CodeFil.txt中。
(3) 译码。利用已建好的哈夫曼树将文件CodeFile.txt中的代码进行译码,结果存入文件Textfile.txt中。
-Huffman encoder/decoder
- 2022-03-21 20:30:14下载
- 积分:1