-
a small program imitating microsoft excel
一个模仿microsoftexcel的小程序
- 2022-07-24 15:02:45下载
- 积分:1
-
有四个程序是编译原理的内容,都有说明.两个是和数据库有关的C的小程序,程序有注释.还有一个是并发程序,有注释....
有四个程序是编译原理的内容,都有说明.两个是和数据库有关的C的小程序,程序有注释.还有一个是并发程序,有注释.-procedures are four principle is to compile the contents have been described. Two of the database and the C minor procedures, the procedures Notes. There is a complicated procedures, it notes.
- 2022-07-25 08:46:18下载
- 积分:1
-
This the algorthim of expression evaluation in data structure, its function is v...
关于数据结构中表达式求值的算法,功能强大,符合需要交作业的同学的需求 应该是初学数据结构的人使用-This the algorthim of expression evaluation in data structure, its function is very powerful, and concord with the demand of classmates which are needed to hand over the work, it should be used by the beginner of data structure.
- 2022-02-14 18:56:01下载
- 积分:1
-
库存系统
库存管理系统的销售和购买的选项来修改它,如你所愿,也不要忘记分享它再一次请不要不客气
- 2022-05-15 16:08:24下载
- 积分:1
-
POJ typical Oklahoma Elaborates on topics include source code and they should pa...
poj典型题目解题思路详解
包含源代码和解题时应注意的问题及题目陷阱设计分析-POJ typical Oklahoma Elaborates on topics include source code and they should pay attention to solving the problems and pitfalls topic Design Analysis
- 2022-05-08 18:58:30下载
- 积分:1
-
这是一个演示帧动画的例子。有一个小马在跑,适合初学者学习。...
这是一个演示帧动画的例子。有一个小马在跑,适合初学者学习。-Demo of frame animation, a small running horse. For beginner.
- 2022-07-22 10:08:25下载
- 积分:1
-
界面编程,主要编制windows xp界面内斯的界面
界面编程,主要编制windows xp界面内斯的界面-Interface programming, mainly the preparation of windows xp interface interface Martinez
- 2023-04-07 16:35:03下载
- 积分:1
-
三星2410 Windows CE 4.2 PCMCIA驱动源码。适合所有以S3C2410X为主芯片开发的平台。...
三星2410 Windows CE 4.2 PCMCIA驱动源码。适合所有以S3C2410X为主芯片开发的平台。-Samsung 2410 Windows CE 4.2 source PCMCIA drive. Suitable for all mainly to UART chip development platform.
- 2022-02-28 21:28:37下载
- 积分:1
-
一个很好的c/c++代码编写规范,可以很好的教你写高质量的代码。...
一个很好的c/c++代码编写规范,可以很好的教你写高质量的代码。-A good c/c++ Coding norms, can teach you to write good quality code.
- 2022-02-02 06:45:25下载
- 积分:1
-
哈夫曼编码
哈夫曼编码(Huffman Coding),又称霍夫曼编码,是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,一般就叫做Huffman编码(有时也称为霍夫曼编码)。
赫夫曼编码的具体方法:先按出现的概率大小排队,把两个最小的概率相加,作为新的概率 和剩余的概率重新排队,再把最小的两个概率相加,再重新排队,直到最后变成1。每次相 加时都将“0”和“1”赋与相加的两个概率,读出时由该符号开始一直走到最后的“1”, 将路线上所遇到的“0”和“1”按最低位到最高位的顺序排好,就是该符号的赫夫曼编码。
- 2023-03-09 19:15:02下载
- 积分:1