-
this is desktop catch for wince
this is desktop catch for wince
- 2022-03-15 20:35:29下载
- 积分:1
-
一个模拟200,201电话卡系统 工作运行的模拟程序
一个模拟200,201电话卡系统 工作运行的模拟程序-a simulated 200,201 telephone cards system running the simulation program
- 2023-02-11 20:15:04下载
- 积分:1
-
stream driver functions
最基本的流驱动接口函数,以及几个相关的配置文件,可以供初学者参考-stream driver functions
- 2022-02-24 23:41:37下载
- 积分:1
-
One for the SMS text messaging function module dynamic libraries, mainly used in...
一个用于短信模块发送短信功能的动态库,主要用于电力系统!-One for the SMS text messaging function module dynamic libraries, mainly used in power system!
- 2022-10-26 19:45:03下载
- 积分:1
-
VBA applet. Sometimes copy and paste from a web page form is a lot of text boxes...
VBA小程序。
有时从网页上复制粘贴的表格是由很多文本框拼成的,要手动变成表格会很累的。使用这段程序可以自动变成表格。-VBA applet. Sometimes copy and paste from a web page form is a lot of text boxes from the spell, it is necessary to manually form will become tired of. The use of this procedure can be automatically turned into the form.
- 2022-04-19 18:52:46下载
- 积分:1
-
进行简单的简历管理,可以进行一般的添加打印查询操作.
进行简单的简历管理,可以进行一般的添加打印查询操作.-simple biographical notes and management will be added for general inquiries printing operation.
- 2022-06-30 14:58:14下载
- 积分:1
-
游戏
一个用C语言编写的一个游戏,非常好玩的一个游戏。相信大家都玩过。-game
- 2022-02-01 06:53:18下载
- 积分: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
-
从文本文件中读取字符串
解析字符串,找出文本中出现的word,并计算word出现的次数
把结果输出到一个文本文件中...
从文本文件中读取字符串
解析字符串,找出文本中出现的word,并计算word出现的次数
把结果输出到一个文本文件中
-Read from a text file string parsing a string to appear in the text to find word, and calculate the number of word occur the results output to a text file
- 2022-03-22 04:06:33下载
- 积分:1
-
WINDOWS核心编程的教程,中文版,非常详细
WINDOWS核心编程的教程,中文版,非常详细-WINDOWS tutorial core programming, the Chinese version of a very detailed
- 2022-04-18 17:58:40下载
- 积分:1