-
LZSS78.C
LZSS78.C -- A Data Compression Program Haruhiko Okumura 4/6/1989 -LZSS78.C-- A Data Compression Program Haruhiko Okumura 4/6/1989
- 2022-10-13 18:55:03下载
- 积分:1
-
图书馆管理系统设计与开发
图书馆管理系统设计与开发-Library Management System Design and Development
- 2022-03-07 00:26:22下载
- 积分:1
-
整理的JPEG的编码器,全员源码,非常适合初学者,搞清DCT、Huffman,jpeg 语法等。...
整理的JPEG的编码器,全员源码,非常适合初学者,搞清DCT、Huffman,jpeg 语法等。-finishing JPEG encoder, the full source code, are very suitable for beginners, get DCT, Huffman, jpeg syntax, and so on.
- 2022-09-28 18:55:03下载
- 积分:1
-
哈夫曼树编码代码
哈夫曼树编码代码-Huffman code tree coding
- 2022-04-02 11:53:15下载
- 积分:1
-
#include <mega8.h>
#include <stdio.h>
#include <delay.h>...
#include
#include
#include
#include
#include
#include
#define TG PORTB.1
#define RF_Rx PIND.2
#define Busy PIND.3
#define Mess1 PORTB.0
#define Mess2 PORTD.7
#define Mess3 PORTD.6
#define Mess4 PORTD.5
#define Mess5 PORTB.7
#define Mess6 PORTB.6
#define Buzzer PORTD.0
#define Zone1 PINC.0
#define Zone2 PINC.1
#define Zone3 PINC.2
#define Zone4 PINC.3
#define Zone5 PINC.4
#define Zone6 PINC.5
#define Zone7 PIND.1
-#include
#include
#include
#include
#include
#include
#define TG PORTB.1
#define RF_Rx PIND.2
#define Busy PIND.3
#define Mess1 PORTB.0
#define Mess2 PORTD.7
#define Mess3 PORTD.6
#define Mess4 PORTD.5
#define Mess5 PORTB.7
#define Mess6 PORTB.6
#define Buzzer PORTD.0
#define
- 2022-03-15 02:53:31下载
- 积分:1
-
Digital Potentiometers replace mechanical potentiometers WOSDOFEODF
用数字电位器替代机械式电位器WOSDOFEODF-Digital Potentiometers replace mechanical potentiometers WOSDOFEODF
- 2022-02-15 12:25:32下载
- 积分:1
-
VC++模态和非模态对话框的使用.看看怎么样?
VC++模态和非模态对话框的使用.看看怎么样?-VC++ Modal and non-modal dialog box use. Take a look at how to?
- 2022-07-11 01:48:51下载
- 积分:1
-
计算机图形学,用VC实现的画直线方法,采用独立类做的。
计算机图形学,用VC实现的画直线方法,采用独立类做的。-computer draw
- 2022-01-31 08:39:02下载
- 积分:1
-
Decompression software UNZIP the C source code, the code are correct, can the no...
解压缩软件UNZIP的C源程序代码,代码均正确,可以正常运行-Decompression software UNZIP the C source code, the code are correct, can the normal operation of
- 2022-02-14 15:35:37下载
- 积分:1
-
来源结构,压缩和解压缩代码
Structure the sources so that the compression and decompression code
form a library usable by any program, and write both gzip and zip on
top of this library. This would ideally be a reentrant (thread safe)
library, but this would degrade performance. In the meantime, you can
look at the sample program zread.c.-Structure the sources so that the compress ion and decompression code form a library usabl e by any program, and write both gzip and zip on top of this library . This would ideally be a beats per (thread safe ) library. but this would degrade performance. In the mean time, you can look at the sample program zread.c.
- 2022-09-28 22:20:04下载
- 积分:1