-
该函数用来更新RTC中的时间,它仅有一个参数nowtime,是以秒数表示的当前时间。...
该函数用来更新RTC中的时间,它仅有一个参数nowtime,是以秒数表示的当前时间。-This function is used to renew the RTC time.There is just a parameter nowtime,the current time denoted by seconds
- 2022-07-24 14:28:42下载
- 积分:1
-
本程序可以实现把所画出的图像生成视频,希望对您有所帮助,网站不让上传小于1K的程序,就随便粘贴了其他的东西,使用时删除就行了...
本程序可以实现把所画出的图像生成视频,希望对您有所帮助,网站不让上传小于1K的程序,就随便粘贴了其他的东西,使用时删除就行了-This procedure can be achieved to generate video images drawn by the hope of help to you, the website allow upload process is less than 1K, it casually pasted other things, used to delete on the list
- 2023-03-02 12:55:03下载
- 积分:1
-
Corba EventServices Basic
Corba EventServices Basic
- 2023-07-03 00:15:02下载
- 积分:1
-
转换到BIG5、BIG5国标GB
convert gb to big5 conver big5 to gb
- 2022-07-18 06:48:13下载
- 积分:1
-
基于pc的串并口检测工具,只要在pc的串口和并口上面,接上自检头就可以检测串并口是否可用...
基于pc的串并口检测工具,只要在pc的串口和并口上面,接上自检头就可以检测串并口是否可用-Pc parallel port-based detection tool for the string, as long as the serial and parallel port pc above, with access to the self-test can detect the first string on the parallel port is available
- 2022-08-18 08:39:47下载
- 积分:1
-
The issue of public sequence KMP algorithm is very powerful in his capacity as t...
公共子序列问题的KMP算法 很厉害的阿斯蒂芬身份的身份-The issue of public sequence KMP algorithm is very powerful in his capacity as the identity of阿斯蒂芬
- 2023-04-23 23:10:03下载
- 积分:1
-
c programs developed in compiler
c programs developed in compiler
- 2023-02-05 09:00:03下载
- 积分:1
-
本程序用于处理两个进程之间的数据共享问题。通过使用内存映像文件实现进程间的数据共享。...
本程序用于处理两个进程之间的数据共享问题。通过使用内存映像文件实现进程间的数据共享。-This procedure for the treatment of data between two processes sharing. Through the use of the memory image file to achieve the process of data sharing.
- 2022-03-13 19:28:57下载
- 积分:1
-
史丰收速算法 史丰收教授创造的速算法是计算方法上的一次革命 本人保存的好资料...
史丰收速算法 史丰收教授创造的速算法是计算方法上的一次革命 本人保存的好资料-The history of harvest-speed algorithms to create Professor Shi Fengshou speed calculation algorithm is a revolution on the preservation of good information I
- 2022-07-18 23:59:36下载
- 积分: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