-
许多程序都需要控制仅启动一个实例,方法有很多,这里介绍的就是一个啦,不是利用Mutux,而利用映像的有效的方法,...
许多程序都需要控制仅启动一个实例,方法有很多,这里介绍的就是一个啦,不是利用Mutux,而利用映像的有效的方法,-many procedures need to control only a start examples, there are many ways, presented here is a-- is not used Mutux, and the effective use of mapping methods
- 2022-02-15 19:41:00下载
- 积分:1
-
一个用在手机上的实时语音采集类封装(包含使用说明)
一个用在手机上的实时语音采集类封装(包含使用说明)-One used in real-time voice on the phone Packaging Acquisition category (including the use of explanation)
- 2022-01-24 17:31:28下载
- 积分:1
-
用Evc开发的能在Wince平台下运作的Dll及Plugin的实例代码,并有完整的测试程序及源码...
用Evc开发的能在Wince平台下运作的Dll及Plugin的实例代码,并有完整的测试程序及源码-Evc used in the development of the platform Wince operating Dll and Plugin code examples, and complete testing procedures and FOSS
- 2022-01-26 00:49:05下载
- 积分:1
-
design patterns VC example, can be used to study design patterns. I feel very us...
设计模式的VC例子,可以用于学习设计模式。我自己觉得很有用。这个是Command模式-design patterns VC example, can be used to study design patterns. I feel very useful. This is the Command Mode
- 2022-03-23 11:01:45下载
- 积分:1
-
OMP平台下Siliconlabs的FM驱动
OMP平台下Siliconlabs的FM驱动-Siliconlabs FM driver at omp platform wince 6.0.
- 2022-02-20 09:31:34下载
- 积分:1
-
建议网上购票系统
这是我在校课程结课作业,功能不大,倒挺实用,代码简易,适合在校生引用,但注意修改界面,不要雷同,纯属于原创,希望能获得点评。
- 2022-01-22 08:19:15下载
- 积分:1
-
仿金山毒霸的一些操作
仿金山毒霸的一些操作-imitation At the time of the operation
- 2023-05-15 04:45:02下载
- 积分:1
-
实验物体沿正弦曲线运动
1.实验目的
(1)初步熟悉应用windows API函数进行编程的入门,编写简单的Windows应用程序,建立窗口、句丙,认知...
实验物体沿正弦曲线运动
1.实验目的
(1)初步熟悉应用windows API函数进行编程的入门,编写简单的Windows应用程序,建立窗口、句丙,认知消息循环、画笔、画刷,建立坐标。
(2)实验物体沿正弦曲线运动,该物体为一个大小渐变以及颜色都会变化的小球,变化的的转折点是正弦曲线一个完整周期(2∏)里的四分之一,二分之一,和四分之三处(即∏/4 ∏/2 3∏/4处)
(3)通过放胶片电影的原理实现物体沿正弦曲线运动。胶片电影有原理是在规定时间(一般为1秒)播放24幅连续的画面,由于人的视觉暂留,所以人们在观看电影时,看到的就不是一幅一幅的画面,而是丰富精彩的场景。本程序通过调用sleep(100)函数使程序暂停0.1秒。当i
- 2022-01-21 02:30:31下载
- 积分:1
-
change the screen resolution, dynamic programmed to change the screen resolution...
改变屏幕分辨率,程序控制动态改变屏幕的分辨率。-change the screen resolution, dynamic programmed to change the screen resolution.
- 2022-03-06 12:52:58下载
- 积分: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