-
《Visual C++ 6.0 MFC时尚编程百例》随书编程代码,欢迎学习与下载。...
《Visual C++ 6.0 MFC时尚编程百例》随书编程代码,欢迎学习与下载。-visual c++ 6.0 MFC
- 2022-03-24 03:33:58下载
- 积分:1
-
本程序运行后将会屏 Alt+Ctrl+Del,Alt+F4,Alt+Tab等键, (Windows 2000 不能屏蔽) 必须在两个Enter键之间输入密码才能...
本程序运行后将会屏 Alt+Ctrl+Del,Alt+F4,Alt+Tab等键, (Windows 2000 不能屏蔽) 必须在两个Enter键之间输入密码才能退出!!!!!!!! 密码是"kkcocoon". 本程序在Visual C++ 6.0 下编译.大家可在vc下打开scrnsave.dsw文件就可以很好的查看源文件.也可以File->New->Project->Win32 Application->起个名字,create new workspace->empty win32 application.然后把一个个文件Add进来,F5->确定,就可以了. 这是一个用纯Windows SDK编写的程序,没有用MFC类库,要看懂此程序 必须要懂得在Windows下编程.本程序只是为了给刚学Windows SDK的同仁 提供适合的示例程序,并给出祥尽注释.-Windows Screen Saver source code, block keyboard input of Alt_Ctrl_Del, Alt+F4, Alt+Tab(can not block in win2000), password is kkcocoon.
- 2022-02-03 17:35:49下载
- 积分:1
-
This book provides students and professional programmers with a concise yet comp...
This book provides students and professional programmers with a concise yet comprehensive view of the role that memory plays in all aspects of programming and program behavior. Assuming only a basic familiarity with C or C++, the author describes the techniques, methods, and tools available to deal with the problems related to memory and its effective use.-This book provides students and professional programmers with a concise yet comprehensive view of the role that memory plays in all aspects of programming and program behavior. Assuming only a basic familiarity with C or C++, the author describes the techniques, methods, and tools available to deal with the problems related to memory and its effective use.
- 2022-12-08 09:20:03下载
- 积分:1
-
turn off the computer by the script .vbs
turn off the computer by the script .vbs
- 2022-12-27 07:45:03下载
- 积分:1
-
vb,结束指定进程,api结束进程,api进程处理
vb,结束指定进程,api结束进程,api进程处理-vb,kill process
- 2023-07-19 23:50:03下载
- 积分:1
-
列表 BFS 广度优先搜索
广度优先搜索 (BFS) 是一种策略寻找图中搜索时限于本质上是两个操作: (a) 访问和视察一个节点图 ;(b) 获得访问权的邻居的当前访问的节点的节点。BFS 从根节点开始,并检查所有相邻的节点。然后这些邻居节点的每个反过来,它检查其中人迹罕至,他们的邻居节点,等等。BFS 相比相当,但更多的内存 efficientIterative 深化深度优先搜索和深度优先搜索与对比。
- 2022-01-24 13:52:36下载
- 积分:1
-
windows定时器
Windows的自动开关任务,时间和任务设定后,让程序自动执行。Windows的注册表编辑器没有自动定位功能,要打开某项注册表键值必须一级级展开,十分麻烦,注册表定位器帮你一键快速定位到注册表项,方便之极,网络上的各种注册表定位器软件也是运用了此源代码,如果你设计的软件需要此项功能可以参考一下该源码,
- 2022-04-09 03:00:30下载
- 积分:1
-
这个是一个很不错的编辑器我用了3年多 EDITEPLUS 这是最新版本不需安装只要运行就可以使用了没有解破哦序列号网上自己找吧很多的。这个是最新版本...
这个是一个很不错的编辑器我用了3年多 EDITEPLUS 这是最新版本不需安装只要运行就可以使用了没有解破哦序列号网上自己找吧很多的。这个是最新版本-This is a very good editor, I spent three years EDITEPLUS This is a long run without having to install the latest version can be used with no serial number cracked Oh, bar-line to find a lot of their own. This is the latest version of the
- 2022-08-08 03:08:04下载
- 积分:1
-
39VF6401的芯片说明!对硬件设计的朋友有帮助的!
39VF6401的芯片说明!对硬件设计的朋友有帮助的!-39VF6401 chip description! Friends of the hardware design help!
- 2022-01-31 00:59:18下载
- 积分:1
-
Completed using C language interface with MFC calculators, realize a simple fixe...
用C语言完成的带有MFC界面的计算器,实现定点数的简单计算-Completed using C language interface with MFC calculators, realize a simple fixed-point calculation
- 2022-09-08 09:45:03下载
- 积分:1