-
电子元件绘制系统,很好用哦!用的是VC编写的,直接拖动就可以实现绘制图形!...
电子元件绘制系统,很好用哦!用的是VC编写的,直接拖动就可以实现绘制图形!-Rendering system of electronic components, very good with Oh! VC prepared using a direct drag on the graphics rendering can be achieved!
- 2022-04-15 19:57:25下载
- 积分:1
-
DB1200 wince bsp version 5138.2
DB1200 wince bsp version 5138.2
- 2022-03-20 20:47:38下载
- 积分:1
-
这是C++程序的Bellman-Ford算法
this is c++ program for bellman ford algorithm
- 2022-06-28 02:01:13下载
- 积分:1
-
这是个五子棋人机对战部分的代码,有完整的界面初始化部分,用搜索算法实现了电脑对最优位置的选取,实现电脑下棋的功能。
这是个五子棋人机对战部分的代码,有完整的界面初始化部分,用搜索算法实现了电脑对最优位置的选取,实现电脑下棋的功能。-This is a 331 man-machine players part of the code, a complete initialization interface, search algorithm using a computer to select the optimal location to achieve the function of the computer playing chess.
- 2023-05-01 10:45:04下载
- 积分:1
-
Matlab源码例子
Matlab源码例子-Examples of MATLAB original codes.rar
- 2022-05-07 16:42:22下载
- 积分:1
-
这是一个关于tree kernel 的文章,很有帮助。比较新的文章
这是一个关于tree kernel 的文章,很有帮助。比较新的文章-This is an article on the tree kernel to deal with it. Relatively new article
- 2022-05-27 09:22:34下载
- 积分:1
-
VCnet编程实例源代码之对话框,希望对大家有帮助
VCnet编程实例源代码之对话框,希望对大家有帮助-Solanum VCnet 编程 例 are split 代码 对话框, sentence 对大家 oligonucleotide 帮 Tang Liao
- 2023-05-21 20:05:03下载
- 积分: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
-
oracle数据库常用命令介绍。比较全。很难找到的好资料,对初学者有帮助,共享之。...
oracle数据库常用命令介绍。比较全。很难找到的好资料,对初学者有帮助,共享之。-oracle database commands introduced. Compare. Very difficult to find good information to help beginners, and Sharing.
- 2022-07-11 14:58:40下载
- 积分:1
-
多媒体播放器示例 VB实现 多种媒体文件的播放
多媒体播放器示例 VB实现 多种媒体文件的播放-multimedia players Example VB variety of media players
- 2022-01-25 19:52:59下载
- 积分:1