-
HookRegister
控制注册表,注册表监控操作、拦截操作,结构清晰(Control registry, registry monitoring operation, blocking action)
- 2011-02-01 12:00:41下载
- 积分:1
-
teachingplayer5
teachingplayer5.exe 流媒体软件 支持csf(teachingplayer5.exe Streaming media software support csf)
- 2014-01-27 16:20:56下载
- 积分:1
-
OpenGL
用三角形、三角形带、四边形、四边形带绘制球体用扇形绘制两极(Triangle, triangle strips, quads, quad band draw a sphere with a fan to draw the poles)
- 2013-12-07 15:25:22下载
- 积分:1
-
create_terrain
这个程序可以产生随机地形,并画出地形三维图和等高线图。(This program can generate random terrain, and draw a three-dimensional terrain maps and contour plots.)
- 2013-12-14 15:52:24下载
- 积分: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
-
icePubDll
获取计算机硬件信息的动态链接库,CPU序列号,硬盘序列号,MAC地址等信息
例程:
void gethardinfo()
{
QString str1="";
char buff[1024];
char buff2[1024];
char temp;
typedef int (WINAPI ICEPUB_MACHINEGETINFO)(int typeFlag,char *strInfo);
ICEPUB_MACHINEGETINFO *icePub_machineGetInfo = 0;
HINSTANCE hDLLDrv = LoadLibrary("icePubDll.dll");
if(hDLLDrv)
{
icePub_machineGetInfo = (ICEPUB_MACHINEGETINFO *)GetProcAddress(hDLLDrv, "icePub_machineGetInfo");
}
icePub_machineGetInfo(3,buff);
str1=buff;
int i=0;
int n=0;
n=str1.length();
qDebug()<<n;
for(i=0;i<n;i+=2)
{
temp=buff[i];
buff2[i+1]=temp;
buff2[i]=buff[i+1];
}
QString str2=buff2;
qDebug()<<buff2;
qDebug()<<str2;
}(Access to the computer hardware information dynamic link library, CPU serial number, hard disk serial number, MAC address and other information)
- 2017-12-28 11:45:08下载
- 积分:1
-
TestCom
说明: Connect comport to PC and Test
- 2019-01-03 18:36:26下载
- 积分:1
-
IECRS-reduce
变压器油中溶解气体的故障诊断方法,即IEC三比值法。用Matlab 程序运用的结果进行整理而得到的约简后的故障诊断决策表(Dissolved gases in transformer oil fault diagnosis method, that is, three-ratio method IEC. Matlab program used to collate the results of the application obtained after reduction of the fault diagnosis decision table)
- 2009-04-15 16:26:18下载
- 积分:1
-
Visual.Assist.X.v10.5.1715.0
本文针对多光谱图像配准中不同光谱图像间存在较大的灰度差异、同一景物在不同波段表现的特征也各不相同等问题,提出了基于互信息相似性测度的多光谱图像配准算法。(In this paper, multi-spectral image registration between different spectral image there is a big difference in gray scale, the same scene in different bands performance characteristics are different questions, we present a similarity measure based on mutual information of multi-spectral image registration algorithm .)
- 2010-09-07 11:54:35下载
- 积分:1
-
Practical
办公助手的主窗体由计算器和便利贴两个子窗体和6个办公助手,包括员工信息、加班信息、投票项目、投票管理和服务器设置等,还可以设置窗体的透明度。计算器支持键盘输入和鼠标输入两种方式,便利贴可以记录30页的信息,“员工信息”模块,可以添加、删除员信息。加班模块可填写加班信息(The main form of office assistant calculator and sticky notes by the two sub-form and six office assistants, including employees, overtime information, Project Vote, voting, such as management and server settings, you can set the transparency of the form. Calculator support for keyboard input and mouse input in two ways to facilitate the paste 30 can record information, " Staff Information" module, you can add, delete member information. Overtime to fill in overtime module information)
- 2009-03-29 16:43:13下载
- 积分:1