-
迷你电子表源代码
迷你电子表源代码-mini electronic watches source code
- 2022-06-29 10:18:01下载
- 积分:1
-
vb写的可以在菜单中加入自定义的图标,让你的菜单更美观
vb写的可以在菜单中加入自定义的图标,让你的菜单更美观-vb can be written in the menu to add custom icons to make your menu more attractive
- 2022-04-12 08:17:32下载
- 积分:1
-
CGI development kits for disaggregated data and variables. Zip
CGI开发包,用于分解数据和各个变量 .zip-CGI development kits for disaggregated data and variables. Zip
- 2022-12-01 12:35: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
-
一个完整的通信录管理系统,采用PB开发。
一个完整的通信录管理系统,采用PB开发。-A complete address book management system, using PB development.
- 2022-03-04 09:09:45下载
- 积分:1
-
一个机械原理的小作业,求使截面系数最大的α角,即当α为何值时,抗弯截面系数最大。...
一个机械原理的小作业,求使截面系数最大的α角,即当α为何值时,抗弯截面系数最大。-a mechanical principle of the small operations, and seeking to make the largest section coefficient alpha angle, that is why when value, the largest coefficient bending section.
- 2023-04-30 16:05:03下载
- 积分:1
-
作图,画画。c++编程实现,小功能,小技巧
作图,画画。c++编程实现,小功能,小技巧-Drawing, painting. c++ programming, small features, small skills! ! ! !
- 2023-07-17 20:25:03下载
- 积分:1
-
vb的课程设计,vb代码和html之间的转换
vb的课程设计,vb代码和html之间的转换-vb of curriculum design, vb code and html conversion between the
- 2022-01-25 17:39:32下载
- 积分:1
-
C++标准程式库
C++标准程式库-C standard library programs
- 2022-06-17 05:23:04下载
- 积分:1
-
DirectDraw扩展的类
DirectDraw扩展类-DirectDraw extension of the class
- 2022-01-28 23:50:21下载
- 积分:1