-
VB串口通讯测试源代码,可以打开、关闭端口,可以进行波特率、端口号设置,有文本和图形两种端口数据观察方式、...
VB串口通讯测试源代码,可以打开、关闭端口,可以进行波特率、端口号设置,有文本和图形两种端口数据观察方式、-VB serial communication test the source code, you can open, close the ports, can be baud rate, port number is set, there are two kinds of text and graphics port data observation method
- 2022-08-25 07:29:34下载
- 积分: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
-
本地端口使用
C#查看本地端口使用情况,winform的,可以很清楚的看到本地计算机的端口使用情况。
- 2022-04-21 04:42:14下载
- 积分:1
-
TLD算法C++代码
TLD(Tracking-Learning-Detection)是英国萨里大学的一个捷克籍博士生在其攻读博士学位期间提出的一种新的单目标长时间(long term tracking)跟踪算法。该算法与传统跟踪算法的显著区别在于将传统的跟踪算法和传统的检测算法相结合来解决被跟踪目标在被跟踪过程中发生的形变、部分遮挡等问题。同时,通过一种改进的在线学习机制不断更新跟踪模块的“显著特征点”和检测模块的目标模型及相关参数,从而使得跟踪效果更加稳定、鲁棒、可靠
- 2022-10-06 01:10:11下载
- 积分:1
-
introduction to templates, iterators, and temporary classes illustrated by an im...
introduction to templates, iterators, and temporary classes illustrated by an implementation of a red-black tr-introduction to templates, iterators, and temporary classes illustrated by an implementation of a red-black tree
- 2023-02-01 11:50:02下载
- 积分:1
-
基于qt的打袋鼠游戏
基于用qt实现的打袋鼠游戏,用qt界面开发,实现打袋鼠游戏的实现。代码详细,qt简单好用,非常实用,很适合初学者。
- 2022-03-25 14:42:47下载
- 积分:1
-
这是用Vb编写的资源管理系统,希望对大家有帮助.
这是用Vb编写的资源管理系统,希望对大家有帮助.-Vb prepared by the resource management system, and I hope to be helpful.
- 2023-08-08 17:25:04下载
- 积分:1
-
从键盘输入一些字符,逐个把它们送到磁盘上去,直到输入一个#为止。...
从键盘输入一些字符,逐个把它们送到磁盘上去,直到输入一个#为止。-Keyboard input from a number of characters, one by one they go to the disk until the input of a# far.
- 2022-01-31 09:04:43下载
- 积分:1
-
如果你使用.NET框架生成应用程序,嗯,面向Microsoft.NET AP…
如果你使用.NET Framework生成应用程序,那么在面向Microsoft.NET的应用程序中该如何获取和显示系统图标呢?此代码将示范如何实现。-If you use.NET Framework generation applications, Well, for the Microsoft.NET application procedures on how to access and display system icons? This code will demonstrate how to achieve it.
- 2022-01-28 05:58:56下载
- 积分:1
-
Remote Control idea
Remote Control idea
- 2022-05-06 06:07:16下载
- 积分:1