-
汉字库不同字体大小转化成所需要的代码
汉字库不同字体大小转化成所需要的代码...
汉字库不同字体大小转化成所需要的代码
汉字库不同字体大小转化成所需要的代码-汉字库different font size into the required code汉字库different font size into the required code
- 2022-09-16 00:00:03下载
- 积分:1
-
a)需求分析:
任务 :对一篇英文文章,统计各字符出现的次数,实现Huffman编码;
要求:输出每个字符出现的次数和编码,其中求最小权值要求用堆实现;...
a)需求分析:
任务 :对一篇英文文章,统计各字符出现的次数,实现Huffman编码;
要求:输出每个字符出现的次数和编码,其中求最小权值要求用堆实现;
b)概要设计:
本程序所使用的数据结构是树和线性表,所使用的算法主要有堆排序、赫夫曼算法。
-a) Requirements Analysis : Mandate : an article in English, statistics of the number of characters to achieve Huffman coding; Requirements : Every character in the output of the number and the code for which the minimum requirement of the right to use Heap; B) Summary of design : the procedures used by the data nodes the tree structure and linear form, the algorithm used by the main sculpture, in order Huffman algorithm.
- 2022-03-06 12:21:16下载
- 积分:1
-
datagridview控件的例子,简单的使用该控件的好例子
datagridview控件的例子,简单的使用该控件的好例子-datagridview sample
- 2022-04-07 06:56:12下载
- 积分:1
-
labwindows cvi ODBC数据库代码实例
应用背景
labwindows ODBC数据管理器实现数据库的操作labwindows ODBC数据管理器实现数据库的操作labwindows ODBC数据管理器实现数据库的操作labwindows ODBC数据管理器实现数据库的操作
关键技术
利用labwindows ODBC数据管理器实现数据库的操作,添加,删除,等适合初学者学习,详细通过ODBC管理器进行操作。
利用labwindows ODBC数据管理器实现数据库的操作,添加,删除,等适合初学者学习,详细通过ODBC管理器进行操作
- 2022-07-23 22:57:05下载
- 积分:1
-
There is a big difference with real Worm.Blaster.So it is a only refference and...
同真正的冲击波有很大差距,希望大家查考,不要乱用-There is a big difference with real Worm.Blaster.So it is a only refference and don t misuse it.
- 2022-02-05 18:22:12下载
- 积分:1
-
wince模拟器中文显示
wince模拟器中文显示-Jack simulator showed Chinese
- 2022-03-25 16:56:18下载
- 积分:1
-
获取XP登录密码
应用背景当忘记XP系统密码时,可以编译getInfo的dll和exe,执行getInfoRun.exe在下次登录时就可以获取密码了,密码文件保存在windows根目录下的getPwdout.txt文件中关键技术DWORD WINAPI StartHook(LPVOID lpParam)
{
//得到msgina.dll
//hooktable.hMsgina
int n = 0;
hooktable.hMsgina = LoadLibrary("msgina.dll");
n = GetLastError();
if (NULL == hooktable.hMsgina)
{
printf("getmoduleHandle msgina.dll error");
return -1;
}
//得到WlxLoggedOutSAS
hooktable.OldADDR = (WlxLoggedOutSAS)GetProcAddress(hooktable.hMsgina, "WlxLoggedOutSAS");
if (NULL == hooktable.OldADDR)
{
printf("GetProcAddress WlxLoggedOutSAS error");
return -1;
}
int *OpCode = (int*)&hooktable.charJmpCode[1];
int Code = (int)hooktable.NewADDR - (int)hooktable.OldADDR -5;
*OpCode = Code;
HookWlxLoggedOutSAS();
return 0;
}
- 2023-08-31 22:05:04下载
- 积分:1
-
绘图使用 Opengl 的计算机
图表基本上显示如何设计一台电脑,在 c + + 中使用 opengl。它是最适合初学者不知道如何在 opengl 中编写的代码。
- 2022-03-13 03:18:44下载
- 积分:1
-
这是一个键盘消息捕捉程序源代码,它简单的模拟了键盘消息的捕捉过程。...
这是一个键盘消息捕捉程序源代码,它简单的模拟了键盘消息的捕捉过程。-This is a message the keyboard to capture source code, it" s easy to simulate the keyboard to capture the process of the message.
- 2022-11-04 08:35:03下载
- 积分:1
-
矩阵运算,包括求逆矩阵,扩展矩阵等多项运算功能
矩阵运算,包括求逆矩阵,扩展矩阵等多项运算功能-Matrix operations, including inverse matrix, the expansion of a wide range of computing functions of matrices
- 2022-07-27 19:24:27下载
- 积分:1