-
用vc编写的求积分的算法程序!还不尽完美!欢迎下载指导!
用vc编写的求积分的算法程序!还不尽完美!欢迎下载指导!-A quadrature arithmetic programmed with VC.It still has faults,welcome to download and give your valuable advice
- 2022-01-26 07:34:53下载
- 积分:1
-
iCT GP58CAⅡ.热敏打印机测试程序
iCT GP58CAⅡ.热敏打印机测试程序-iCT GP58CA Ⅱ. thermal printer test procedure
- 2022-03-07 17:05:14下载
- 积分:1
-
另类Windows关机程序
另类Windows关机程序-alternative Windows shutdown procedure
- 2023-01-22 20:00:03下载
- 积分:1
-
用来展示下雪是的样子,中间加入了许多因素,如风吹雪花随风飘动的样子等...
用来展示下雪是的样子,中间加入了许多因素,如风吹雪花随风飘动的样子等-snow is used to display on the outside, joined the middle of many factors, such as wind and snowflakes floating in the wind like the other
- 2023-06-24 16:00:03下载
- 积分:1
-
在VC中如何将文件保存为EXCEL格式
在VC中如何将文件保存为EXCEL格式-in VC how to save the file to Excel Format
- 2022-03-18 11:44:07下载
- 积分:1
-
VC++屏幕取词程序,getword
这是一个C++封装的DLL取词程序,什么语言都可以调用。
- 2022-03-28 17:46:30下载
- 积分:1
-
银行家算法演示-C++描述(扩展功能较强,其中的注释也比较多)
适合与初学此算法的学第学妹们...
银行家算法演示-C++描述(扩展功能较强,其中的注释也比较多)
适合与初学此算法的学第学妹们-bankers algorithm demo-C++ description (expanded stronger, The Notes will be more) for this algorithm with a novice school first Xuemei they
- 2022-07-11 11:11:21下载
- 积分: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
-
针对初学者的 BackgroundWorker 类示例
介绍
这篇文章提出了一个新手.NET 开发人员,开发一个多线程的应用程序而不被沉重的附带了线程的复杂性。
背景
一个基本的 Windows 应用程序在单个线程通常称为 UI 线程上运行。此 UI 线程负责创建绘画的所有控件,并执行代码以将置于。所以当你在运行长时间运行的任务 (即数据密集型数据库操作或处理一些数百个位图图像),UI 线程被锁起来了和 UI 应用程序变成白色 (记住 UI 线程是负责油漆的所有控件) 呈现您的应用程序不响应的状态。
使用中的代码
你需要做什么是在不同的线程上转移这繁重的处理。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-26 21:53:34下载
- 积分:1
-
Windows brush selection process
Windows画笔选择的程序-Windows brush selection process
- 2023-08-06 16:20:02下载
- 积分:1