-
数值方法里面的用lagrange插值发求解线形方程的算法,可以用来解线形方程组的习题...
数值方法里面的用lagrange插值发求解线形方程的算法,可以用来解线形方程组的习题-inside the numerical method used to solve the Hangzhou linear interpolation algorithm equation can be used to solution of linear equations Exercises
- 2022-03-11 09:47:01下载
- 积分:1
-
汉字和16进制互换
估计有很多相似的程序
汉字和16进制互换
估计有很多相似的程序-Chinese characters and 16-band exchange is estimated that the procedure has many similarities
- 2022-12-19 21:45: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
-
本程序允许进入xml文件的URL,使用新的合法支持,可以在网站上运行...
本程序允许进入xml文件的URL,使用新的合法支持,可以在网站上运行-This demo allows the user to load and parse a specified XML document. Then, through a text box
the user can navigate and manipulate the tree. This is both a useful example of how to walk the
XML tree using the XML Object Model and a useful tool for learning the XML Object Model.
- 2023-03-02 15:55:04下载
- 积分:1
-
blue引擎源码,2006年版的,下载后重新编译,可以使用
blue引擎源码,2006年版的,下载后重新编译,可以使用-blue engine source code
- 2022-06-01 00:12:43下载
- 积分:1
-
WinCE 2003播放H.264视频处理,内附测试视频
WinCE 2003上播放 H.264视频的程序,内附测试视频-WinCE 2003 to play H.264 video process, enclosing the test video
- 2023-02-01 23:05:03下载
- 积分:1
-
irregular window (aircraft windows MFC)
不规则窗口(飞机windows MFC)-irregular window (aircraft windows MFC)
- 2022-06-13 20:06:09下载
- 积分:1
-
SMTP与POP3协议 能够接收与发送邮件
SMTP与POP3协议 能够接收与发送邮件-POP3 and SMTP to send and receive mail
- 2022-10-04 14:00:03下载
- 积分:1
-
用UML 制做的银行存款系统
用UML 制做的银行存款系统-活动图.用于分析各活动状态的变化.-UML produced deposits in the bank system-activity diagram. For analysis of the state of activity changes.
- 2023-06-23 11:25:02下载
- 积分:1
-
很好的
很好的-good*****************************************
- 2022-01-25 18:11:04下载
- 积分:1