-
时钟接口
应用背景根据地铁时钟系统的内定协议进行数据解析、处理。PIS系统与时钟系统接口软件能够接收时钟系统发送的时钟信息,并且根据该信息校正控制中心服务器的系统时钟。关键技术串口通讯,软件主要有三个功能模块,分别是负责RS422链路数据接收的模块,以及数据处理模块,其中:数据接收模块,完成接口属性配置,并接收由RS422接口收到的数据;数据解析模块将RS422接口收到的数据解析成会议纪要中的格式,在接收到一个符合会议纪要中定义长度的数据后,将通知数据处理模块;数据处理模块,根据会议纪要中的描述处理数据。
- 2022-05-06 02:44:42下载
- 积分:1
-
在线签名鉴定,用AR实现算法和DTW算法实现,还包括一个比较综合的实例,对此方面研究的朋友有用处,这是官方书籍中附带的一个源程序。...
在线签名鉴定,用AR实现算法和DTW算法实现,还包括一个比较综合的实例,对此方面研究的朋友有用处,这是官方书籍中附带的一个源程序。-On-line signature verification, using AR algorithm and DTW algorithm, but also includes a more comprehensive example of research in this area is useful friends, this is the official book accompanying a source.
- 2022-05-08 06:18:27下载
- 积分:1
-
对.bmp格式的图像进行快速傅立叶变换,包含测试图像。
对.bmp格式的图像进行快速傅立叶变换,包含测试图像。-On. Bmp format images fast Fourier transform, including the test images.
- 2022-09-08 11:35:02下载
- 积分:1
-
主要用于半导体激光器的调制程序的计算;…
主要用于计算半导体激光器调制的程序;可以针对常用的半导体激光器的调制进行数值分析-mainly used in the calculation of the semiconductor laser modulation procedures; can address common semiconductor laser modulation Numerical Analysis
- 2023-03-13 07:10:04下载
- 积分:1
-
词频统计C++
给定一篇英文文本,要求提取其中所有的单词并计算其一元词频(某个单词出现的次数)和二元词频(两个连续单词出现的次数)
举例:I have an apple . And you have an apple , too .
输出: i--1,have--2,an--2,apple--2,and--2,you--1,too--1
an apple--2
- 2023-04-02 15:30:05下载
- 积分:1
-
Exceptional C++ shows by example how to go about solid software engineering. Alo...
Exceptional C++ shows by example how to go about solid software engineering. Along with a lot of other material, this book includes expanded versions of the first 30 issues of the popular Internet C++ feature Guru of the Week (or, in its short form, GotW), a series of self-contained C++ engineering problems and solutions that illustrate specific design and coding techniques.
- 2022-12-15 03:15:03下载
- 积分:1
-
error detection and correction
this code is downed from website and can detect the data`s error and correct it .it can detect 2 bit error and correct 1bit error for 512bytes or 256 words data.
- 2022-02-20 02:06:51下载
- 积分:1
-
矩阵得基本运算(数组实现)
矩阵得基本运算(数组实现)-matrix in the basic operations (Array achieved)
- 2022-09-12 21:30:03下载
- 积分:1
-
数值分析第八版,由负担和菲尔斯(Mathematica)
Numerical Anaysis 8th Edition, by Burden and Faires (Mathematica Source)
- 2023-01-20 10:05:04下载
- 积分:1
-
快速傅立叶变换算法中的分裂基算法,又称基2/4算法,对一维序列,这种算法使FFT比较完善...
快速傅立叶变换算法中的分裂基算法,又称基2/4算法,对一维序列,这种算法使FFT比较完善-Fast Fourier Transform algorithm separatist base algorithm, also known as base 2/4 algorithm, the one-dimensional sequence, so FFT algorithm sound
- 2022-03-22 19:14:52下载
- 积分:1