-
学习如何在VC里调试你的程序,有英文原版和翻译两个版本,讲解了VC6.0的调试功能...
学习如何在VC里调试你的程序,有英文原版和翻译两个版本,讲解了VC6.0的调试功能-Document about how to debug your VC6 program.
- 2022-07-14 09:09:27下载
- 积分:1
-
EVC高级编程及应用开发书上例程源代码,剩余部分待传。
EVC高级编程及应用开发书上例程源代码,剩余部分待传。-EVC high-level programming and application development book routine source code, the remainder of the question Chuan.
- 2022-06-26 00:56:29下载
- 积分:1
-
《C语言课程设计案例精编》源代码
对c语言课设很有实用价值。比如菜单构建、鼠标调用、键盘中断、数据结构与算法。...
《C语言课程设计案例精编》源代码
对c语言课设很有实用价值。比如菜单构建、鼠标调用、键盘中断、数据结构与算法。- C Language Course Design Case series refined the source code c language courses based on very practical value. Such as menu building, called the mouse, keyboard interrupt, data structures and algorithms.
- 2022-11-07 10:05:03下载
- 积分:1
-
简单五子棋DOS版,中学时写的,很垃圾,
简单五子棋DOS版,中学时写的,很垃圾,-simple DOS version, written by the school, is rubbish,
- 2023-01-05 14:45:03下载
- 积分:1
-
这个源代码扫描一个unicode漏洞,但是可以很容易地继续添加扫描漏洞。...
这个源代码扫描一个unicode漏洞,但是可以很容易地继续添加扫描漏洞。-The source code for a unicode vulnerability scan, but can easily continue to add scanning loopholes.
- 2022-05-05 04:59:14下载
- 积分:1
-
resource allocation problem, workshops n, m machines, and the distribution can b...
资源分配问题,n个车间,m台设备,如何分配才能使获最大利益?-resource allocation problem, workshops n, m machines, and the distribution can be best interests
- 2022-02-02 20:50:29下载
- 积分:1
-
this small program can help you fast access to Ethernet addresses and IP address...
这个小程序可以帮助你快速获取网卡地址和IP地址-this small program can help you fast access to Ethernet addresses and IP addresses
- 2023-04-17 20:00:03下载
- 积分:1
-
Design simple and useful user interface by combination use of layout manager.
通过组合使用布局管理器设计出简洁实用的用户界面-Design simple and useful user interface by combination use of layout manager.
- 2022-12-16 21:05:03下载
- 积分:1
-
时间掌握C++的基本语法和简单的程序开发实例发…
通过时间掌握C++ 基本语法与简单的程序开发实例,方便入门新手提高-Time to master C++ basic grammar and simple example of program development to facilitate new entry to improve
- 2022-11-30 04:30:04下载
- 积分:1
-
实现方法:
用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC
EXE应用程序,把M...
实现方法:
用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC
EXE应用程序,把MFC EXE应用程序中
CAppView,CMainFrame,CAppDocument的文挡和RES目录下的资源拷贝到常规DLL项目中,添加到项目中,编译生成一DLL,在另外一个WIN32应用程序中,启动一线程,在线程函数中显式装载该DLL,取的该DLL内的当前线程,
CWinThread *pThread=GetCurrentThread()
pThread->Run()
就可装载启动常规DLL内应用程序框架.-Realize Methods: The MFC AppWizard to generate a conventional DLL, in the conventional DLL there is one derived from CWinApp instance, reuse of the MFC AppWizard to generate a MFCEXE applications, the MFC EXE application CAppView, CMainFrame, CAppDocument block of text RES directory and copy resources to the conventional DLL project, add to the project, the compiler generates a DLL, in another WIN32 application, start a thread in the thread function explicitly loading the DLL, check inside the DLL the current thread, CWinThread* pThread = GetCurrentThread () pThread-
- 2022-01-22 01:31:41下载
- 积分:1