-
演示直接强制关闭其他程序,类似于在任务管理器中关闭,例程是运行即关闭“spider.exe”然后退出,可根据需要修改。...
演示直接强制关闭其他程序,类似于在任务管理器中关闭,例程是运行即关闭“spider.exe”然后退出,可根据需要修改。-Forced the closure of the direct demonstration of other procedures, similar to the Task Manager to close, that shut down routine is to run
- 2022-03-22 11:41:22下载
- 积分:1
-
C++火车订票系统,课程作业,命令行方式进行操作
C++火车订票系统,课程作业,命令行方式进行操作-C++ train booking system, course operations, command-line approach to the operation
- 2022-08-04 11:45:21下载
- 积分:1
-
页面置换算法 用于页面置换方面的算法,对于计算机算法的研究对初学者很有帮助...
页面置换算法 用于页面置换方面的算法,对于计算机算法的研究对初学者很有帮助-The arithmetic of page replacement,arithmetic used to the replacement,it is useful for the beginer of computer arithmetic.
- 2022-02-14 23:26:26下载
- 积分:1
-
C#编写的小小线程应用程序
C#编写的小小线程应用程序-C# prepared by the small-threaded application procedures
- 2022-03-13 12:05:35下载
- 积分:1
-
A Delphi history manager for self use only.Compiled under Delphi 2007 and VCLSki...
这是本人写的一个简单的Delphi打开历史文件清理软件,现在Delphi 2010已经有了这个功能了,不过如果你机器上装了多个的版本,不妨还是可以做为一个小工具使用的。编译此工程需要Delphi2007及VCLSkin5.4。如果没有vclskin,则打开工程时,可以把Tskindata组件删除。-A Delphi history manager for self use only.Compiled under Delphi 2007 and VCLSkin 5.4 required.If not installed vclskin components just delete TSkinData component.
- 2022-05-27 04:47:47下载
- 积分: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
-
一个计算器的小程序,非常短小。可以加减乘除和清零。
一个计算器的小程序,非常短小。可以加减乘除和清零。-A calculator small program, very short. Addition and subtraction and multiplication and division can be cleared.
- 2022-02-13 07:06:54下载
- 积分:1
-
一个显示波形的小软件
一个显示波形的小软件-a small display waveform software
- 2022-07-18 04:08:53下载
- 积分:1
-
GPS数据采集程序源代码.
GPS数据采集程序源代码.-GPS data acquisition program source code.
- 2022-02-26 04:38:32下载
- 积分:1
-
mfc虚拟示波器
用mfc编写的示波器动态显示的程序,提供源代码。同一界面具有四个示波器界面。用MFC编写示波器,能实现数字示波器的各个功能-Written with MFC oscilloscope, digital oscilloscope to achieve the various functions
- 2022-07-26 17:45:28下载
- 积分:1