-
huffman 编码
完陈对指定的文本文件内容进行huffman编码
实现输出...
huffman 编码
完陈对指定的文本文件内容进行huffman编码
实现输出-END CHAN huffman encoding text file on the specified content encoding huffman implementation output
- 2023-06-09 00:10:13下载
- 积分:1
-
该算法经运行,无任何问题,可用于解决遗传算法求解旅行商问题...
该算法经运行,无任何问题,可用于解决遗传算法求解旅行商问题-The algorithm by running without any problems, can be used to solve the traveling salesman problem genetic algorithm
- 2022-03-06 04:45:19下载
- 积分:1
-
为实现过程的数字水印
对于cox数字水印的实现过程-digital watermark for the realization proce
- 2022-03-18 17:39:47下载
- 积分:1
-
基于隐藏的马尔可夫模型人脸识别的源代码
基于隐马尔可夫模型的人脸识别 CC++源代码-Based on Hidden Markov Model Face Recognition CC++ Source code
- 2022-07-20 16:32:19下载
- 积分:1
-
本文摘要翻译了几篇文章的内容,简单介绍 ATL CAtlRegExp,GRETA,Boost::regex 等正则表达式库,这些表达式库使我们可以方便地利用正则...
本文摘要翻译了几篇文章的内容,简单介绍 ATL CAtlRegExp,GRETA,Boost::regex 等正则表达式库,这些表达式库使我们可以方便地利用正则库的巨大威力,给我们的工作提供了便利。-This paper translated articles the contents of a brief introduction ATL CAtlRegExp, GRETA, Boost : : regex is a regular expression such as library, expression library so that we can facilitate the use of the library is now enormous power of our work to provide the facilities.
- 2023-05-23 14:25:02下载
- 积分:1
-
Introduction to JQuery started JQuery entry JQuery
JQuery入门 JQuery入门-Introduction to JQuery started JQuery entry JQuery
- 2022-06-29 06:55:37下载
- 积分: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
-
gprs开发使用程序,wince上的gprs应用程序。使用串口通信来控制gprs模块。源程序还包含pdu编码和解码示例及详细说明...
gprs开发使用程序,wince上的gprs应用程序。使用串口通信来控制gprs模块。源程序还包含pdu编码和解码示例及详细说明-gprs development procedures, wince on gprs applications. Serial communication to control the use of gprs module. Source also includes examples of PDU encoding and decoding and a detailed description
- 2022-02-05 05:52:38下载
- 积分:1
-
数据结构的课程中的作业,利用串匹配来实现全文检索的。快点下载吧! 加油!...
数据结构的课程中的作业,利用串匹配来实现全文检索的。快点下载吧! 加油!-This the work of data structure,it can achieve the full text index using the string matching.Download it quickly, come on
- 2022-03-03 20:35:16下载
- 积分:1
-
Basically timer calculator for 8051 for different modes
Basically timer calculator for 8051 for different modes
- 2022-03-22 03:13:27下载
- 积分:1