-
利用哈夫曼编码技术进行文件的压缩与解压缩
如题所示,该代码是利用 哈夫曼编码技术 进行 各种格式信息 的 压缩 与 解压缩。
- 2022-02-01 05:23:57下载
- 积分:1
-
网卡 物理地址读取 VB
网卡 物理地址读取 VB-card physical address read VB
- 2022-05-29 15:52:19下载
- 积分:1
-
文件压缩源码
我这个源码里面采用了哈弗曼树编写了文件压缩,里面也有相应的注释,代码比较灵活。这个文件压缩,如果大家用太少的字量测试,文件会有反而增大了的可能性,适合用于大量压缩。目前只支持英文压缩。
- 2022-07-02 08:38:52下载
- 积分:1
-
上课时编的 基于对话框的简单计算器程序
完成实数的 加减乘除 四则运算
代码简单 初学者参考...
上课时编的 基于对话框的简单计算器程序
完成实数的 加减乘除 四则运算
代码简单 初学者参考-this is a simple calculator,using vc++
- 2022-01-26 05:56:14下载
- 积分:1
-
俄罗斯方块c代码,好玩简单,易懂,快快快快看
俄罗斯方块c代码,好玩简单,易懂,快快快快看-program
- 2022-05-09 10:38:28下载
- 积分:1
-
模拟时钟 This another Win32 assembly demo, which is based on the the "C" example in...
模拟时钟 This another Win32 assembly demo, which is based on the the "C" example in
Charles Petzold s "Programming Windows" 5th edition.
Appart for being an instructive graphics demo, this program is also useful and can be used on
your desktop as an alternative clock.
-Analog Clock This another Win32 assembly demo, which is based on the the
- 2023-08-15 10:10:03下载
- 积分:1
-
PNG美化Button
#ifndef _PNGBUTTON_H
#define _PNGBUTTON_H
#if _MSC_VER >= 1000
#pragma once
#endif
#include
#include "gdiplus.h"
#pragma comment(lib,"gdiplus.lib")
using namespace Gdiplus;
class CPngButton : public CButton
{
DECLARE_DYNAMIC(CPngButton)
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-07-13 22:43:22下载
- 积分:1
-
类在视觉基础知识中的示例使用
Sample usage of Class in Visual Basics
- 2022-07-17 10:38:43下载
- 积分:1
-
取硬盘物理序列号
取硬盘物理序列号-drive from the physical sequence,
- 2022-07-16 12:38:23下载
- 积分:1
-
A client passes the parameter to server, server creates a query and passes it to...
客户机将参数传递给服务器,服务器创建一个查询并将其传递给数据服务器,数据服务器处理查询并将结果返回给服务器,服务器将处理结果添加一些必要的标记,如行数或列数等并将其发送回客户机。
- 2022-09-24 03:10:03下载
- 积分:1