-
FA
说明: 正则表达式->NFA/DFA/最简表达式(Regular Expression-> NFA/DFA/the most simple expression)
- 2009-06-08 23:09:20下载
- 积分:1
-
test_opcv
说明: a simple project to use opencv
- 2019-09-24 19:50:25下载
- 积分:1
-
garch预测波动率
说明: 利用R语言,根据GARCH模型进行波动率的预测。(GARCH model is used to forecast volatility.)
- 2020-02-29 02:09:34下载
- 积分:1
-
该程序运用java实现客户端和服务器端的及时聊天,快捷方便
该程序运用java实现客户端和服务器端的及时聊天,快捷方便-It help you to chat with your friend from anywhere around the world.
- 2023-07-11 14:25:02下载
- 积分:1
-
LabVIEW_TCP网络通讯
说明: labview TCP网络通讯编程指导资料(Laview TCP Network Communication Programming Guidelines)
- 2020-06-23 09:20:02下载
- 积分:1
-
DMPC used in AGC
针对风电等间歇性电源大规模并网后,系统在满足安全性和 可 靠 性 的 前 提 下 自 动 发 电 控 制系统调节速率和调节精度的协调性问题,将基于分布式模型预测控制算法引入自动发电系统,该算法提高了自动发电系统调节速度和调节精度之间的协调性,可有效平抑大规模风电接入带来的系统频率波动和联络线功率偏移,为改善自动发电系统性能提供了新的思路。(After the large-scale grid connection of intermittent power supply such as wind power, the coordination problem of the adjustment rate and adjustment precision of the automatic power generation control system is satisfied under the premise of satisfying the safety and reliability, and the distributed model predictive control algorithm is introduced into the automatic power generation system. The algorithm improves the coordination between the adjustment speed and the adjustment precision of the automatic power generation system, and can effectively suppress the system frequency fluctuation and the tie line power offset brought by large-scale wind power access, and provides a new idea for improving the performance of the automatic power generation system. .)
- 2020-06-18 21:20:02下载
- 积分:1
-
mj.c.tar
Jacobi Method implementation
- 2010-06-12 04:05:24下载
- 积分:1
-
BETA903A_User_ManualVER01
setup 903A example code for processor samsung S3C2416
- 2010-05-12 11:21:59下载
- 积分:1
-
求解背包问题的离散粒子群算法程序
说明: 采用0-1二进制编码对粒子群算法进行改进,用来求解背包问题的离散粒子群算法程序(Using 0-1 binary code to improve particle swarm optimization algorithm, a discrete particle swarm optimization algorithm program for solving knapsack problem)
- 2019-12-13 13:30:55下载
- 积分: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