-
ElapseTime
将路径1档案copy到路径2 计算所须的时间(精确度:milllisecond)(path to a file copy of the calculation of two paths, the time required (accuracy : milllisecond))
- 2007-02-08 11:03:02下载
- 积分:1
-
imgui-master
图形界面引擎,非一般的实现方式。IMGUI即界面以立即呈现。(ImGui is a bloat-free graphical user interface library for C++. It outputs vertex buffers that you can render in your 3D-pipeline enabled application. It is portable, renderer agnostic and self-contained (no external dependencies). It is based on an immediate mode graphical user interface paradigm which enables you to build user interfaces with ease.
)
- 2016-04-12 23:02:57下载
- 积分:1
-
shu-zi-she-ying-ce-liang
使用C#语言编写程序,读取并显示给定的摄影图像。把图像数据读取到变量或数组中。
(Use C# language programming, read and display a given photographic images. The read image data into a variable or array.)
- 2015-11-19 22:40:02下载
- 积分:1
-
mx25l256
MX251256FLASH芯片驱动程序,内涵片擦除,页擦除,扇擦除,页写等(MX251256FLASH base driver code)
- 2016-03-23 11:06:49下载
- 积分:1
-
avitools
说明: 一个AVI文件操作的工具软件,包含源代码。可以读、写AVI文件。(an AVI file manipulation tools, including source code. Can read, write AVI file.)
- 2006-03-23 13:51:46下载
- 积分:1
-
ReadBMP_3
读取一张BMP彩色图像,显示其相关信息,并将彩色图片改成8bit灰度图片以后另外存盘!(Read a BMP color image display its related information and changed the color pictures 8bit grayscale image after another save!)
- 2012-08-22 11:04:05下载
- 积分:1
-
LLK-game-Visual-CPP-MFC
连连看服务器游戏对战平台软件包括服务端和客户端源代码,服务端采用IOCP机制,可实现多人联网对战,并带有项目说明文档,源代码标有注释。并且游戏界面十分美观。(Battle Snake game server platform software, including server and client source code, the server uses IOCP mechanism, enabling networked multiplayer gaming, and with the project documentation, source code is marked with comments. And the game interface is very beautiful.)
- 2020-12-02 20:19:26下载
- 积分:1
-
hcqycsy
信息安全实验,缓冲区溢出实验,用c++写的,代码简单明了。()
- 2008-05-06 21:33:03下载
- 积分:1
-
hafuman
一 . 需求分析:
1) 输入形式和输入值范围:
输入形式是要压缩(或者要解压)的文件路径,输入范围是字符串,而且要是文件的路径。
2) 输出形式:
输出相应的编码压缩文件和解码原文件
3) 程序所能达到的功能:
利用哈夫曼对ASCII文件做不等长编码,达到压缩文件。利用哈夫曼树的遍历,达到解压文件的目的。程序的功能也就是实现压缩和解压ASCII类型文件的目的。
4)测试数据:(包括正确的输入数据及其输出结果和含有错误输入及其输出结果)
测试输入或者输出文本框是不是有空的,是不是不是有效路径。进行条件判断,实现错误处理。
比如要压缩:c:a.txt 文件路径就是:c:a.txt。如果输入框是空的,就判断,然后用MessageBox处理信息。
如果文件路径和文件的输出路径都写正确的话,就会输出相应的压缩或者解压文件,否则用函数MessageBox提示错误。然后进行更正。
二 . 概要设计:
1) 哈夫曼树的特点
a) 是二叉树的一种,而且是一种没有度数是1的二叉树
b) 一棵树有n个叶子,就会用2n-1个节点
c) 一种“最优”二叉树,由于树的带权路径(WPL)最小
d) 由于它是由下到上顺序构造的,使得分支节点和叶子节点从下到上,权值都是从小到大的顺序排列的
()
- 2007-07-16 22:04:12下载
- 积分:1
-
Program
一个利用c#编写的广播发送代码,所在的编译环境是vs!(A use of c# Prepared to send broadcast code, where the compiler environment is vs!)
- 2008-07-04 12:09:19下载
- 积分:1