-
词法分析程序的C语言程序框架,加深对词法分析原理的理解
词法分析程序的C语言程序框架,加深对词法分析原理的理解-lexical analysis procedure of the C Programming Language framework of lexical analysis to deepen the understanding of the principles
- 2022-03-18 16:39:54下载
- 积分:1
-
proteus大作业
说明: protues实现基于STC89C52的音乐播放以及LCD显示,并且可以通过USART命令控制LED灯的亮灭,适合初学者以及大学生进行实践学习,对应的keil代码已经上传,对于代码的编写格式和内部语句有详细注释,简单直观。(protues realizes music playing and LCD display based on STC89C52, and can control LED lights on and off through USART command. It is suitable for beginners and college students to practice and learn. It has detailed comments on the coding format and internal statements, which is simple and intuitive.)
- 2020-06-10 19:08:43下载
- 积分:1
-
bianyuantiqu
用0tsu方法和梯度算法分别对图像进行边缘提取 (Using methods and gradient algorithm 0tsu respectively image edge extraction)
- 2008-12-18 00:53:22下载
- 积分:1
-
基于仿真软件设计微带P. AWR微波仿真
基于AWR微波仿真软件的设计仿真微带功分器-AWR Microwave simulation based on the design of simulation software microstrip Power Splitter
- 2022-04-24 09:12:04下载
- 积分:1
-
disturbance
电能质量扰动信号,产生电压凹陷、谐波等信号。可以另外下载ST变换的源代码(Power quality disturbance signals, resulting in voltage sag, harmonics and other signals. In addition ST can download the source code transformation)
- 2021-05-13 03:30:03下载
- 积分:1
-
卡尔曼滤波器在运动目标中的跟踪研究概要.doc
说明: 论文针对运动目标跟踪的问题,建立了简洁有效的数学模型,在问题的解决中引入了Kalman滤波器系统,对其滤波算法进行了推导,深入理解了Kalman滤波器的迭代思想,并使用Matlab软件对Kalman滤波思想在运动目标跟踪问题中的应用进行了仿真验证,仿真结果表现正确无误。(Aiming at the problem of moving target tracking, this paper establishes a simple and effective mathematical model, introduces Kalman filter system into the solution of the problem, deduces its filtering algorithm, deeply understands the iterative idea of Kalman filter, and uses MATLAB software to simulate the application of Kalman filter idea in moving target tracking. The simulation results are correct No mistake.)
- 2019-11-24 23:16:08下载
- 积分:1
-
HEV
混合动力simulnk生成的代码 混合动力simulnk生成的代码混合动力simulnk生成的代码(The hybrid simulnk generated code)
- 2012-08-27 13:02:25下载
- 积分:1
-
yuce
用灰色预测理论实现负荷预测,可以任意取点(Gray prediction theory to achieve load forecasting, you can take an arbitrary point)
- 2021-04-27 09:58:44下载
- 积分:1
-
yue
说明: 采用ODBC技术,利用VC++对XLS文件的结构和记录内容进行了读取(The structure and record contents of XLS files are read by using ODBC technology and VC.)
- 2019-01-01 07:32:29下载
- 积分:1
-
算法实现题 最长公共子序列问题
给定两个序列
X = { x1 , x2 , ... , xm }
Y = { y1 , y2 , ... , yn...
算法实现题 最长公共子序列问题
给定两个序列
X = { x1 , x2 , ... , xm }
Y = { y1 , y2 , ... , yn }
求X和Y的一个最长公共子序列
举例
X = { a , b , c , b , d , a , b }
Y = { b , d , c , a , b , a }
最长公共子序列为
LSC = { b , c , b , a }-Algorithm to achieve the longest common sub-title sequence of the problem given two sequences X = (x1, x2, ..., xm) Y = (y1, y2, ..., yn) for X and Y, a maximum common substructure sequence, for example X = (a, b, c, b, d, a, b) Y = (b, d, c, a, b, a) the longest common sub-sequence for LSC = (b, c, b, a )
- 2022-03-02 12:22:07下载
- 积分:1