-
这是在MATLAB环境下进行电力系统暂态稳定分析的pst源程序,该文件定义了一个3机9节点的系统模型。...
这是在MATLAB环境下进行电力系统暂态稳定分析的pst源程序,该文件定义了一个3机9节点的系统模型。-This is the MATLAB environment in power system transient stability analysis of the pst source, the document defines a 3-machine 9-bus system model.
- 2022-01-25 20:29:38下载
- 积分:1
-
用C++实现的简易终结者小游戏,可以运行, 不过功能很简单
用C++实现的简易终结者小游戏,可以运行, 不过功能很简单-C++ implementation of the simple Terminator game
- 2022-02-14 08:49:25下载
- 积分:1
-
vof
说明: FLUENT软件,定义速度入口中,不同位置的相分数(Define the phase fractions at different positions in the velocity inlet)
- 2020-07-28 11:58:40下载
- 积分:1
-
C游戏代码(机器人大战)
C游戏代码(机器人大战)-C game code (Robot Wars)
- 2022-08-12 17:29:30下载
- 积分:1
-
ms SQL 和 sql anywhere 数据库管理实用工具源码
ms SQL 和 sql anywhere 数据库管理实用工具源码-sql anywhere SQL and database management tools usable source
- 2022-01-28 02:10:15下载
- 积分:1
-
CAD
说明: 自己编写的电路分析,优化程序,可求解电路响应,计算元件灵敏度,优化方法包括Powell法,模拟退火法,可部分实现滤波器设计的功能(I have written the circuit analysis, optimization procedures, can solve the circuit response, computing components sensitivity, and optimization methods including Powell method, simulated annealing algorithm, can be partially achieved filter design functions)
- 2010-03-17 10:38:34下载
- 积分:1
-
C# 调用外部的EXE文件
C# 调用外部的EXE文件,程序中主要是使用System.Diagnostics.Process.Start(textBox1.Text);来执行外部的exe文件。
private void button1_Click(object sender, EventArgs e)
{
openFileDialog1.Filter = "exe文件(*.exe)|*.exe";//设置打开文件的格式
if (openFileDialog1.ShowDialog() == DialogResult.OK)//判断是否选择了exe而文件
textBox1.Text = openFileDialog1.FileName;//显示选择的文件
}
private void button2_Click(object sender, EventArgs e)
{
System.Diagnostics.Process.Start(textBox1.Text);//执行exe文件
}
- 2023-06-03 22:35:03下载
- 积分:1
-
QT4.6实践编写串口调试助手(原创全源码),
包括使用qextserial,包括可在linux和windows两种环境下识别通讯方式,和硬件接口识别。非常...
QT4.6实践编写串口调试助手(原创全源码),
包括使用qextserial,包括可在linux和windows两种环境下识别通讯方式,和硬件接口识别。非常适合初学者学习,建议下载QT_Create最新版本 -QT4.6 practice, the preparation of serial debugging assistant (original full source code), including the use of qextserial, including linux and windows in the two kinds of environments identify means of communication, and hardware interface identification. Very suitable for beginners to learn, it is recommended to download the latest version of QT_Create
- 2022-02-05 05:42:53下载
- 积分:1
-
Ms-Flex-Grid-
A book that explains tool Ms Flex Grid in visual Basic 6
- 2013-09-27 20:29:27下载
- 积分:1
-
matlab_program
可以进行压缩感知的图形处理,是一部分进行压缩感知处理的图形实例和去噪处理,是现在的一部公开课的编程部分资料,可以实现简单的压缩感知图形采样的应用(Graphics processing with compressed sensing can be used as a Graphics instance and denoising part of compressed sensing processing. Now it is a programming part of an open class, which can realize simple compressed sensing graphics sampling application.)
- 2021-02-12 23:49:50下载
- 积分:1