-
测试cpu的源码
测试cpu的源码-source of cpu tests
- 2022-08-11 14:36:41下载
- 积分:1
-
java版的压缩制作工具
java版的压缩制作工具-making tool for compressing in java version
- 2022-11-13 18:20:03下载
- 积分:1
-
Camera Sample for wince6.0
wince6.0下的Camera应用实例-Camera Sample for wince6.0
- 2023-06-07 17:50:03下载
- 积分:1
-
模糊综合评判算法,C程序,4个评价集,6个评价因子,欢迎下载...
模糊综合评判算法,C程序,4个评价集,6个评价因子,欢迎下载-fuzzy comprehensive evaluation algorithm, C procedures, evaluation of four sets, six evaluation factor welcome Download
- 2022-10-06 14:10:02下载
- 积分:1
-
这个新版本是一个iedit轻微修改
This new version is a minor revision of IEdit
- 2022-07-24 05:54:10下载
- 积分:1
-
segment window and adjusting segment area dynamicly(resembling the Windows explo...
分割窗口并动态调整分割区域(类似于Windows中的资源管理器)-segment window and adjusting segment area dynamicly(resembling the Windows explorer)
- 2022-08-12 08:52:25下载
- 积分:1
-
dump注册表的hives文件,功能齐全,测试成功。欢迎大家测试使用。
dump注册表的hives文件,功能齐全,测试成功。欢迎大家测试使用。-dump registry hives documents, full-featured, testing success. Welcome to test the use of everyone.
- 2022-01-25 16:23:26下载
- 积分:1
-
Realize the program automatically monitor directory changes, including whether t...
该程序实现了目录变化自动监视,包括是否添加 删除 重命名 修改了文件属性等.-Realize the program automatically monitor directory changes, including whether to add delete rename the file attributes, such as modified.
- 2022-04-10 23:05:28下载
- 积分:1
-
学生成绩查询系统源码
默认用户名、密码为:admin
学生成绩查询系统源码
默认用户名、密码为:admin-pupils Inquiry System source default user name, password : admin
- 2023-04-15 08:15:03下载
- 积分: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