-
VxD源码,,,,又来传哦,MY GOD 我UP。。。
我再UP
VxD源码,,,,又来传哦,MY GOD 我UP。。。
我再UP-VxD source,,,, again Chuan Oh, MY GOD I UP. . . I UP
- 2022-05-31 15:40:09下载
- 积分: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
-
.采用算符优先数算法,能正确求值表达式
2.熟练掌握栈的应用
3.熟练掌握计算机系统的基本操作方法,了解如何编辑、编译、链接和运行一个C++程序...
.采用算符优先数算法,能正确求值表达式
2.熟练掌握栈的应用
3.熟练掌握计算机系统的基本操作方法,了解如何编辑、编译、链接和运行一个C++程序
-. Using operator priority number algorithm, able to correctly evaluated expression 2. Familiar with the application of the stack 3. Familiar with the basic operation of computer systems, methods, learn how to edit, compile, link and run a C++ program
- 2022-08-17 15:06:23下载
- 积分:1
-
我写这个专题目的是为VC初学者提供一个思路,我本人很菜,但我认为对于VC初学者来讲,可能有点帮助,当然,对于WinSDK编程,我也是刚刚接触...
我写这个专题目的是为VC初学者提供一个思路,我本人很菜,但我认为对于VC初学者来讲,可能有点帮助,当然,对于WinSDK编程,我也是刚刚接触-I wrote this feature is intended to provide a VC beginners ideas, I am vegetables, But I think VC beginners hand, it may be useful, of course, for WinSDK programming, I was just contacted
- 2022-02-05 10:52:10下载
- 积分:1
-
腐蚀图像时常用的四种方法,可以参照学习。腐蚀是识别时常用到的技术之一。...
腐蚀图像时常用的四种方法,可以参照学习。腐蚀是识别时常用到的技术之一。-Corrosion of four methods commonly used images, you can refer to learn. Corrosion is to identify frequently used technologies.
- 2022-03-15 18:15:26下载
- 积分:1
-
模拟内存的分页面算法
模拟内存的分页面算法-simulation, the sub-pages of memory algorithm
- 2022-11-30 09:15:03下载
- 积分:1
-
用C++语言实现建立拓扑结构图并输出拓扑有序序列
用C++语言实现建立拓扑结构图并输出拓扑有序序列-With C++ Language to achieve the establishment of topology and output topology map in an orderly sequence
- 2022-10-09 00:30:03下载
- 积分:1
-
一个关于字符串匹配的算法,已经经过编译,希望对你有帮助...
一个关于字符串匹配的算法,已经经过编译,希望对你有帮助-on a string matching algorithm, has been built, want to help you
- 2022-07-01 14:15:33下载
- 积分:1
-
css使用手册非常有用 希望能给大家的web开发带来方便 下载后把zip后缀改为chm...
css使用手册非常有用 希望能给大家的web开发带来方便 下载后把zip后缀改为chm-css user manual is very useful I hope everyone can bring convenience to the web development after downloading the zip suffix to chm
- 2022-07-22 15:17:50下载
- 积分:1
-
BP神经网络C#版
带动量因子的BP神经网络。其中,对神经网络的算法进行了改进。对此笔者进行了以下改进:新建了一个无参的构造函数用来预测新样本时实例化对象;提供saveParas、readParas方法用于保存和读取这些参数;提供initial方法用来建立预测过程中用到的动态数组
- 2023-09-05 09:35:02下载
- 积分:1