-
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
-
Turbo code
说明: 完成turbo码的实现过程,以SCCC的模型完成信息传输(The realization of Turbo code is completed, and the information transmission is completed with SCCC model)
- 2020-04-22 14:05:53下载
- 积分:1
-
preMatlab
對語音作一段前置處理,史的聲音比較圓滑,需要一段語音(right voice for a pre-processing, the history of the voice is relatively smooth, it would take a voice)
- 2007-06-28 22:58:21下载
- 积分:1
-
微软® Active Directory和# 8482服务接口(ADSI)软件开发…
The Microsoft® Active Directory™ Service Interfaces (ADSI) Software Development Kit (SDK) is a client-side product, based on the Component Object Model (COM), that defines a directory service model and a set of COM interfaces that enables Microsoft Windows NT® /Windows® 2000 and Windows 95 client applications to access several network directory services. -The Microsoft ? Active Directory
- 2023-05-26 20:55:03下载
- 积分:1
-
DLNA相关协议+认证测试+测试工具
说明: DLNA upnp协议 测试工具 开发资料工具包(DLNA UPnP protocol test tool development kit)
- 2020-06-04 11:39:09下载
- 积分:1
-
Pscad微网储能
使用pscad仿真微网中的储能系统,方便学习使用(Using pscad to simulate the energy storage system in the microgrid)
- 2021-04-02 13:09:07下载
- 积分:1
-
填料吸收塔的总传质单元数
对于逆流操作的填料吸收塔,求填料吸收塔的总传质单元数(Total mass transfer unit number of packed absorber)
- 2018-04-09 10:41:28下载
- 积分:1
-
oscilloscope
一个用LabVIEW编写的模拟示波器程序,有很好看的界面哦(An analog oscilloscope program written by LabVIEW has a good interface.)
- 2019-04-25 13:28:14下载
- 积分:1
-
Linux Shell脚本编程--sed命令详解
shell编程中经常用到sed命令,本文详细介绍了shell常用命令sed详细用法(sed will be usually used when shell coding)
- 2017-10-13 10:19:33下载
- 积分:1
-
Learning to Program Using Python 2nd edition
说明: A little guide to python programming
- 2019-02-26 15:58:25下载
- 积分:1