-
能删除自身代码的源码,可以删除自己的进程,然后从磁盘删除文件...
能删除自身代码的源码,可以删除自己的进程,然后从磁盘删除文件-Can delete their own source code, you can delete their own process, and then delete the file from the disk
- 2022-03-05 11:55:56下载
- 积分:1
-
pb in the MDI window display pictures and the contents of a method, it does not...
pb提供了可在MDI窗口中显示图片及各种内容的一种方法,它既不需要API调用也不需要定制MDI窗口,它仅仅使用PB的一般编程技巧,你很容易就会弄明白它的原理:它不过是一个比较特殊的Sheet而已!它特殊在什么地方呢,还是你自己去看吧!-pb in the MDI window display pictures and the contents of a method, it does not need an API call does not need to customize MDI windows, it is only the general use of PB programming skills, you can easily find out the principle : it is a rather exceptional Sheet! Its special in any place, or look at your own!
- 2023-04-11 18:25:04下载
- 积分: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
-
To download a lift above the simulation program and upload a similar product (th...
为了下载上面的一个电梯模拟程序,上传一个同类产品(同学的,认为还可以),但不是同一种语言,希望共同讨论-To download a lift above the simulation program and upload a similar product (the students that can), but not the same language, to discuss
- 2023-08-19 17:40:03下载
- 积分:1
-
一本书的源码,主要有c++语言写的,上面有说明性文件。只要下载下来看看就可以找到这本书...
一本书的源码,主要有c++语言写的,上面有说明性文件。只要下载下来看看就可以找到这本书-c++
- 2022-02-20 09:45:39下载
- 积分:1
-
增加文件并发送邮件,
增加文件并发送邮件,-additional documents, and send mail,
- 2022-04-23 14:43:07下载
- 积分:1
-
VC6下基于MSComm控件的串口通讯接受端程序
程序基于使用VC6.0开发,专门针对串口程序调试而开发,可以在开发串口通讯时对串口数据进行监视,充当类似串口助手的作用,程序使用微软的MSComm串口控件,运行时需要在VC6中加载MS控件。
- 2022-03-18 01:20:53下载
- 积分:1
-
HEAPSORT 算法的实现,希望大家多多支持
HEAPSORT 算法的实现,希望大家多多支持-HEAPSORT algorithm realize, I hope everyone can support
- 2022-05-27 14:11:44下载
- 积分:1
-
一个使用c编写的修改cmos的小程序,非常简单,非常方便,欢迎共享...
一个使用c编写的修改cmos的小程序,非常简单,非常方便,欢迎共享-use a revision prepared by the small CMOS process, very simple, very convenient and welcome sharing! ! Oh! !
- 2022-01-25 21:28:26下载
- 积分:1
-
驱动开发, 键盘驱动
驱动开发, 键盘驱动-Driver Development, keyboard-driven
- 2022-11-10 12:10:03下载
- 积分:1