-
这是一个下推自动机的模拟程序为完成作业而写,仅仅为实现算法没有界面演示...
这是一个下推自动机的模拟程序为完成作业而写,仅仅为实现算法没有界面演示-This is a pushdown automata simulation operating procedures for the completion of writing, only to realize no algorithm interface demo
- 2022-01-21 20:48:02下载
- 积分: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
-
scyther-w32-v1.1
Python配套使用资料,更直观的看到协议分析图,更好地学习。(Python supporting the use of data, see the protocol analysis more intuitive, better learning.
)
- 2013-11-13 14:32:45下载
- 积分:1
-
use JAVA 1000 block of Terry Avenue development of a game, 9.12 Easy, we support
利用JAVA开发的一个连连看游戏,十二分的好用,希望大家支持-use JAVA 1000 block of Terry Avenue development of a game, 9.12 Easy, we support
- 2022-03-24 01:51:52下载
- 积分:1
-
dell-r710raid
dell r710 服务器组装 raid5(assemble raid5 dell r710 server)
- 2011-10-28 14:59:59下载
- 积分:1
-
Camber_test
用于检测图像中心,可以获得中心点,同时还能检测图像的轮廓(For detecting the image center, the center point can be obtained and the contour of the image can be detected at the same time)
- 2019-04-01 09:31:05下载
- 积分:1
-
GAPSO
说明: GAPSO算法,将遗传算法与粒子群算法相结合,有更加快的迭代速度,避免局部最优(GAPSO algorithm, which combines genetic algorithm with particle swarm algorithm, has a faster iteration speed and avoids local optimization)
- 2021-03-15 17:48:09下载
- 积分:1
-
SHT11
stm32 平台下sht11 的完整程序。包含驱动(STM32 platform SHT11 complete program. Include drive)
- 2020-09-03 12:08:07下载
- 积分:1
-
动态无功优化
改进的快速粒子群优化算法计算含DG配电网无功优化和运行费用最优解(Improved Fast Particle Swarm Optimization for Reactive Power Optimization and Operation Cost Optimization of Distribution Network with DG)
- 2021-01-07 14:58:52下载
- 积分:1
-
盘磨系统控制程序
此为纸机造纸系统盘磨PLC控制程序,用于控制磨浆功率。适用于S7200,td400.(This is the disc mill PLC control program of paper machine paper making system, which is used to control the pulp power. Suitable for S7200, td400.)
- 2020-09-08 20:18:04下载
- 积分:1