-
哈夫曼算法的源程序,根据清华大学数据结构一书中的算法编写...
哈夫曼算法的源程序,根据清华大学数据结构一书中的算法编写-Huffman algorithm source code, according to a data structure of Qinghua University"s book algorithm
- 2022-09-02 13:55:03下载
- 积分:1
-
各类排序算法比较
本代码实现并比较了直接插入排序,选择排序,冒泡排序,快速排序,两路合并排序,堆排序,同时可视化比较了他们的时间复杂度,代码完整可行,有可执行文件直接运行。
- 2022-10-10 13:35:03下载
- 积分:1
-
这将主机的油漆
this will host ms paint-this will host ms paint...
- 2022-04-18 20:07:08下载
- 积分:1
-
VC下实现响铃的小程序,自动生成一个小文件,可以用realplayer等播放器打开...
VC下实现响铃的小程序,自动生成一个小文件,可以用realplayer等播放器打开-VC under Neither the small program automatically generates a small file that can be used REALPLAYER other players open
- 2022-06-15 11:58:02下载
- 积分:1
-
是用回朔法实现跳马程序。数据结构入门的好例子
是用回朔法实现跳马程序。数据结构入门的好例子-is back Schomburg Method vault procedures. Structure data entry a good example
- 2023-09-02 00:20:03下载
- 积分:1
-
链表程序,新版!关于数据结构
链表程序,新版!关于数据结构-Chain procedures, the new version! On the data structure
- 2022-03-30 13:45:59下载
- 积分:1
-
VHDL实现布斯算法
VHDL实现布斯算法-VHDL Booth algorithm
- 2022-02-04 04:17:51下载
- 积分:1
-
代码茂 LCD4bit.c
空 LCD_Enable(void)
{
output_high(LCD_EN) ;
delay_us(100) ;
output_low(LCD_EN) ;
delay_us(500) ;
}
//Ham Gui 4 位杜代替 Ra 液晶屏
无效 LCD_Send4Bit (无符号字符型数据)
{
output_bit (LCD_D4,数据与 0x01) ;
output_bit (LCD_D5,数据 & 0x02) ;
output_bit (LCD_D6,数据 & 0x04) ;
output_bit (LCD_D7,数据 & 0x08) ;
/ /
- 2023-08-23 22:00:03下载
- 积分:1
-
餐厅点菜系统,软件工程实习的例子,对理解软件工程的流程很有帮助...
餐厅点菜系统,软件工程实习的例子,对理解软件工程的流程很有帮助-Restaurant a la carte system, examples of software engineering practice of software engineering to understand the process very helpful
- 2023-03-02 10:20:04下载
- 积分:1
-
Binary tree of various operations, including the establishment of binary tree, t...
二叉树的各种操作,包括二叉树的建立,前序、中序、后序遍历二叉树,另外还包含一个霍夫曼编码的实现。-Binary tree of various operations, including the establishment of binary tree, the former sequence, in order, after the tree traversal, and also includes the implementation of a Huffman code.
- 2022-03-04 10:15:52下载
- 积分:1