-
MutiWindow
实现在一个界面当中划分为多个视图区域,每个区域各自画图,即多视图操作(Implement an interface in which multiple views into zones, each with their own drawing, a multi-view operation)
- 2011-08-19 17:14:49下载
- 积分:1
-
ti_dcs
2802 步进电机控制器,可以作为步进电机驱动设计的重要参考(2802 stepper motor controller, stepper motor driver can be used as an important reference design)
- 2008-08-01 10:02:13下载
- 积分:1
-
LL(1)文法
FIRST(α)的构造实现代码
FIRST(α)的构造算法
要构造FIRST(α),根据定义:
α=X1?Xn
那么对于从前到后的Xi我们进行分类讨论:
如果Xi∈Vt,那么FIRST(α)=FIRST(Xi)={Xi}
如果Xi∈Vn,因为不存在左递归,所以Xi=a.......|?,那么FIRST(Xi)={a,?,FIRST(Xi+1)}
只要Xi?1不包含?,那么Xi不可能影响FIRST(α)
那么我们通过记录每个a∈V,然后进行深度优先记忆化搜索,将所有的状态填满,因为LL(1)文法使不会回溯的,所以能够保证在O(n)的时间完成,采取递归的形式实现
- 2022-03-15 19:33:58下载
- 积分:1
-
ex7_10
本段代为顺序存储方式的循环队列类模板,介绍比较详细。(The section on behalf of the order of storage of the circular queue class template describes in more detail.)
- 2011-08-27 20:25:34下载
- 积分:1
-
matlab_vc_combination
该程序在VC中完成了与matlab的混合编程,用vc调用matlab中的绘图函数。(The program completed in VC mixed with matlab programming, matlab call with vc the drawing function.)
- 2009-04-23 11:19:11下载
- 积分:1
-
ADC+ema占空比测量
说明: STM32单片机利用16路AD测量占空比,测量高频信号占空比(High frequency signal to measure duty ratio)
- 2020-06-23 17:20:02下载
- 积分:1
-
小四轴串级PID代码
小四轴串级PID代码,速度环加加速度环,很稳,爽飞
- 2022-02-21 00:35:29下载
- 积分:1
-
LED
LED显示屏的设计可以实现动态字体的左移右移上下移动等功能(LED display is designed to realize the right to move to the left and so on down the function of dynamic fonts)
- 2015-03-31 08:54:31下载
- 积分:1
-
pov
说明: 利用STM32F103来实现旋转LED功能,显示汉字(Realize the function of rotating LED)
- 2020-12-23 12:19:07下载
- 积分:1
-
一个c#写的计算器,供初学者参考,含科学计算器功能。
一个c#写的计算器,供初学者参考,含科学计算器功能。-A c# Written calculators, reference for beginners, including a scientific calculator functions.
- 2022-02-12 16:55:23下载
- 积分:1