-
编程技巧(多媒体与系统篇)
编程技巧(多媒体与系统篇)-programming skills (multimedia system with Part 1)
- 2023-08-19 18:05:04下载
- 积分:1
-
javascript实现的一个工作流图形编辑器,还需完善
javascript实现的一个工作流图形编辑器,还需完善-javascript realize a graphical workflow editor, needs to be perfect
- 2022-02-21 02:30:22下载
- 积分:1
-
RS232 串行端口
在通信,RS-232是用于数据的串行通信的传输标准。它的DTE(数据终端设备)之间的连接的信号正式定义诸
如计算机终端,以及一个DCE(数据电路终接设备,最初作为数据通信设备[1]),如一个调制解调器。在RS-232
标准是常用的计算机的串行端口。该标准定义了电气特性和信号的定时,则信号的意义,以及连接器的物理尺寸
和引脚。该标准的最新版本是TIA-232-F接口间的数据终端设备和数据电路终端设备采用串行二进制数据交换,在
1997年发行。
- 2022-11-07 04:20:03下载
- 积分:1
-
袜子5 / 4客户端/服务器的例子。
socks 4/5 client/server example.
- 2022-03-14 02:32:06下载
- 积分:1
-
windows main class function 实例4
windows main class function 实例4-windows main function examples of class 4
- 2023-05-16 06:15:02下载
- 积分:1
-
电子温度计C语言程序代码
ds18b20的初始化、读写时序
数码管的显示程序...
电子温度计C语言程序代码
ds18b20的初始化、读写时序
数码管的显示程序-temperature measure
- 2022-10-06 01:45:03下载
- 积分:1
-
written in C language database can query the data, sort, search, and reference s...
用C语言编写的数据库可以对数据进行查询、排序、检索和引用,应精简小学习。
- 2022-01-25 14:44:29下载
- 积分:1
-
botton按钮的各个不同美化效果,仅供大家参考,如有不足之处,望多多指教...
botton按钮的各个不同美化效果,仅供大家参考,如有不足之处,望多多指教-botton button various beautification effects, only for your reference, if inadequate, hope the exhibitions
- 2022-02-07 20:38:38下载
- 积分:1
-
Net adjustment standard procedures (VB original code) This program is not instal...
水准网平差程序(VB原码)这程序在未装水晶报表软件前部分附带功能有问题,但水准网平差部分可以参考-Net adjustment standard procedures (VB original code) This program is not installed in the Crystal Report attached to the first part of the software functions, but can be part of the standard reference Net adjustment
- 2022-10-21 00:55:03下载
- 积分: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