-
这是一款定时器软件,通过实际工程应用,可以精确到毫秒
这是一款定时器软件,通过实际工程应用,可以精确到毫秒-This is a timer software engineering through practical applications, can be accurate to milliseconds
- 2022-02-25 08:27:12下载
- 积分:1
-
diagram motor
usualy circuit diagram her control by db25 in port printer
diagram motor
usualy circuit diagram her control by db25 in port printer
- 2022-02-15 05:09:28下载
- 积分: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
-
一个学习windows编程的助手,一定适全初学者
一个学习windows编程的助手,一定适全初学者-An assistant of studying windows programming. It is suitable for beginners.
- 2022-07-19 13:35:09下载
- 积分:1
-
这是一个快速沃尔什变换的vc仿真程序,对于学习vc和信号图像处理都很有帮助...
这是一个快速沃尔什变换的vc仿真程序,对于学习vc和信号图像处理都很有帮助-This is a fast Walsh transform vc simulation program for studying vc and signal image processing are very helpful
- 2022-07-13 18:41:20下载
- 积分:1
-
MDI+多视+窗口动态规划
MDI+多视+窗口动态规划-+ MDI window as more dynamic programming
- 2023-05-22 01:50:03下载
- 积分:1
-
操作系统(2)2、模拟生产者和消费者关系
操作系统(2)2、模拟生产者和消费者关系-operating system (2) 2, simulation producers and consumers relations
- 2023-06-11 02:30:03下载
- 积分:1
-
Global Chat Sample for Windows Sockets
Global Chat Sample for Windows Sockets
- 2022-09-04 12:35:03下载
- 积分:1
-
用msvc编译zope时会提示这个文件有错误,原因是这个文件是采用ansi编码但是内容里却有非ansi字符的缘故,我把这个文件另存为utf8编码,这样就可以正常...
用msvc编译zope时会提示这个文件有错误,原因是这个文件是采用ansi编码但是内容里却有非ansi字符的缘故,我把这个文件另存为utf8编码,这样就可以正常编译zope了!-Zope with msvc compiler will be prompted when the document has errors, because the document is encoded using ansi content but there is non-ansi characters mentioned reasons, I put the document saved as utf8 encoding, this can be a normal compile zope!
- 2022-03-19 15:47:21下载
- 积分:1
-
一个经典的用dos窗口显示windows进程的源代码我化了好长时间写出来的,请联系我wuhaitian12345@163.com...
一个经典的用dos窗口显示windows进程的源代码我化了好长时间写出来的,请联系我wuhaitian12345@163.com-a classical process explorer in DOS command window.I spent much time on finishing it.
Contact me with wuhaitian12345@163.com.
- 2023-06-01 18:15:02下载
- 积分:1