-
一些常用的键盘扫描去抖程序,都是语言编写程序。
一些常用的键盘扫描去抖程序,都是语言编写程序。-Some commonly used keyboard scan debounced procedures are programming languages.
- 2022-05-10 11:22:45下载
- 积分:1
-
论文的 前期制作 包括购物网站的前期制作 可以作为格式和内容的模板...
论文的 前期制作 包括购物网站的前期制作 可以作为格式和内容的模板-Papers pre-production, including pre-production to the site can be used as the format and content of the template
- 2023-06-07 21:40:03下载
- 积分:1
-
链表基本操作,包括链表的初始化,创建,插入节点,删除节点,以及冒泡排序等,有完美的操作界面。...
链表基本操作,包括链表的初始化,创建,插入节点,删除节点,以及冒泡排序等,有完美的操作界面。-List of basic operations, including the initialization list, create, insert node, delete node, as well as the bubble sort, etc., there is a perfect interface.
- 2022-03-19 09:12:27下载
- 积分:1
-
CH7013 视频编码芯片的WINCE驱动程序,可以在WINCE50中使用。
CH7013 视频编码芯片的WINCE驱动程序,可以在WINCE50中使用。-CH7013 video encoder chip WINCE driver, in WINCE50 use.
- 2022-04-23 23:33:22下载
- 积分:1
-
An chat tool in LAN simulating MSN. This tool has sever version and have affair...
模仿msn的局域网聊天工具,有服务器端,可以实现事务提醒功能-An chat tool in LAN simulating MSN. This tool has sever version and have affair informing ability
- 2022-01-26 07:51:38下载
- 积分: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
-
Frequency_Response for learning...
Frequency_Response for learning-Frequency_Response for learning...
- 2022-03-24 15:43:27下载
- 积分:1
-
多功能计算器,实现了加减乘除,同时有包含了进制转换
多功能计算器,实现了加减乘除,同时有包含了进制转换-Multi-function calculator, a calculation, at the same time contains a hexadecimal conversion
- 2022-04-15 17:00:08下载
- 积分:1
-
基于c++语言的一个链表的实现程序,内置链表类函数.
基于c++语言的一个链表的实现程序,内置链表类函数.-Based on c++ Language procedures realize a list of built-list functions.
- 2022-07-05 00:18:21下载
- 积分:1
-
一键开启Window Server NTP服务
基于autoit3的一键开启Window Server NTP 服务脚本。免于操作注册表,开启服务,设置高级防火墙等繁琐操作。
- 2022-01-25 23:42:52下载
- 积分:1