-
VB邮件发送源码
VB邮件发送源码-VB source
- 2022-04-25 02:22:19下载
- 积分:1
-
ga优化神经网权值&阈值程序。
优化的基本原理和过程很多论文可以查到...
ga优化神经网权值&阈值程序。
优化的基本原理和过程很多论文可以查到-ga optimizing neural network weights
- 2023-02-16 15:35:04下载
- 积分:1
-
调试工具windbg的扩展插件,可以查看进程中的所有窗口信息,可以结合windbg的命令使用:!hwnd
* 函数: hwnd
* 功能: 显示被调...
调试工具windbg的扩展插件,可以查看进程中的所有窗口信息,可以结合windbg的命令使用:!hwnd
* 函数: hwnd
* 功能: 显示被调试进程中的窗口信息
* 参数: hwnd [-h] [Handle [ UMFlags [TypeName] ] ]
* Handle 窗口句柄
* 如果Handle为0,则显示进程中的所有窗口信息
* UMFlags 显示参数,如果是0,则显示最基本参数
* Bit 0 (0x1) 显示General Properties
* Bit 1 (0x2) 显示窗口样式
* Bit 2 (0x4) 显示相关窗口
* Bit 3 (0x8) 显示Class信息
* -h 窗口边框高亮
* TypeName 窗口类型
-Windbg debugging tools for extension, you can view all the windows in the process of information may be combined with the use of windbg the command:! Hwnd* Function: hwnd* function: shows debug window in the process of information* parameters: hwnd [-h] [ Handle [UMFlags [TypeName]]]* Handle window handle* If Handle is 0, it shows all the windows in the process of information* UMFlags display parameters, if it is 0, it shows the basic parameters* Bit 0 (0x1) shows General Properties* Bit 1 (0x2) display window style* Bit 2 (0x4) display window* Bit 3 (0x8) display Class information
- 2022-03-06 01:53:55下载
- 积分:1
-
把快捷方式的文件的路径,使用IShellLink。
怎样获取快捷方式所指向的目标文件名? HRESULT hres IShellLink* psl HRESULT hres IShellLink* psl char szGotPath[MAX_PATH] char szDescription[MAX_PATH] WIN32_FIND_DATA wfd OleInitialize(0) hres = CoCreateInstance(CLSID_ShellLink, NULL, CLSCTX_INPROC_SERVER, IID_IShellLink, (LPVOID*)&psl) if (SUCCEEDED(hres)) { IPersistFile* ppf hres = psl->QueryInterface(IID_IPersistFile, (void**)&ppf) if (SUCCEEDED(hres)) { WCHAR wsz[MAX_PATH] char lpszLinkFile[MAX_PATH] //这里存放的是快捷方式的路径 if(MultiByteToWideChar(CP_ACP, 0, lpszLinkFile, -1, wsz, MAX_PATH)==0) return hres = ppf->Load(wsz, STGM_READ) if (SUCCEEDED(hres)) { hres = psl->Resolve(m_hWnd, 0) if (SUCCEEDED(hres)) { hres = psl->GetPath(szGotPath, MAX_PATH, (WIN32_FIND_DATA*)&wfd, SLGP_SHORTPATH)-Get the path file of the Shortcut, using IShellLink.
- 2023-07-15 01:10:03下载
- 积分:1
-
Windows Game Programming Guru skills. Chm2D and 3D Game Programming with ANDRE L...
Windows游戏编程大师技巧.chm
2D和3D游戏编程基础
ANDRE LAMOTHE 著
曲文卿 姚君山 钟湄莹等译-Windows Game Programming Guru skills. Chm2D and 3D Game Programming with ANDRE LAMOTHE Wenqing Yao Shan Zhong Qu Mei-ying, et al
- 2022-06-03 13:52:10下载
- 积分:1
-
石子合并问题石子合并问题石子合并问题
- 2022-12-12 04:20:03下载
- 积分:1
-
This is a simple use of the protocols of udp chat program
这是一个用winsock实现简单的udp聊天程序-This is a simple use of the protocols of udp chat program
- 2022-01-26 14:36:30下载
- 积分:1
-
FTP客户端开发,windows server ftp服务器的客户端开发,软件开发,(百度云连接下载测试使用)https://pan.baidu.com/s/1mhTMgCK
百度云共享:https://pan.baidu.com/s/1mhTMgCK,本软件是FTP客户端软件,是与windows server通讯的软件,具有下载,上传,删除,重命名文件功能。本代码冗余少,规范清晰,里面包含多线程技术的使用,托盘技术的实现,按钮自绘技术等等.
- 2022-02-24 10:27:47下载
- 积分:1
-
at91sam9260 windows ce 5.0 bsp source code
at91sam9260 windows ce 5.0 bsp source code-at91sam9260 windows ce 5.0 bsp source code
- 2023-04-13 04:35:04下载
- 积分:1
-
如何注销、关闭、重启系统
通过OpenProcessToken来获取进程令牌,并进一步调整令牌权限,最后通过ExitWindowsEx来实现 注销 关闭 重启操作
- 2022-11-03 22:50:03下载
- 积分:1