-
这是对细胞图像进行处理,并且进行模拟的图像,可以实现对细胞的计数。...
这是对细胞图像进行处理,并且进行模拟的图像,可以实现对细胞的计数。-This is the cell image processing, and simulation images can be achieved on cell count.
- 2023-09-03 23:15:04下载
- 积分:1
-
VB USB-HID通讯调试工具源代码
资源描述
VB USB-HID通讯调试工具源代码
VB USB-HID通讯调试工具源代码
VB USB-HID通讯调试工具源代码
VB USB-HID通讯调试工具源代码
- 2023-07-16 08:40:03下载
- 积分:1
-
HTC_Diamond_Skin全套 forwm6.1
HTC_Diamond_Skin全套 forwm6.1-HTC_Diamond_Skin a full set of forwm6.1
- 2022-08-24 13:12:42下载
- 积分:1
-
简单的xp风格软件,没有解压密码,谢谢大家支持!
简单的xp风格软件,没有解压密码,谢谢大家支持!-simple xp style software, not extracting passwords and your support!
- 2022-02-13 10:16:34下载
- 积分:1
-
to achieve serial transceiver functions is the first time I set out on the thing...
能够实现串口的收发功能,我是第一次上载东西,希望这个能对那些新手有帮助。同时也希望各位高手指点指点。-to achieve serial transceiver functions is the first time I set out on the things that the novice to those who can help. It also hopes to master guiding instructions.
- 2022-07-09 03:09:07下载
- 积分:1
-
technology supporting source code (No. 7 8 9)
VC技术内幕配套源代码( 第7 8 9章)-technology supporting source code (No. 7 8 9)
- 2023-09-03 11:40:06下载
- 积分:1
-
MFC创建进程、打开进程、终止进程
资源描述
创建进程、打开进程、终止进程
*两个函数 CreateProcess、openProcess、TerminateProcess
*获得进程句柄
*获得进程号
*提升进程权限
*Microsoft Spy++
操作平台:win10+vs2013 pro
操作步骤:
1、创建进程
PROCESS_INFORMATION pi;//进程信息结构
STARTUPINFO si;//启动信息结构
memset(&si, 0, sizeof(si));
si.cb = sizeof(si);
si.wShowWindow = SW_SHOW;
si.dwFlags = STARTF_USESHOWWINDOW;
TCHAR szPath[] = TEXT("c:windowssystem32
otepad.exe E:c++MFCa.txt");
BOOL bRet = ::CreateProcess(NULL, szPath, NULL, FALSE, NULL, NULL, NULL, NULL, &si, &pi);
int error = GetLastError();
if (bRet)
{
::CloseHandle(pi.hThread);
::CloseHandle(pi.hProcess);
AfxMessageBox(TEXT("创建进程成功"));
}
else
{
AfxMessageBox(TEXT("创建进程失败"));
}
2、打开进程
DWORD pid;
//若有指定窗口类和窗口名称则表示成功返回一个窗口的句柄
HWND hCalc = ::FindWindow(TEXT("Note
- 2022-03-25 15:36:01下载
- 积分:1
-
屏幕显示的例子
屏幕显示的例子,使用端点API来开发的屏幕,使用Visual Studio C ++,音频API,获取系统的体积,并在屏幕上显示。
- 2022-08-11 06:27:22下载
- 积分:1
-
dump文件全过程 及其文档
总结dump生成整个过程 附带文档 包学包会
- 2022-01-25 18:21:25下载
- 积分:1
-
图像识别程序,数字图像处理,源代码及资料等等,找到的,很不错...
图像识别程序,数字图像处理,源代码及资料等等,找到的,很不错-image identification procedures, digital image processing, source code and information, and so on, to find, and very good
- 2022-10-10 13:50:02下载
- 积分:1