-
哈夫曼编译码器
利用哈夫曼编码进行通讯可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统将待传数据进行预先编码;在接受端将传来的数据进行解码(复原)。对于可以双向传输的信道,每端都要有一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼的编译码系统。(难易程度:高)
- 2022-08-14 13:53:01下载
- 积分:1
-
简单的演示,N的大小可以改变的,而且这个程序的速度还可以,
比以前我用递归写的那个快多了.如果N改得太大输出会有问题,
因为我用到gotoxy的,这个程...
简单的演示,N的大小可以改变的,而且这个程序的速度还可以,
比以前我用递归写的那个快多了.如果N改得太大输出会有问题,
因为我用到gotoxy的,这个程序主要是练一个算法-simple demonstration, N size can be changed, but the rate of this procedure can also, than in the past I used to write a recursive that quicker. If N is too big change in exports, gotoxy because I used, the process is mainly a training algorithm
- 2022-03-13 09:29:46下载
- 积分:1
-
c语言数据结构源代码(全)相当经典
c语言数据结构源代码(全)相当经典-c language data structure source code (all) is a classic
- 2022-12-09 19:05:03下载
- 积分:1
-
课程设计
课程设计--VB成绩管理系统,希望能得上。-curriculum design-- VB performance management system, hoping to find the last.
- 2023-07-31 04:35:03下载
- 积分:1
-
开括号和比括号的匹配,数据结构内容,很不错
开括号和比括号的匹配,数据结构内容,很不错-More than brackets and brackets to open the match, the contents of data structure
- 2023-08-24 01:50:03下载
- 积分:1
-
企业客户关系管理系统
企业客户关系管理系统-Enterprise Customer Relationship Management System
- 2023-05-15 22:05:04下载
- 积分: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
-
有陡峭的数据结构、Flash的PPT,帮助你快速了解铝…
有很陡数据结构的flash,PPT,帮你快速理解算法,一步步执行理解方便-There are steep data structure, flash PPT, to help you quickly understand the algorithm, a step by step to facilitate the implementation of the understanding
- 2022-08-10 22:31:41下载
- 积分:1
-
this cscan algo in c
this cscan algo in c-this is cscan algo in c++
- 2023-08-14 14:05:02下载
- 积分:1
-
有效的索赔系统
这是为客户提供高效理赔的系统,基于客户端的技术,有良好的效率。
- 2023-06-29 08:15:04下载
- 积分:1