-
以前上传过matlab版本的类似程序,此为c版本的导纳矩阵形成程序,在潮流计算和仿真中应用广泛。...
以前上传过matlab版本的类似程序,此为c版本的导纳矩阵形成程序,在潮流计算和仿真中应用广泛。-Some programs of matlab version had been uploaded before,this is a C-version program to lead admittance matrixes,which are widely used in tideway computation and simulation.
- 2022-05-04 23:17:02下载
- 积分:1
-
slr(1),设计文档,希望对有些人帮助
slr(1),设计文档,希望对有些人帮助-slr (1), design documents, hoping for some people to help
- 2023-02-08 06:30:04下载
- 积分:1
-
给公司做的个电话客服管理系统。仅作参考.
给公司做的个电话客服管理系统。仅作参考.-done to the company"s telephone call management systems. Just for reference.
- 2022-12-06 07:05:03下载
- 积分:1
-
关于tsp问题的matlab程序,希望对大家有用
关于tsp问题的matlab程序,希望对大家有用
-tsp of the Matlab procedures in the hope that it may be useful to
- 2022-11-18 12:25:02下载
- 积分:1
-
RSS Subscribe to a realization of the functional process somewhat similar to sma...
一个实现RSS订阅功能的小程序 有点类似于飞火流星-RSS Subscribe to a realization of the functional process somewhat similar to small ball
- 2023-04-04 13:35: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
-
学生成绩管理系统
该程序系统是由C语言写成的学生成绩管理系统,可以全面的对学生的成绩进行管理,包括输入输出信息、成绩;查询成绩;删除成绩;插入成绩;输出所有学生成绩的统计结果;学生成绩信息排序;成绩信息存档等功能
- 2022-01-27 18:34:09下载
- 积分:1
-
动态窗口例子程序
动态窗口例子程序-dynamic window examples procedures
- 2022-06-18 12:48:50下载
- 积分:1
-
Visual Basic 的算法演示,用鼠标旋转立方体
Visual Basic 的算法演示,用鼠标旋转立方体-Visual Basic algorithm demonstration rotating cube with the mouse
- 2022-03-31 08:20:36下载
- 积分:1
-
cambridge book: mathematic methods for physics and engineering, 3rd edition.
cambridge book: mathematic methods for physics and engineering, 3rd edition.
- 2023-05-14 21:35:04下载
- 积分:1