-
book sheep Lunar Control V1.5
书羊农历控件 V1.5-book sheep Lunar Control V1.5
- 2022-08-21 02:58:53下载
- 积分:1
-
PCI
pci-1716数字信号采集源程序-PCI-1716 digital signal acquisition source
- 2022-06-30 00:55:58下载
- 积分: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
-
android 赛程球队管理系统
基于android平台,可以实现对赛程的安排,对球队的管理,以及参赛人员的添加删除修改等操作
- 2022-11-12 17:20:17下载
- 积分:1
-
电话本,有添加,删除,导入,导出等功能,可以很方便的存储大量电话号码,通讯录。...
电话本,有添加,删除,导入,导出等功能,可以很方便的存储大量电话号码,通讯录。-Phone book, have to add, delete, import, export and other functions, can easily store a large number of telephone numbers, address book.
- 2022-02-15 12:22:04下载
- 积分:1
-
Leisure time ago to write the procedure, I hope useful for everyone
以前闲的时候写的程序,希望有用对大家-Leisure time ago to write the procedure, I hope useful for everyone
- 2022-03-02 12:51:26下载
- 积分:1
-
这是用高斯消去法求解非线性的FORTRAN语言…
这是用Fortran语言编写的高斯消元法,解非线性方程组,可用于解决各种非线性方程组-This is the Fortran language with the Gaussian elimination method, solve nonlinear equations can be used to solve various nonlinear equations
- 2022-10-05 23:45:02下载
- 积分:1
-
图书管理系统
图书管理系统将有助于保持呼吸道的作者、 出版的日期、 租金和其他很多的事情。
- 2022-03-10 05:29:56下载
- 积分:1
-
这是一个比较复杂的分形程序,看一下就知道了
这是一个比较复杂的分形程序,看一下就知道了-This is a more complicated fractal procedures, look at the know
- 2023-09-02 11:50:04下载
- 积分:1
-
vc++开发窗体工具栏,格式,状态栏
vc++开发窗体工具栏,格式,状态栏 -vc++ Development Forms toolbar, format, status bar, vc++ Development Forms toolbar, format, status bar,
- 2022-07-22 21:19:39下载
- 积分:1