-
这是一个汇编程序
这是一个汇编程序-This is a compilation of procedures
- 2023-01-01 02:55:07下载
- 积分:1
-
基于WinCE6.0 和C# 的聊天室程序,当在host机和Ebox分别运行程序后,可以在它们之间通信了,都是自己实现的,很不错,对于开始学嵌入式的,想搞Ebo...
基于WinCE6.0 和C# 的聊天室程序,当在host机和Ebox分别运行程序后,可以在它们之间通信了,都是自己实现的,很不错,对于开始学嵌入式的,想搞Ebox的有很大的帮组哈。-WinCE6.0 and based on the C# Chat room procedures, when the host machine and run the program after the Ebox, respectively, can be communication between them, and realize their own, very well, began studying for the embedded and want Ebox The group has a lot of help and Kazakhstan.
- 2022-05-06 19:54:37下载
- 积分:1
-
VC++
VC++-MFC多媒体,详细讲述了MFC的基本理论,是一个很不错的教程!-VC-MFC multimedia, the MFC described in detail the basic theory, which is a very good guide!
- 2022-08-25 12:24:22下载
- 积分:1
-
该代码为在窗口的标题栏中显示按钮的演示代码。
该代码为在窗口的标题栏中显示按钮的演示代码。-display buttons on title bar.
- 2022-02-02 17:49:40下载
- 积分:1
-
适用于初级用户。希望这些代码可以给大家带来方便。
适用于初级用户。希望这些代码可以给大家带来方便。-Applicable to primary users. These codes can hope to bring convenience to everyone.
- 2022-07-02 20:32:33下载
- 积分:1
-
运用B+数算法,实现树性存储,探索ntfs的存储算法
运用B+数算法,实现树性存储,探索ntfs的存储算法-use several algorithms to achieve sexual storage tree, explore ntfs storage algorithm
- 2022-03-25 11:03:57下载
- 积分:1
-
a print prepared by the labeling of procedures, simple and practical, active cod...
一个DELPHI编写的打印标签的小程序,简单实用,有源代码,大家可以下载看看!-a print prepared by the labeling of procedures, simple and practical, active code, we can look at the download!
- 2022-10-13 23:20:03下载
- 积分:1
-
一个很好的c/c++代码编写规范,可以很好的教你写高质量的代码。...
一个很好的c/c++代码编写规范,可以很好的教你写高质量的代码。-A good c/c++ Coding norms, can teach you to write good quality code.
- 2022-02-02 06:45:25下载
- 积分:1
-
进程管理器
进程资源管理器,可以显示正在运行的进程,线程和模块。其着找到基地,并开始地址。例如,使用
EnumProcessModulesEx和NtQueryInformationThread功能在C#。
void PrintModules (Int32 ProcID)
{
IntPtr hProcess = OpenProcess(ProcessAccessFlags.QueryInformation | ProcessAccessFlags.VMRead, false, ProcID);
if (hProcess != IntPtr.Zero)
&nbs
- 2022-01-22 17:14:27下载
- 积分:1
-
through the Windows API function SendMessage Send Message List Box enable each o...
通过Windows API函数SendMessage发送消息使List Box中的每一个Item有不同的Tooltip-through the Windows API function SendMessage Send Message List Box enable each of a different Item Tooltip
- 2022-02-22 07:24:11下载
- 积分:1