-
实例04
实例04-定时发送消息-04-time messaging
- 2023-06-10 18:45:18下载
- 积分:1
-
正规表达式的转换,这是我们大学的时候编译原理做的实验
正规表达式的转换,这是我们大学的时候编译原理做的实验-Conversion of regular expressions
- 2022-01-25 17:17:47下载
- 积分:1
-
一些 c# 示例
这是几个例子说 c# 什么。我不擅长英语。我只是想要一些点,从此页下载源。但我的消息来源也是在 c# 中为初学者很有帮助。希望能帮助 !
- 2022-02-05 13:45:06下载
- 积分:1
-
MP3更名利器(MP3RENAME) 1.0
通常我们从网上下载的MP3文件名字常常很乱,看名字无法知道MP3是谁唱的,歌曲名是什么。还得我们自己一个一个试听,改名字。 MP3更名利器是一款针对MP3的更名软件,它可以根据MP3文件的ID3v1(tag信息)来对网上下载的MP3文件名进行批量改名。
- 2022-02-26 02:21:00下载
- 积分: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
-
接收发送消息例子
接收发送消息例子-receive messaging examples
- 2023-01-25 12:20:03下载
- 积分:1
-
屏幕取词VC6.0源码
DLLEXPORT BOOL WINAPI SetNHW32() { if(g_hHook == NULL) { g_hHook = SetWindowsHookEx(WH_GETMESSAGE, GetMsgProc, g_hinstDll, 0); if (g_hHook == NULL) { MessageBox(NULL, __TEXT("Error hooking: SetWindowsHookEx fail"), __TEXT("GetWord"), MB_OK); return FALSE; } } return TRUE;}
- 2022-05-28 06:17:38下载
- 积分:1
-
ua302数据采集卡程序
可以通过ua302数据采集卡,经过usb接口实现数据采集,最后数据进入计算机进行相关处理...
ua302数据采集卡程序
可以通过ua302数据采集卡,经过usb接口实现数据采集,最后数据进入计算机进行相关处理-ua302 data acquisition card procedure can be ua302 data acquisition card, through the USB interface for data acquisition, the final data into the computer for processing.
- 2022-06-27 22:48:15下载
- 积分:1
-
powerbuilder 日期控件
powerbuilder 日期控件-PowerBuilder date Controls
- 2022-08-10 12:39:23下载
- 积分:1
-
Visual Basic 编写的面板控制程序,控制音量
Visual Basic 编写的面板控制程序,控制音量-Written in Visual Basic panel control procedures, control the volume
- 2022-03-05 23:36:10下载
- 积分:1