-
Endat_2
Endat slave interface
- 2021-04-21 19:38:49下载
- 积分:1
-
dbscan
利用该程序可以实现大数据下的三维点云及二维数据的密度聚类,并对聚类后的结果进行准确提取(Using this program, the density clustering of three-dimensional point clouds and two-dimensional data can be realized, and the clustered results can be accurately extracted.)
- 2020-09-23 19:07:49下载
- 积分:1
-
read_image
计算图片的相关性,从图片库中提取相似图片(Calculate the relevance of the image and extract similar images from the image library)
- 2018-10-31 22:55:33下载
- 积分:1
-
Sophomore, compiling principle, after
大二,编译原理,课后习题答案,仅供学习参考之用-Sophomore, compiling principle, after-school exercise answers, only to learn reference
- 2022-02-03 05:26:32下载
- 积分: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
-
开题报告PPT模板
说明: This is a slide for the design of a graduation thesis for students of automation major. Includes digital filtering, pulse measurements in the class of four different defense slides.
This is a slide for the design of a graduation thesis for students of automation major. Includes digital filtering, pulse measurements in the class of four different defense slides.
- 2020-01-08 11:13:01下载
- 积分:1
-
VHDL 基础语法篇
说明: VHDL 基础语法篇 —— VHDL
VHDL硬件描述语言
1.1 VHDL概述
1.1.1 VHDL的特点
VHDL语言作为一种标准的硬件描述语言,具有结构严谨、描述能力强的特点,由于
VHDL语言来源于C、Fortran等计算机高级语言,在VHDL语言中保留了部分高级语言的原
语句,如if语句、子程序和函数等,便于阅读和应用。具体特点如下:
1. 支持从系统级到门级电路的描述,既支持自底向上(bottom-up)的设计也支持从顶向下
(top-down)的设计,同时也支持结构、行为和数据流三种形式的混合描述。
2. VHDL的设计单元的基本组成部分是实体(entity)和结构体(architecture),实体包含设
计系统单元的输入和输出端口信息,结构体描述设计单元的组成和行为,便于各模块之间数
据传送。利用单元(componet)、块(block)、过程(procure)和函数(function)等语句,
用结构化层次化的描述方法,使复杂电路的设计更加简便。采用包的概念,便于标准设计文
档资料的保存和广泛使用。(VHDL Basic Grammar Paper)
- 2020-06-20 14:20:01下载
- 积分:1
-
TOA_uwb
说明: UWB的TOA仿真,里面包含扩展卡尔曼滤波部分(UWB TOA simulation,which contains the extended Kalman filter section)
- 2021-01-05 20:28:53下载
- 积分:1
-
0.96OLED显示屏STM32F103C8T6_IIC
说明: 0.96寸oled屏幕点亮测试程序(0.96 inch OLED screen lighting test program)
- 2020-06-18 01:20:01下载
- 积分:1
-
code
说明: 基于蚁群算法的 TSP 求解,分别采用蚁群算法和蚁群算法-粒子群混合算法进行优化求解,使用不同的交叉和变异适应度函数更新粒子,从而实现 TSP问题的优化求解,更加逼近实际问题。(Based on the TSP solution of ant colony algorithm, ant colony algorithm and hybrid algorithm of ant colony algorithm particle swarm optimization are used to solve the TSP, and different fitness functions of crossover and mutation are used to update the particles, so as to achieve the optimal solution of TSP, which is closer to the actual problem.)
- 2020-03-11 10:47:21下载
- 积分:1