搜索资源列表
hafumanbianma
- 此文件是哈夫曼程序源代码,如果程序不能打开,有TXT格式的,复制下,运行就可以了.但文件名要和里面的相同哦,即哈夫曼-This file is Huffman source code, if the program can not open, there TXT format, copy the next run it. But the file name to and inside the same Oh, that is, Huffman
ptmalloc
- 这是一个内存分配管理的程序,用于模拟c对内存的使用-/* Prototypes and definition for malloc implementation. Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software you can redi
FileManage
- 主要是一些文件的操作,新建文件夹、下载,上传、分割文件、合并文件、Unzip解压Zip压缩、剪切、复制、粘贴 等功能-Are mainly for file operations, the new folders, download, upload, split files, merge files, Unzip decompression Zip compression, cut, copy, paste and other functions
gocr
- * This a Optical-Character-Recognition program Copyright (C) 2000-2006 Joerg Schulenburg This program is free software you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free So
sjpeg
- /* Copyright (C) 2001-2006 artofcode LLC. All Rights Reserved. This file is part of GNU ghostscr ipt GNU ghostscr ipt is free software you can redistribute it and/or modify it under the terms of the version 2 of the GNU General Pub
CompressAndUncompress
- 运用哈弗曼算法,压缩解压文件,代码已经完整,复制粘贴就可以了-Algorithm using Havermann, codecs file, the code has been complete, copy and paste on it
ZipFolder
- 自己编写的目录压缩程序,能压缩一个目录中每一个文件为一个单独的zip文件,并连同目录结构一起复制到另一个目录下。-Write your own directory compression program that can compress a directory for each file as a single zip file and directory structure together with copy to another directory.
MFC
- (1)定义一个抽象基类Shape,同它派生出5个类:圆、正方形、矩形、梯形、三角形。 (2)利用虚函数计算几种图形面积。 (3)演示构造函数、复制构造函数、析构函数的作用和调用顺序 (4)用类模板具体实现。 (5)利用MFC类库在图形用户界面上绘制及修改这些图形,采用对话框输入输出图形的基本属性,或者利用运算符重载输入输出图形的基本属性。 (6)用文件保存图形信息,且能够从文件中读取并作相应处理。 2)创新要求: 采用头文件与源文件分离的方法,多态性的实现多样化-d
