-
读取研华1753板卡输入输出
读取研华1753板卡输入输出
,读取研华1753板卡输入输出,
读取研华1753板卡输入输出
- 2022-11-17 09:35:03下载
- 积分:1
-
Proteus脚本EHDL用户手册
这是EHDL Proteus脚本编程,用户手册
- 2022-01-26 08:09:42下载
- 积分:1
-
这个程序演示了如何通过vc++来制作类似画图板系统的橡皮筋操作...
这个程序演示了如何通过vc++来制作类似画图板系统的橡皮筋操作-Drawing elastic line using VC++ like in pbrush.exe.
- 2022-07-17 00:45:10下载
- 积分:1
-
风险投资编写的日历和即时表
vc编写日历和即时钟表-vc prepared calendar and instant watches
- 2022-01-28 13:50:22下载
- 积分:1
-
Attendance Management System is one of the company
考勤管理系统 是公司业务考勤的一个系统-Attendance Management System is one of the company
- 2022-03-15 14:43:07下载
- 积分:1
-
mscomm32
mscomm32
- 2022-01-25 19:33:09下载
- 积分: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
-
OPC客户端的示例
OPC Client Sample
Client tutorial should be usefull to check PLC and general devices that exposes data from OPC server interface.
- 2022-06-21 02:29:49下载
- 积分:1
-
这个程序已经写上了。在VB NET平台是卫星系统。
This program has been written on .net platform in vb and it is about satellite system.
- 2023-09-07 00:20:03下载
- 积分:1
-
互刷源码
互刷的平台源码,不错的。现分享出来大家,大家互相研究下。
- 2022-06-18 09:49:12下载
- 积分:1