-
文件里包含几个图像,既有处理又有显示程序
文件里包含几个图像,既有处理又有显示程序-File contains several images, both dealing with another display program
- 2022-08-31 10:00:02下载
- 积分:1
-
红外线,WINCE,适合参考,适合初学者
红外线,WINCE,适合参考,适合初学者-infrared, and pulled suitable reference for beginners
- 2022-11-16 10:55:03下载
- 积分:1
-
自动关机或者注销程序
自动关机或者注销程序-automatic shutdown or cancellation procedures
- 2022-02-05 12:43:53下载
- 积分:1
-
VC与matlab接口程序,主要展示Matcom绘图,是在VC中调试matlab的应用...
VC与matlab接口程序,主要展示Matcom绘图,是在VC中调试matlab的应用-This is the interface program of VC and matlab, to present Matcom painting, and is the application to debug matlab in VC.
- 2022-07-22 19:05:25下载
- 积分:1
-
网吧管理系统
系统特点: 用户管理 计费 客户端PC机定时器(添加,修改,暂停,恢复) 客户端PC重新启动和关机 注意:您必须下载CrystalReport运行时引擎(CRRuntime_32bit_13_0_1/ CRRuntime_64bit_13_0_1)的VS2010to能生成报表的功能。安装程序(定时器),用于客户端PC isincluded。我建议使用单击一次以制作安装程序的Internet CafeManager。我有一些疑问,请放下一些评论这个职位。
- 2022-01-21 19:07:04下载
- 积分:1
-
在这部分中提供了由谭浩强编著的《C++面向对象程序程序设计》(清华大学出版社出版)一书中各章的全部习题的参考解答。...
在这部分中提供了由谭浩强编著的《C++面向对象程序程序设计》(清华大学出版社出版)一书中各章的全部习题的参考解答。-In this section provided by the authoring Hao Qiang
- 2022-04-01 01:33:56下载
- 积分:1
-
vb中内嵌asm的一个类
VB内嵌asm其实也很简单!(内付说明)
vb中内嵌asm的一个类
VB内嵌asm其实也很简单!(内付说明)-vb in a class of embedded asm embedded VB is also very simple asm! (with pay below)
- 2022-02-15 05:53:55下载
- 积分:1
-
文件分割器
文件分割器-File splitter
- 2022-02-01 09:17:01下载
- 积分:1
-
"unified database management systems," the implementation : a CD
“统一数据库管理系统”执行说明: 1、 光盘目录vc6.0chapter3inDBExp.exe 为主程序;ObScript.dll, SPFunc.dll, TableFunc.dll, ViewFunc.dll,OptDlg.dll,DBExpSQLEditXControl.ocx为主程序依赖的链接库文件。 2、 光盘目录vc6.0chapter3srcDBExp为主程序的源代码 光盘目录vc6.0chapter3srcObScript为本系统所依赖的链接库ObScript的代码。 “统一数据库管理系统”如何编译: 1、 确认已经安装了OLEDB或者是ADO的COM库 通常在C:Program FilesCommon FilesSystemOle DB和C:Program FilesCommon FilesSystemado目录下会分别找到oledb32.dll和msado15.dll。如果没有找到,再在磁盘上搜索这两个文件。 如果都没有找到,请用VC6.0的安装盘重新安装ActiveX。 上面提到的两个文件是OLEDB和ADO 的核心文件。 2、 在VC6.0中添加路径 在VC的Tools->Options->Directories->Include Files中加入在1中提到的两个路径。 3、 编译 直接点击编译完成对整个项目的编译-"unified database management systems," the implementation : a CD-ROM directory vc6.0 chapter3 bin DBExp.exe mainly procedures; ObScript.dll, SPFunc.dll, TableFunc.dll, ViewFunc.dll, OptDlg.dll, DBExpSQLEditXControl. exe procedures based on the link libraries. 2, CD-ROM directory vc6.0 chapter3 src DBExp based program"s source code directory vc6.0 CD chapter3 src ObScript-based system
- 2022-12-30 07:50:03下载
- 积分:1
-
vs2013 SendMessage后台鼠标消息实例
vs2013 SendMessage后台鼠标消息实例
void 测试()
{
RECT r1;
POINT old_p;
HWND Game = ::FindWindow(NULL, "Plants vs. Zombies 1.2.0.1073 RELEASE");
//::MessageBox(NULL, GetGmae, "这是标题", MB_OK);
::SetWindowPos(Game, 0, 0, 0, 0, 0, SWP_NOSIZE | SWP_SHOWWINDOW | SWP_NOMOVE);
//::SetWindowPos(Game, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOSIZE | SWP_NOMOVE);
//设置窗口属性
- 2022-01-24 14:19:04下载
- 积分:1