-
this is a data encryption procedures. Some beginners might be used to.
这是一个数据加密的程序。有些初学者可能已经习惯了。
- 2022-08-22 02:21:57下载
- 积分: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
-
图象处理程序.....希望对大家有用
图象处理程序.....希望对大家有用-Image processing procedure useful ..... hope everyone
- 2022-05-08 20:46:53下载
- 积分:1
-
Open the spreadsheet functions ADOEXCEL ado relatively wide demonstration progra...
ADOEXCEL ado 打开电子表格 功能比较全的演示程序-Open the spreadsheet functions ADOEXCEL ado relatively wide demonstration program
- 2022-07-01 13:31:14下载
- 积分:1
-
算法分析与设计中的经典问题,利用回溯法解决背包问题,有详细的代码段。...
算法分析与设计中的经典问题,利用回溯法解决背包问题,有详细的代码段。-Algorithm analysis and design of the classic problems, the use of backtracking to solve knapsack problem, there is a detailed code snippet.
- 2022-02-03 18:03:27下载
- 积分:1
-
喷泉 gl 项目
使用 opengl 的喷泉 gl 项目工程 6 sem 学生 vtu 教学大纲的佛这个项目是计算机图形学中,用来学习编程技巧的第 6 次扫描电镜下的主题
- 2022-02-09 10:55:02下载
- 积分:1
-
Skype API方面的应用
skype api application2
- 2022-06-02 20:21:41下载
- 积分:1
-
对系统WINDOWS屏蔽
对系统WINDOWS屏蔽-right shielding system WINDOWS
- 2022-10-13 05:40:03下载
- 积分:1
-
自己写的一个java练习程序,可以根据输入的单词,查找出可能存在的词根。...
自己写的一个java练习程序,可以根据输入的单词,查找出可能存在的词根。-Write a java practice their own program based on the input word to find out the possible existence of root.
- 2022-06-19 22:43:03下载
- 积分:1
-
MP3文件计算软件源码。由此源码中,大家可以看出MP3文件格式的组成。...
MP3文件计算软件源码。由此源码中,大家可以看出MP3文件格式的组成。-MP3 files source software. From this source, you can see the MP3 file format composition.
- 2022-07-15 13:13:32下载
- 积分:1