-
献给C++初学者,如何在MFC中使用OPENTXT函数打开文本文档.
献给C++初学者,如何在MFC中使用OPENTXT函数打开文本文档.-Dedicated C++ Beginners how to use MFC to open a text document OPENTXT function.
- 2022-05-28 12:48:27下载
- 积分:1
-
获得任意你打开窗口的类名,不用烦恼不知道的窗口类名。简单实用。...
获得任意你打开窗口的类名,不用烦恼不知道的窗口类名。简单实用。-can get any windows class name,and dont worry about the windows class name which you dont know,easy to use
- 2022-05-31 21:54:25下载
- 积分:1
-
源代码构造哈夫曼树
源代码构造哈夫曼树-source tectonic Huffman tree
- 2023-04-18 12:40:02下载
- 积分:1
-
dm9000aep 在wince5.0上的驱动硬件平台是pxa270 我已经移植成功运行良好...
dm9000aep 在wince5.0上的驱动硬件平台是pxa270 我已经移植成功运行良好-its a dm9000aep drive for wince i have port it to my pxa270 system and its work will
- 2023-01-10 23:15:04下载
- 积分:1
-
IE 的bho 可以对基于IE6的关键字过滤和加亮。
IE 的bho 可以对基于IE6的关键字过滤和加亮。-IE can bho of the keyword-based filtering and processing IE6 light.
- 2022-03-13 17:59:18下载
- 积分:1
-
C#飞鸽聊天工具(TCP、UDP)
C# 开发的一款飞鸽聊天软件,主要实现了tcp通信及udp通信、文件传输等功能。相信您有了这款工具源码,会让您在Socket通讯方面会有一个质的提升。
- 2023-05-11 15:50:03下载
- 积分:1
-
STL中的list
STL LIST-STL LIST XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- 2022-02-06 03:45:48下载
- 积分:1
-
This is the most short
这是一个求最短路和最小生成树的C++的原代码,经过调试可以在机子上使用.-This is the most short-circuit for a minimum spanning tree and the original C code, after testing the use of loom.
- 2022-02-15 01:09:35下载
- 积分:1
-
WindowsCE Development Guide, detailing the development of wince
WindowsCE开发指南,详细介绍wince的开发-WindowsCE Development Guide, detailing the development of wince
- 2023-04-06 05:55:03下载
- 积分:1
-
屏幕取词VC6.0源码
DLLEXPORT BOOL WINAPI SetNHW32() { if(g_hHook == NULL) { g_hHook = SetWindowsHookEx(WH_GETMESSAGE, GetMsgProc, g_hinstDll, 0); if (g_hHook == NULL) { MessageBox(NULL, __TEXT("Error hooking: SetWindowsHookEx fail"), __TEXT("GetWord"), MB_OK); return FALSE; } } return TRUE;}
- 2022-05-28 06:17:38下载
- 积分:1