-
SAR4
合成孔径雷达回波信号仿真,基于简单的点目标,在三维平面的仿真(Synthetic aperture radar echo signal simulation, based on simple point target, in 3D plane simulation.)
- 2018-07-30 09:33:41下载
- 积分: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
-
Composition Principle of Computer Animation, clear introduction to the compositi...
计算机组成原理动画演示,清晰的介绍了组成原理中的重要原理的动画演示,直观明了-Composition Principle of Computer Animation, clear introduction to the composition of the important tenets of the principle of animated demo, intuitive understanding of
- 2022-08-10 04:51:30下载
- 积分:1
-
Target tracking in the overall least
目标跟踪中的全局最小二乘算法,通过做多次蒙德卡诺试验获得其二阶距性能估计-Target tracking in the overall least-squares algorithm, through so many tests蒙德卡诺performance from its second-order estimates
- 2022-02-02 23:46:40下载
- 积分:1
-
a similar list of attributes Editor
一个类似于vb的属性列表编辑-a similar list of attributes Editor
- 2022-03-14 11:55:00下载
- 积分:1
-
efsl-0.3.4_-_IAR_LPC2148_Example
EFSL-0.3.4 example for IAR and LPC2148.
- 2009-12-10 16:15:12下载
- 积分:1
-
手机卡程序和应用下载技术规范,很难找的,对于别写手机卡驱动有帮助...
手机卡程序和应用下载技术规范,很难找的,对于别写手机卡驱动有帮助-Phone card to download the application procedures and technical specifications, it is difficult to find, and Writing for the other phone card driver has to help
- 2023-01-01 11:30:04下载
- 积分:1
-
数据检测器
说明: 设计一个串行数据检测器,当连续输入三个或更多1时输出1,否则输出0(Design a detector for serial data It outputs 1 when three or more 1 input continuously and outputs 0 otherwise)
- 2020-01-02 15:24:34下载
- 积分:1
-
VB6.0鼠标点击器-连点器代码
VB6.0鼠标点击器-连点器代码,鼠标自动点击程序,注册全局热键,在主窗体的Form_Initialize事件中添加InitCommonControlsVB语句,可定义鼠标左键或右键连续点击,或者定义是否是模拟双击,可设置连续点击的频率和类型,程序运行界面如测试截图所示。
- 2022-03-29 12:05:55下载
- 积分:1
-
capl语言
CAPL语言资料,学习资料文档,官方资料,编程手册(CAPL language materials, learning documents, official materials, programming manuals)
- 2018-03-16 11:15:14下载
- 积分:1