-
获得计算机中可用的端口的名称,包括并口、串口等
获得计算机中可用的端口的名称,包括并口、串口等-access computer ports available the names, including parallel, serial, etc.
- 2022-06-13 18:09:57下载
- 积分:1
-
mathematical curve examples, see oh
数学曲线的实例,可以看看哦-mathematical curve examples, see oh
- 2022-05-19 19:09:37下载
- 积分:1
-
ENO企业人事信息管理系统配套组件包,压缩包包含如下组件包:
XPmenu
dxpack2.0.1
MenuBar
....
QuickRe...
ENO企业人事信息管理系统配套组件包,压缩包包含如下组件包:
XPmenu
dxpack2.0.1
MenuBar
....
QuickReport.v4.5.for.Delphi7
TStaticTextEx_TDBStaticTextEx-ENO business personnel information management system supporting kits, compressed packet contains the following components : XPmenu dxpack2.0.1 Wet .... QuickReport.v4.5.for.Delphi7 TStaticTextEx_TDBStaticTextEx
- 2022-11-28 19:55:03下载
- 积分:1
-
Grid recognition algorithm: Enter an external contour and external marking squar...
方格识别算法:输入具有外部轮廓和外部标记的九宫格图像,标记设定在右上角,个小格的位置从左到右,从下到上一次表示成0-8位的二进制数,其中黑―1,白―0.输出对应的十进制数,对任意角度放置的图像能准确识别。-Grid recognition algorithm: Enter an external contour and external marking squares image, mark set at the upper right corner, a small grid position from left to right, from bottom to top into a 0-8 first express-bit binary number, in which black-1,-0 white. output corresponding to a decimal number, for any angle to place the image can accurately identify.
- 2022-03-18 13:04:05下载
- 积分: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
-
小时钟,我是一个初学者刚刚做的小时中,请大家一起分享。...
小时钟,我是一个初学者刚刚做的小时中,请大家一起分享。-Small clock, I am a beginner just hours to do, please share.
- 2022-03-20 18:57:45下载
- 积分:1
-
在定时关机
浅谈系统的定时关机-On the Mytob.BSNotes
- 2022-04-24 14:24:42下载
- 积分:1
-
J1708 消息通信
此代码可以帮助您使用 J1708 协议的 HDV100A3 设备与沟通,通过 COM 端口解析从设备收到的邮件。这算像发动机转速、 车辆速度、 燃料水平等各项参数。
- 2023-05-27 03:25:04下载
- 积分:1
-
C++经典书籍C++ FAQs, Second Edition
By Marshall Cline, Greg Lomow, Mike Girou...
C++经典书籍C++ FAQs, Second Edition
By Marshall Cline, Greg Lomow, Mike Girou
-C++ Classic books C++ FAQs, Second Edition By Marshall Cline, Greg Lomow, Mike Girou
- 2023-06-01 13:50:03下载
- 积分:1
-
简单计算器原代码。里面实现了各种功能。+-×÷的运算。用vc开发了两天,茶饭不思,专心工作。呵呵,大家看看!...
简单计算器原代码。里面实现了各种功能。+-×÷的运算。用vc开发了两天,茶饭不思,专心工作。呵呵,大家看看!-simple calculator source. Inside enables a variety of functions.+- arithmetic. Vc development with a two-day, Drew, concentrate on work. Oh, we see!
- 2022-04-27 13:10:03下载
- 积分:1