-
controls for Access 2.0 by Microsoft
Microsoft用于Access 2.0的控件-controls for Access 2.0 by Microsoft
- 2022-09-21 18:45:08下载
- 积分:1
-
This is a simple phone book, realized the deletions change the contact investiga...
这是一个简单的电话本,实现了联系人的增删改查等基本功能。-This is a simple phone book, realized the deletions change the contact investigation and other basic functions.
- 2022-04-06 12:32:47下载
- 积分:1
-
操作系统中多级队列进程调度的用户界面模拟,具有很好的交互性
操作系统中多级队列进程调度的用户界面模拟,具有很好的交互性。有动态显示,可以展示每个调度过程中的队列状态。
- 2023-07-20 07:40:04下载
- 积分:1
-
用vc实现的一个画图程序,画一个圆形和方形。本来可以画三角形,不过没有设定。同时程序中设了timer用来使图形移动,加一点趣味罢了!...
用vc实现的一个画图程序,画一个圆形和方形。本来可以画三角形,不过没有设定。同时程序中设了timer用来使图形移动,加一点趣味罢了!-vc achieved with a drawing, and painting a circle and a square. Triangle could have been painted, but not set. While proceedings timer used to set up a mobile so that the graphics and some fun too!
- 2022-02-07 03:04:24下载
- 积分:1
-
收集的C++类和工具的研究人员在机器学习,人工智能,D.
A collection of C++ classes and tools for researchers in machine learning, AI, data mining, pattern recognition, and related fields.
- 2022-05-25 15:11:34下载
- 积分:1
-
CCS基础代码
MEMORY
{
PAGE 0:
VECS: org=0x0080, len=0x80
PROM: org=0x1000, len=0x1000 /* 4k words */
PAGE 1:
STACK: org=0x100, len=0x400 /* 1k words */
DARAM: org=0x2000, len=0x1000 /* 4k words */
}
SECTIONS
{ .text :> PROM PAGE 0
vectors :> VECS PAGE 0
.bss :> DARAM PAGE 1
.data :> DARAM PAGE 1
}
- 2022-07-18 04:00:20下载
- 积分:1
-
Windows网络编程之VB篇
Windows网络编程之VB篇-Windows Network Programming Between Part VB
- 2022-04-08 21:48:40下载
- 积分:1
-
测试程序,可以很好的利用这个程序解决你所遇到的问题
测试程序,可以很好的利用这个程序解决你所遇到的问题-Test procedure can be a very good use of this procedure to solve the problems encountered by you
- 2023-03-19 17:30:04下载
- 积分:1
-
面向对象课程作业
使用vc基于模板编写 ――sofabed
面向对象课程作业
使用vc基于模板编写 ――sofabed-object-oriented operations using vc courses based on template preparation-- sofabed
- 2023-02-22 13:00:03下载
- 积分: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