搜索资源列表
一个在MFC环境中使用的 InfoZip打包类
- 一个在MFC环境中使用的 InfoZip打包类,使用时需包含UNZDLL.DLL和ZIPDLL.DLL两个动态链接库-an environment in the use of the SDK package type, use and the need to contain UNZDLL.DLL ZIPDLL.DLL two dynamic link library
EncodingReports
- 本程序包用标准C++实现了Huffman编码以及解码的基本类,并且通过MFC编写了测试程序,同时显示了各项压缩指标。是学习编码的基本入门资料。-this program use standard c++ to implement Huffman coding and decoding fundamental class,it is tested by a MFC program,which display compression information.it is begginer s mate
Huffman_mfc
- 哈夫曼编码,基于MFC开发。哈夫曼编码为熵编码中的最佳方法之一,广泛用于各种数据压缩技术中。-Huffman coding, based on the MFC. Huffman coding for entropy coding one of the best ways, for a wide variety of data compression technology.
cinfozipxp
- 一个在MFC环境中使用的 InfoZip打包类,InfoZip是一个功能强大的免费ZIP/UNZIP库。为了方便它的使用,在此介绍一个InfoZip的打包类CInfoZip,这个类本身并不实现压缩功能,只是提供一个易于使用的InfoZip DLLs接口(包含在CInfoZip中)。CInfoZip类的使用方法请参见相关文章-an environment in the use of packaged InfoZip category, InfoZip is a powerful free ZIP
LZW_example
- mfc下的LZW算法,可实现压缩和解压缩 界面友好-mfc the LZW algorithm can achieve compression friendly interface
PhotoShophuadongtiao
- 在vc++的开发平台下开发的PhotoShop风格的滑动条,可以帮助学习mfc编程,对初学者更是大有好处
unp_1945_src
- wuinzup in the MFC way
md5_src
- 这是一个好用的MD5的C++类;这个类可以加在控制台程序中也可用在MFC中, 并且提供了详细的错误处理函数,是一个安全的类。例程是一个MD5的MFC程序,支持字符串和文件两种输入。
compress
- 实现了一个相对简单的哈弗曼树的压缩算法,是基于MFC开发的。
huffman-MFC
- huffman的可视化的MFC编程,输入字数权值,自动绘图-the huffman visual MFC programming
HuffmanCompressionAndDecompressionAswellaspolynomi
- MFC工程的哈弗曼压缩和解压以及多项式的运算。-Huffman compression and decompression as well as polynomial arithmetic.
01
- MFC例程LRESULT CALLBACK WNDFUN (HWND hWnd, UINT msg, WPARAM wparam, LPARAM lparam) { switch (msg) { case WM_PAINT: { HDC hdc = GetDC(hWnd) SetBkMode(hdc,TRANSPARENT) TextOut(hdc,20,20,"明日科技有限公司",16) DeleteDC(hd
huffman
- 基于huffman算法的压缩解压小程序,mfc图形界面。-Huffman compression decompression algorithm based on small programs, mfc graphical interface.
chatthread
- 用udp编写的一个网络程序,输入对方的ip就可以进行通讯,只要改一下端口,一个程序同时又客户端与服务端,mfc的-Using udp written a network program, enter the other' s ip you can communicate, as long as change what port, a program at the same time client and server, mfc' s
Matrix
- MFC实现计算器和矩阵运算,可以进行简单的加减乘除,还有矩阵的转置-Calculator and matrix operations use MFC,Can be a simple addition and subtraction multiplication and division
StudentInputandOutput
- 学生信息输入输出系统,MFC编程,可进行增加删除功能-Student Input and Output
AppWizard-and-MFC
- The principle of AppWizard and MFC framework for parsing the source code examples
MFC-students--administrate
- 学生信息管理 MFC 适合数据结构课程设计,包含要求的排序,检索-mfc Student Information Management
MFC
- mfc文档 绝对好东西,来下载吧-the opencv help documentation, can be relied entry
MFC
- (1)定义一个抽象基类Shape,同它派生出5个类:圆、正方形、矩形、梯形、三角形。 (2)利用虚函数计算几种图形面积。 (3)演示构造函数、复制构造函数、析构函数的作用和调用顺序 (4)用类模板具体实现。 (5)利用MFC类库在图形用户界面上绘制及修改这些图形,采用对话框输入输出图形的基本属性,或者利用运算符重载输入输出图形的基本属性。 (6)用文件保存图形信息,且能够从文件中读取并作相应处理。 2)创新要求: 采用头文件与源文件分离的方法,多态性的实现多样化-d