-
利用哈夫曼编码技术进行文件的压缩与解压缩
如题所示,该代码是利用 哈夫曼编码技术 进行 各种格式信息 的 压缩 与 解压缩。
- 2022-02-01 05:23:57下载
- 积分:1
-
Office software secretly reading a good look at the Eastern increase transparenc...
阅读软件
办公室偷偷看的好东东
增加透明度选择!!!
可以置顶显示-Office software secretly reading a good look at the Eastern increase transparency choice! ! ! Can set-top show
- 2022-05-24 23:34:17下载
- 积分:1
-
关于VC#的
关于VC#的-On VC# The
- 2022-04-01 00:14:37下载
- 积分:1
-
很实用的API实用大全,全面介绍了API函数,介绍详细
很实用的API实用大全,全面介绍了API函数,介绍详细-very pratical api usage, a thorough introduction to api functions in detail.
- 2022-08-26 04:11:26下载
- 积分:1
-
在静态控件中显示倒计时
该例子主要实现了在静态控件中如何动态显示倒计时的时间,这个例子可以学习定时器事件的使用及如何给静态控件传递数据
- 2022-03-05 20:23:26下载
- 积分:1
-
can代码
can代码
class CPoint{
private: //私有成员
float m_x, m_y;
protected: //保护成员
void SetPoint(float x, float y) {m_x = x; m_y = y;}
public: //公共成员
CPoint(float x, float y) {m_x = x; m_y = y;} //构造函数
void Move(float x, float y) {SetPoint(m_x + x, m_y + y);}
void Display() {cout
- 2022-04-01 02:38:18下载
- 积分:1
-
图书馆管理系统
应用背景这是一个初学者的编程项目有关C++。一个图书馆管理系统包括技术文件处理,结构,数组,指针等。这个程序给了我们作为一个项目,希望它可以帮助万人理解的概念构建管理系统的基本概念的C / C + +语言 ; ; ; ;关键技术本程序是用DEV C++开发。运行在所有的C / C + +开发环境的支持。这个程序保持图书记录的管理系统即豆腐创造更新,删除,删除的基本概念,
- 2022-01-25 22:49:06下载
- 积分:1
-
发送程序段,已经调试通过,希望可以学习程序开发有帮助
发送程序段,已经调试通过,希望可以学习程序开发有帮助-Send program segment, have been debug through, hoping to develop the learning process has helped
- 2022-07-26 10:01:09下载
- 积分:1
-
这是一个射击游戏的源代码,是在vc环境下的源代码。
这是一个射击游戏的源代码,是在vc环境下的源代码。-This is a shooting game"s source code, vc environment in the source code.
- 2023-09-05 17:20:04下载
- 积分:1
-
An M*N represent maze,character "#" represent obstacle,"@" represent an dead end...
以一个M*N的长方阵表示迷宫,字符 # 表示障碍, @ 表示"死胡同", * 表示路径上的位置. 本程序只求出一条成功的通路-An M*N represent maze,character "#" represent obstacle,"@" represent an dead end,"*" as position on the route. Only one successful gateway is obstained.
- 2023-06-03 23:45:03下载
- 积分:1