-
就是个屏幕保护程序基类,希望对大家能够有所帮助.
就是个屏幕保护程序基类,希望对大家能够有所帮助.-screens is the base class protection program, we hope to be able to help.
- 2022-03-04 09:27:26下载
- 积分:1
-
Visual C++源程序代码第四章 文件篇。
Visual C++源程序代码第四章 文件篇。-Visual C++ Source code Part 4 Files
- 2022-02-15 09:14:29下载
- 积分:1
-
代理服务器:使用vc开发的一个http代理服务器,功能简单但是比较稳定.是一个可以参考的不错的程序...
代理服务器:使用vc开发的一个http代理服务器,功能简单但是比较稳定.是一个可以参考的不错的程序-proxy server : Use vc developed an http proxy server, a simple but functional relatively stable. It is a good reference procedures
- 2022-04-19 09:46:12下载
- 积分:1
-
创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制分别实现读者优先和写者优先问...
创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制分别实现读者优先和写者优先问题。-Create a console process, this process contains n threads. Use of these n threads to represent n-reader or writer. Each thread according to the requirements of the corresponding test data file read and write operations. Semaphore mechanism are used to achieve the reader and the writer first priority.
- 2023-03-25 23:30:03下载
- 积分:1
-
论述*P++等价于(*p)++还是等价于*(p++)的问题,为了验证这个问题,编写了下面的小程序(vc++6.0编译环境),作为验证...
论述*P++等价于(*p)++还是等价于*(p++)的问题,为了验证这个问题,编写了下面的小程序(vc++6.0编译环境),作为验证-Paper* P++ Is equivalent to (* p)++ Or equivalent to* (p++) Problems, in order to verify this issue, prepared the following small program (vc++ 6.0 compiler environment ), as a validation
- 2022-11-30 23:50:03下载
- 积分:1
-
MFC Insider (book distribution source)
MFC技术内幕(配书源码)-MFC Insider (book distribution source)
- 2022-03-20 03:43:55下载
- 积分: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
-
这个snake程序是NetBSD操作系统源代码的一部分,要是你能发现Bug,我先恭喜你。...
这个snake程序是NetBSD操作系统源代码的一部分,要是你能发现Bug,我先恭喜你。-The snake process is NetBSD part of the operating system source code, if you can find Bug, I would like to congratulate you.
- 2022-06-20 15:38:42下载
- 积分:1
-
应用程序向导已为您创建了此 Hello 应用程序。此应用程序
不仅介绍了使用 Microsoft 基础类的基本知识,
而且是编写应用程序的起点。...
应用程序向导已为您创建了此 Hello 应用程序。此应用程序
不仅介绍了使用 Microsoft 基础类的基本知识,
而且是编写应用程序的起点。
此文件包含组成 Hello 应用程序的每个文件的内容摘要。
-Application Wizard you created for this application Hello. This application not only use Microsoft introduced the basic foundation of knowledge, but the preparation of applications is the starting point. This document contains Hello application components of each document summary of the contents.
- 2022-03-13 07:04:56下载
- 积分:1
-
wince下socket编程的例子,包括server端和client端
wince下socket编程的例子,包括server端和client端-wince under socket programming examples, including server and client-side
- 2022-05-25 04:18:30下载
- 积分:1