-
matlab 图象开发 chapter 4
matlab 图象开发 chapter 4-Matlab Image Development chapter 4
- 2022-07-09 13:53:54下载
- 积分:1
-
这是有关2进制数的算法
这是有关2进制数的算法-This the number of two-band algorithm
- 2022-03-17 21:29:37下载
- 积分:1
-
这是matlab与VC编程的源码
所有程序的运行和编译环境为:Visual C++ 6.0和MATLAB 6.5 service pack1(一般情况下MA...
这是matlab与VC编程的源码
所有程序的运行和编译环境为:Visual C++ 6.0和MATLAB 6.5 service pack1(一般情况下MATLAB 6.5即可)。
如果您有和技术相关的问题或者发现本书实例有错误之处,请发邮件到:
matlab_vc_program@yahoo.com.cn
与作者联系或批评指正。
-This is the matlab programming with VC source of all programs running and the compiler environment: Visual C++ 6.0 and MATLAB 6.5 service pack1 (under normal circumstances can MATLAB 6.5). If you have and the technology-related questions or find examples of this book have errors, please send an email to: matlab_vc_program@yahoo.com.cn contact with the author or criticism.
- 2022-04-07 18:09:14下载
- 积分:1
-
一个简单的java计算器
一个简单的java计算器-a simple java Calculator
- 2022-03-18 00:15:43下载
- 积分:1
-
合并DLL到EXE执行文件中的源码
合并DLL到EXE执行文件中的源码-merger EXE DLL implementation of the source document
- 2023-01-24 01:45:03下载
- 积分:1
-
Developer s Notepad,配合Visual Studio 97的开发工具,能够在多个项目中添加链接、注解等,利于项目管理...
Developer s Notepad,配合Visual Studio 97的开发工具,能够在多个项目中添加链接、注解等,利于项目管理-Developer s Notepad, 97 with Visual Studio development tools, in a number of projects to add links and notes, which will help project management
- 2022-08-12 09:21:19下载
- 积分:1
-
一个基于windows ce 4.2系统的SH3处理器的UDP协议寨程序
一个基于windows ce 4.2系统的SH3处理器的UDP协议寨程序-windows ce based on a 4.2 system SH3 processor UDP Walled procedures
- 2023-02-21 13:45:04下载
- 积分:1
-
是个乘法口诀的简单小程序!
是个乘法口诀的简单小程序!-traditional formulas is the simple multiplication small programs!
- 2023-08-19 22:55: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
-
明渠非恒定流
一阶精度半隐式特征线法计算明渠非恒定流。可用于天然河道,渠道水面线,非恒定流水力过程的数值计算。采用特征线法将微分方程转换为代数方程。
- 2022-02-11 21:44:20下载
- 积分:1