-
Trademarks-shape-matching
halcon与c#混合编程,实现商标的匹配与识别。
是初步学习混合编程的好例子。(halcon mixed programming with c#, realize trademark matching and recognition.
Preliminary study is a good example of mixed programming.)
- 2020-07-02 20:00:01下载
- 积分:1
-
偏最小二乘PLS的matlab代码实现
偏最小二乘PLS的matlab代码实现,可用于(The program computes the composition of benzene, toluene and p-xylene versus time in all column plates. The steady state values are plotted versus the plate number for all three components. This MATLAB program is adapted from an example given in Chemical Engineering Dynamics by Ingham et al., Wiley-VCH, 2000)
- 2022-05-15 11:59:36下载
- 积分:1
-
停等协议在c++上的代码
停等协议的代码停等协议的代码停等协议的代码停等协议的代码停等协议的代码停等协议的代码停等协议的代码停等协议的代码停等协议的代码停等协议的代码停等协议的代码
- 2023-03-03 13:35:04下载
- 积分:1
-
交通管理系统
这是一个交通监测系统,自动感知使用传感器每个车道的交通,然后发送信号的 toh 交通警察男子来相应地控制交通
- 2022-05-29 04:11:33下载
- 积分:1
-
C# 返回用户点击按钮的枚举
C# 返回用户点击按钮的枚举,这个比较有点个性了,平时好像用的不多,返回用户单击按钮后的信息,需要进行用户单击的判断,代码如下:
DialogResult dr = MessageBox.Show("消息信息", "标题", MessageBoxButtons.YesNoCancel);
switch (dr)//使用switch语句判断用户点击了哪个按钮
{
case DialogResult.Cancel://如果按下了Cancel则执行下面的语句块
MessageBox.Show("按下了Cancel");
break;
case DialogResult.No://如果按下了No则执行下面的语句块
MessageBox.Show("按下了No");
break;
case DialogResult.Yes://如果按下了Yes则执行下面的语句块
MessageBox.Show("按下了Yes");
break;
}
- 2023-02-16 09:40:03下载
- 积分:1
-
cepstrum-analysis
matlab 的关于到谱分析算法的程序,对于初学者有一定的帮助,易于学习到谱分析算法。(Matlab about spectrum analysis algorithm procedures for beginners have certain help, easy to learn spectrum analysis algorithm.
)
- 2011-05-22 16:13:20下载
- 积分:1
-
CSharpdrawcurve
说明: C#画坐标曲线,可同时画多条曲线,并可以根据需要自适应间距。(failed to translate)
- 2011-03-03 09:14:36下载
- 积分:1
-
Hex2Bin V1.1
可以将单片机裸机开发的hex文件转换成bin格式的文件,且支持64位Windows系统(Can be single bare metal development hex file into bin file format, and support for 64 bit Windows system)
- 2020-07-02 06:00:02下载
- 积分:1
-
shiyan2
通信网实验报告 用MATLAB实现话务量的计算(Communication network traffic using MATLAB realize the calculation)
- 2013-07-25 19:49:04下载
- 积分:1
-
文本进制转换
将数据文件为BIN文件格式转换成TXT文件,并且将其中的二进制数据转换成double型格式的数据。
- 2022-03-21 03:09:10下载
- 积分:1