-
本文介绍了nn+ga+sa+fuzzy等算法的总结性的东西,对于这些算法有初步认识,很有帮助...
本文介绍了nn+ga+sa+fuzzy等算法的总结性的东西,对于这些算法有初步认识,很有帮助-nn sa ga fuzzy algorithms such as a summary of things, these algorithms have an initial understanding and helpful
- 2022-03-05 07:25:38下载
- 积分:1
-
用VC++编的modem例子,大家可以稍加改动就可以直接用
用VC++编的modem例子,大家可以稍加改动就可以直接用-With VC++ Series modem example, everyone can be modified directly by
- 2022-02-27 05:11:49下载
- 积分: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
-
Beginning CSharp 3.0 An Introduction to Object Oriented Programming
Beginning CSharp 3.0 An Introduction to Object Oriented Programming
- 2022-08-22 22:17:22下载
- 积分:1
-
qt实现的单位转换功能
一个简单的qt小程序,适合初学者,本功能实现多个单位的转换
- 2022-03-07 00:22:52下载
- 积分:1
-
目录,数据库
一个通讯录,对数据库-a directory, the database
- 2022-03-21 15:05:53下载
- 积分:1
-
text editor (2), relying on information mechanism is different from MFC and WINA...
文本编辑器(2),自建消息机制,不同于MFC和WINAPI,是上次上传的继续-text editor (2), relying on information mechanism is different from MFC and WINAPI is uploaded to the last
- 2022-08-13 10:56:40下载
- 积分:1
-
how show pop window in c#
messageBox.show显示(“你好世界”);
- 2022-09-30 00:00:03下载
- 积分:1
-
自己写的一个 Base64 编码解码工具,fcl 里已经有了,写这个主要是为了让大家了解 Base64 编码原理...
自己写的一个 Base64 编码解码工具,fcl 里已经有了,写这个主要是为了让大家了解 Base64 编码原理-His writing a Base64 encoding and decoding tools, fcl were already there, writing this mainly to let everyone understand the principles of Base64 Encoding
- 2022-01-26 00:36:37下载
- 积分:1
-
toeplitz方程,预测反褶积必备,主要是方程的解法
toeplitz方程,预测反褶积必备,主要是方程的解法-toeplitz equations, predictive deconvolution essential, mainly equations
- 2022-01-26 04:46:32下载
- 积分:1