-
Window Example with Additional Global Progress Bar and Command Button.
Window Example with Additional Global Progress Bar and Command Button.
- 2022-07-17 07:16:25下载
- 积分: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
-
大名鼎鼎的SM501 2D显卡驱动,
系列源码文件,包括各种流行的处理器平台。
XScale SH4 AU1500 X86
从 WinCE 4.2...
大名鼎鼎的SM501 2D显卡驱动,
系列源码文件,包括各种流行的处理器平台。
XScale SH4 AU1500 X86
从 WinCE 4.2-6.0
还有WindowsXP Embedded X86的。-Famous SM501 2D graphics-driven, family-source documents, including a variety of popular processor platforms. XScale SH4 AU1500 X86 from WinCE 4.2-6.0 there is a WindowsXP Embedded X86.
- 2022-03-11 11:01:58下载
- 积分:1
-
Actel softConsole datasheet
actel的软件编译平台的使用手册 actel的软件编译平台的使用手册-Actel softConsole datasheet
- 2022-04-28 22:34:16下载
- 积分:1
-
ASP广告板实现算法
ASP广告板实现算法-ASP billboards Algorithm
- 2022-10-15 21:30:03下载
- 积分:1
-
从高精密工业摄像机采集视频流,且存储到内存的程序
从高精密工业摄像机采集视频流,且存储到内存的程序-From high-precision industrial cameras capture the video stream, and stored procedures into memory
- 2022-10-19 18:05:03下载
- 积分:1
-
peinfo,是一个不错的软件,希望可以给你们启发
peinfo,是一个不错的软件,希望可以给你们启发-peinfo, is a good software, hope that we can give you inspiration
- 2022-11-13 21:55:04下载
- 积分:1
-
这是一张通用定时器/计数器卡你可以绕线在我们…
This is a photo of a general purpose timer/counter card you can wirewrap in a weekend. It plugs into your PC s ISA bus just like a sound or modem card. It gives high-resolution timing (microseconds). Because of its programmablity, it is very powerful and flexible. You can even control DC or servo motors using pulse-width modulated (PWM), or stepper motors using its square wave capabilities. The figure below is the actual output (square wave) from the 8254 card captured by an oscilloscope:
- 2023-07-12 20:15:03下载
- 积分:1
-
象棋程序,实现了单人,双人玩象棋等功能。
象棋程序,实现了单人,双人玩象棋等功能。-Chess procedures realize a single, double features such as playing chess.
- 2022-01-25 20:33:29下载
- 积分:1
-
如何避免穆蒂
演示了如何避免多实例运行。
- 2022-02-02 22:25:01下载
- 积分:1