-
一个基于C 的计算数据卷积的小程序,供大家学习参考
一个基于C 的计算数据卷积的小程序,供大家学习参考-a C-based computer data convolution of small procedures, for your reference learning
- 2022-03-25 21:53:26下载
- 积分:1
-
一款小小的播放器可以进行简单的音频播放特点是体积小
一款小小的播放器可以进行简单的音频播放特点是体积小-a small media player which can play some simple audio file with small size
- 2022-02-07 11:19:45下载
- 积分:1
-
关于如何杀死执行线程的代码,对开发人员有参考价值
关于如何杀死执行线程的代码,对开发人员有参考价值-On how to kill the thread of execution code, the developers have reference value
- 2022-01-22 12:43:49下载
- 积分:1
-
创建 GUID
创建 GUID
创建 GUID
创建 GUID
创建 GUID
创建 GUID
创建 GUID
- 2022-02-12 16:35:15下载
- 积分:1
-
该代码是SPCE061A控制一个四位数码管显示秒和分钟,数码管的用74HC595进行驱动,74LS138进行片选的...
该代码是SPCE061A控制一个四位数码管显示秒和分钟,数码管的用74HC595进行驱动,74LS138进行片选的-The code is a four SPCE061A control digital tube display seconds and minutes, digital tube 74HC595 to drive by, 74LS138 chip election
- 2022-09-27 16:20:02下载
- 积分:1
-
用VB做的半透明窗体,用她可开发出很多有趣的软件。
用VB做的半透明窗体,用她可开发出很多有趣的软件。-Using VB to do the semi-transparent form, she can develop a lot of interesting software.
- 2022-03-21 04:50:00下载
- 积分:1
-
"Office2000 Internal COM programming plug
《Office2000下内部COM插件的编程实现》配套代码。-"Office2000 Internal COM programming plug-in" complementary code.
- 2022-04-21 00:58:56下载
- 积分:1
-
此程序代码用来获取计算机系统的时间,在很多情况下我们都需要系统时间....
此程序代码用来获取计算机系统的时间,在很多情况下我们都需要系统时间.-this procedure code used to access the computer system and the time, in many cases we need the system time.
- 2022-02-20 02:41:11下载
- 积分:1
-
名称:制作托盘程序 编译环境:vc++.net2003 作者:yxifu
名称:制作托盘程序 编译环境:vc++.net2003 作者:yxifu-name : pallet production procedures build environment : vc. Net2003 Author : yxifu
- 2022-02-13 09:13:35下载
- 积分:1
-
实现方法: 用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC EXE应用程序,把MFC E...
实现方法: 用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC EXE应用程序,把MFC EXE应用程序中 CAppView,CMainFrame,CAppDocument的文挡和RES目录下的资源拷贝到常规DLL项目中,添加到项目中,编译生成一DLL,在另外一个WIN32应用程序中,启动一线程,在线程函数中显式装载该DLL,取的该DLL内的当前线程, CWinThread *pThread=GetCurrentThread() pThread->Run() 就可装载启动常规DLL内应用程序框架.-method: a normal DLL file has been created with the program wizard and there is an instance generated from CWinApp in the DLL file.Create another MFC EXE appliaction and copy CAppView,CMainFram,CAppDocument and the resources in RES directory to the normal DLL and add to the projec and compile and generate a DLL. In a Win32 application, start a thread which loads the DLL with codes, get the running thread, ie.CWinThread*pThread=GetCurrentThread(), then,pThread->Run() executes the loading and start the execution of the application framework in the normal DLL file.
- 2022-07-13 07:36:52下载
- 积分:1