-
freetype2 source for research help xpdf
freetype2源码,对研究xpdf有所帮助-freetype2 source for research help xpdf
- 2022-05-14 09:32:09下载
- 积分:1
-
GB28181协议
这个主要是测试设备是否支持GB28181协议的工具,集成了SIP服务器的控制命令,以及IE播放插件,可以实时播放PS流
- 2023-05-05 16:05:09下载
- 积分:1
-
chapter 1:error handling
chapter 2:unicode
chapter 3:kernel objects
part 2:...
第一章 对程序错误的处理 第2章 UNICODE 第3章 内核对象 第二部分 编程的具体方法 第4章 进程-chapter 1:error handling
chapter 2:unicode
chapter 3:kernel objects
part 2:method of programming
chapter 4:proce
- 2023-08-28 14:15:03下载
- 积分:1
-
一个简单的客房管理系统,包含设计报告和说明
一个简单的客房管理系统,包含设计报告和说明-A simple room management system, including the design report and notes
- 2022-06-12 13:26:52下载
- 积分:1
-
as did the show behind the object floating window
象vc那样的显示对象后面的成员的浮动窗口-as did the show behind the object floating window
- 2022-03-06 05:08:11下载
- 积分:1
-
虚拟串口源码
资源描述是从windows开发技术详解里获得的虚拟串口的代码,挺好用的,可以通过inf文件成功安装串口驱动。使用WDK进行编译,然后在设备管理器里添加硬件即可安装成功。请自行下载WDK工具。
- 2022-08-19 22:38:59下载
- 积分:1
-
用VB写的串口通讯程式,windows API
用VB写的串口通讯程式,windows API-Using VB to write the serial communication program, windows API
- 2022-06-29 12:03:02下载
- 积分:1
-
win开发用简易日志软件
简易日志显示软件。
支持显示日志、保存日志到文件、udp方式接收日志,支持显示日志网络来源。
本地调用:任何win软件使用如下函数,即可向该软件发送日志数据,日志软件会显示并保存到指定文件中。
int WriteLog(DWORD LogType, char* lpszFormat, ...)
{
static HWND m_hWndLog = NULL;
if (m_hWndLog == NULL)
{
m_hWndLog = ::FindWindowA(NULL, "Stk1Log");
if (m_hWndLog == NULL)
{
char cCurPath[MAX_PATH];
if (GetCurrentDirectoryA(MAX_PATH, cCurPath) > 0)
{
char cExePath[MAX_PATH];
wsprintfA(cExePath, "%sstk1Log.exe", cCurPath);
WinExec(cExePath, SW_SHOW);
m_hWndLog = ::FindWindowA(NULL, "Stk1Log");
if (m_hWndLog == NULL)
{
// AfxMessageBox("无法找到Stk1Log.exe用于显示日志!");
return -1;
}
}
}
}
else
{
if (IsWindow(m_hWndLog) == FALSE)
{
m_hWndLog = NULL;
m_hWndLog = ::FindWindowA(NULL, "Stk1Log");
if (m_hWnd
- 2022-07-25 17:36:54下载
- 积分:1
-
一个小型的保存和读取文件的小程序,用VC编写,通过把对话框的数据同步显示在视图中,并可把此数据保存成文件和读取该文件,有四个小计算程序,求阶乘,求平均值,求最大...
一个小型的保存和读取文件的小程序,用VC编写,通过把对话框的数据同步显示在视图中,并可把此数据保存成文件和读取该文件,有四个小计算程序,求阶乘,求平均值,求最大值和交换值.-Preservation and a small applet to read the document, prepared by VC, through the dialog box is displayed in the data synchronization view, and the preservation of this data into a file and read the documents, there are four small computer program, and factorial, and the average order value and exchange value.
- 2022-11-09 12:05:04下载
- 积分:1
-
button按钮的小程序
button按钮的小程序-button button for the small program
- 2022-03-03 15:17:29下载
- 积分:1