-
This procedure is used to prepare three
本程序是用fortran言语编写的三维SIMPLE算法程序,针对不可压、无粘流体。-This procedure is used to prepare three-dimensional fortran language SIMPLE algorithm procedures, for incompressible, inviscid fluid.
- 2022-03-15 17:15:16下载
- 积分:1
-
用C#通过Nokia手机发送短信(使用Nokia SDK3.0)
用C#通过Nokia手机发送短信(使用Nokia SDK3.0)-C# Nokia mobile phones through SMS (using Nokia SDK3.0)
- 2023-05-23 03:30:04下载
- 积分:1
-
嵌入式WinCE msgclient例子,使用EVC实现发展
嵌入式WINCE MSGCLIENT的例子,使用EVC开发实现-Embedded WINCE MSGCLIENT example, the use of EVC realize development
- 2022-03-21 17:54:43下载
- 积分:1
-
这是一个很好的基因算法的VC++实现的实例,希望对大家有帮助...
这是一个很好的基因算法的VC++实现的实例,希望对大家有帮助-this is a vary good gene vc++
- 2022-08-11 09:58:16下载
- 积分: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
-
Reversible
F: Ganesh.G2013 IEEE ProjectsOptimal Value Transfer可逆数据隐藏Document
- 2022-03-18 15:28:30下载
- 积分:1
-
这是一个五子棋游戏代码,里面可以调节难度级别。
这是一个五子棋游戏代码,里面可以调节难度级别。-This is a backgammon game code, which can adjust the difficulty level.
- 2023-01-01 04:10:04下载
- 积分:1
-
VBA code VBProject常用代码操作_很多很奇怪的东西可以用
- 2023-02-01 19:15:03下载
- 积分:1
-
读取.dat文件和图显示
read from .dat files and show it in plot
- 2022-01-20 23:53:49下载
- 积分:1
-
这个源码可以将C语言头文件(.h)转换为VB模块(.bas)!
这个源码可以将C语言头文件(.h)转换为VB模块(.bas)!-this source will be the first C language files (. H) conversion of VB module (. Bas)!
- 2022-05-05 01:21:48下载
- 积分:1