-
VHDL代码 键盘扫描,数码管静态移位显示,类似于计算器显示数据...
VHDL代码 键盘扫描,数码管静态移位显示,类似于计算器显示数据-VHDL code
- 2022-06-21 23:05:03下载
- 积分:1
-
04-using-block-v2-annotated
Stanford Cypher. Ebook 4
- 2019-02-15 05:03:58下载
- 积分:1
-
addsysss
程序代码,用于简单的写入文本文件,比较基础,适合参考(Program code, for simple writing text files, more basic, suitable for reference)
- 2020-06-24 17:20:01下载
- 积分:1
-
MELSEC Communication Protocol
MELSEC Communication Protocol Reference Manual
- 2018-01-17 13:11:36下载
- 积分:1
-
java统计当前在线数
java统计当前在线数-few online
- 2022-05-29 06:14:44下载
- 积分:1
-
Adaptive-CCA-for-IEEE-802.15
Clear channel assessment
- 2011-07-08 07:41:17下载
- 积分:1
-
全自动洗衣机汇编程序
说明: 全自动洗衣机的汇编语言程序,包括具体介绍(Assembly Language Program of Fully Automatic Washing Machine, Including Specific Introduction)
- 2019-03-10 16:14:33下载
- 积分:1
-
glue
GLUE通过蒙托卡罗样点用来分析水文模型参数不确定性分析(GLUE through Monte Carlo samples used to analyze the hydrological model parameter uncertainty analysis)
- 2020-12-05 11:29:23下载
- 积分:1
-
HG Beam
展示厄米特-高斯光在不同量子数m、n,束腰大小以及不同轴向距离下的光强分布。(The work shows the light intensity distribution of Hermite-Gaussian beam with different parameters including quantum numbers, waist size and different axial positions.)
- 2018-10-07 14:28:59下载
- 积分: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