-
窗口处理程序的源码,里面包含八个工程,对于初学windows编程的同学来说是很有用的...
窗口处理程序的源码,里面包含八个工程,对于初学windows编程的同学来说是很有用的-Window handle of the source program, which contains eight projects for the beginner students windows programming is very useful
- 2022-11-08 08:40:03下载
- 积分:1
-
Visual C++ programming 100 examples
Visual C++实效编程百例yuanma-Visual C++ programming 100 examples
- 2023-05-10 20:00:03下载
- 积分:1
-
手机店管理
手机店铺管理是是用C#语言的一个窗口基础软件。可以采取这个软件所有的动作。
- 2022-05-09 14:24:46下载
- 积分:1
-
游戏
一个用C语言编写的一个游戏,非常好玩的一个游戏。相信大家都玩过。-game
- 2022-02-01 06:53:18下载
- 积分: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
-
在试用期阶段做了个秒表计时器,功能跟比赛用的秒表计时器一样。...
在试用期阶段做了个秒表计时器,功能跟比赛用的秒表计时器一样。-stage of the trial period- a stopwatch timer function with the competition like stopwatch timer.
- 2022-01-25 19:28:53下载
- 积分:1
-
这本书介绍了正则表达式的基本语法和应用 深入浅出 循序渐进 能帮助你快速掌握正则表达式...
这本书介绍了正则表达式的基本语法和应用 深入浅出 循序渐进 能帮助你快速掌握正则表达式-This book introduces the basic regular expression syntax and application of easy step-by-step can help you quickly master the regular expression
- 2022-07-01 19:59:23下载
- 积分:1
-
astar算法的改进,很有用,运行没有错误,又需要的同学赶紧下哦...
astar算法的改进,很有用,运行没有错误,又需要的同学赶紧下哦-astar algorithm improvements, useful, run no errors, but also those students in need under the oh hurry
- 2022-05-29 17:12:41下载
- 积分:1
-
这个程序是一个用鼠标画直线的源码,是用vc做的,对于那些初学者可能比较有用1...
这个程序是一个用鼠标画直线的源码,是用vc做的,对于那些初学者可能比较有用1-the procedure is painting a straight line with the mouse the source, is to use vc do, for those who may be more useful to beginners 1
- 2022-10-10 00:30:02下载
- 积分:1
-
这是一个简单的方法来改变编辑控件的样式
This an easy way to change the style of edit controls
- 2023-08-14 20:25:04下载
- 积分:1