-
RC500 DEMO上面板的各种数据压缩包。
RC500 DEMO 上位板 的各种资料压缩包。-RC500 DEMO upper panels of various data compression package.
- 2022-06-16 23:01:30下载
- 积分: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
-
怎样划分宏块的一个完整程序,该程序对一般的视频序列都很有用...
怎样划分宏块的一个完整程序,该程序对一般的视频序列都很有用-How divided macroblock of a complete program of general video sequences are very useful
- 2023-01-28 07:35:06下载
- 积分:1
-
这是关于计算机的简介,适合所有初学者。这是非常好的…
This about computers brief and is it suitable for all beginners. It is very good.-This is about computers brief and is it suitable for all beginners. It is very good.
- 2023-07-21 06:20:03下载
- 积分:1
-
标题:学分绩点计算器标题描述:发展一个答:
题 目 :学分和绩点计算器
题目描述:开发一个能够自动计算适合于学生使用的所获学分和绩点的计算器。并且该绩点计算器能够保证良好的扩展性能。
-Title: credits and grade point calculator Title Description: Development of an automatic calculation is suitable for students to use the available credits and grade point calculator. And the grade point calculator can guarantee the expansion of good performance.
- 2022-07-21 21:12:07下载
- 积分:1
-
This program computes the electric field and potential distributions of a dipole...
用来计算电偶极子的电场和电势分布,当然也可以根据需要计算更高阶的电场,只要保留到相应的阶次就OK了。-This program computes the electric field and potential distributions of a dipole. You can also compute higher order electric field with it by preserving the series to corresponding order.
- 2023-01-19 06:55:03下载
- 积分:1
-
一个简单的DLL程序, 希望对初学DLL的VC程序员有帮助
一个简单的DLL程序, 希望对初学DLL的VC程序员有帮助-A simple DLL procedures, in the hope that novice programmers DLL has to help the VC
- 2022-04-15 01:59:36下载
- 积分:1
-
自己手机的KEY
大家谁要是用的上可以下!!!
谢谢大家
自己手机的KEY
大家谁要是用的上可以下!!!
谢谢大家-zijishoujide
- 2023-08-17 01:35:04下载
- 积分:1
-
汉诺塔,一个游戏,玩完便是世界末日,是由一个和尚发明的...
汉诺塔,一个游戏,玩完便是世界末日,是由一个和尚发明的-Tower of Hanoi, a game
- 2022-05-28 10:28:03下载
- 积分:1
-
论文资料,关于用户行为分析的
论文资料,关于用户行为分析的-text about user behavior analysis.............
- 2023-05-08 07:20:02下载
- 积分:1