搜索资源列表
ScrollText
- 派生了一个CStatic类,该类能够循环输出多行文本,效果很好。
sina
- 正弦信号数据发生器,程序采样256点,可实现循环输出和调频。
sin-genereter
- 首先,单片机计算出正弦波所需的ad转换数据,将此数据存入数组,然后将数据放入fifo,单片机只需读fifo,(将fifo设置成循环输出模式)就可得所需波形,另外,控制延时时间,即可控制频率。
bjgm
- 四间隔频率变化,并循环输出50~51ms之间的频率。
WHILE循环语句的翻译程序设计(LL(1)法、输出三地址表示)
- WHILE循环语句的翻译程序设计
WHILE循环语句的翻译程序设计(LL(1)法、输出四元式)
- WHILE循环语句的翻译程序设计(LL(1)法、输出四元式)源代码
while循环 简单优先 四元式
- while循环语句的翻译 简单优先法 四元式输出
bycksj
- 编译原理课程设计之条件语句的翻译程序设计(LR方法、输出三地址表示) -Compiler Design Principle conditional statement translation program design (LR, said output three addresses)
WHILE语句的翻译
- 用简单优先法设计并编写一个WHILE循环语句的语法及语义分析程序并输出用四元式表示的中间代码,同时实现词法分析程序对单词序列的词法检查和分析。-simple priority Design and prepare a WHILE loop is the syntax and semantic analysis procedures used and output 4 yuan, said the middle-code, while a
长整形运算
- 一、问题描述 设计一个实现任意长的整数进行加法运算的演示程序。 二、需求分析 (1)利用双向循环链表实现长整数的存储,每个结点含一个整形变量,任何整形变量的范围是-(215-1) ~ (215-1)。输入和输出形式:按中国对于长整数的表示习惯,每四位一组,组间用逗号隔开。-a problem describe the design to achieve an arbitrarily long integer additi
12304216
- 约瑟夫问题的程序 利用单向循环链表纯出结构模拟过程 按照列的顺序输出各人的编号-Joseph procedures for the use of the one-way circle Chain out pure simulation process in accordance with the structure shown in the sequence each output the numbers
CGSnapShot
- 演示连续采集指定帧数图像到内存,然后循环回放。 利用CGSnapShot采集图像到内存,采集的总帧数根据当前分配的静态内存大小和视频输出窗口及视频格式决定。采集结束后,按采集顺序在客户区进行循环回显,循环的次数可由程序控制。 -designated demonstration of continuous acquisition of Image fr a me memory, and then cycle intervals.
ScrollText
- 派生了一个CStatic类,该类能够循环输出多行文本,效果很好。-A CStatic derived class, be able to cycle the output of these multiple lines of text, very good.
WHLEfenxi
- HILE循环语句的翻译程序设计(递归下降法、输出三地址表示)-HILE loop translation programming (recursive descent method, the output address of said three)
xunhuanma
- 循环码的编码和译码算法。有两种编码器:K级和n-K级。配有译法算法。输入生成多项式或校验多项式,输入信息,就能得到编码输出。-Cyclic code encoding and decoding algorithm. There are two encoder: K-class and class nK. With a translation algorithm. Input to generate checksum polynomial
dllist
- 创建长度为n的双向循环链表,值为整数。 查找第k个元素并输出。 删除所有值为m的元素。 逆置链表并输出。-To create a length of n two-way circulation list, the value of an integer. Find the first k elements and output. Delete all the value of m elements. Inverse Purc
sina
- 正弦信号数据发生器,程序采样256点,可实现循环输出和调频。-Sinusoidal signal generator, data, procedures sampling 256 points, can realize the cycle output and FM.
74HC164串行输出控制8-16循环灯
- 74HC164串行输出控制8-16循环灯(74HC164 serial output control 8-16 cycle light)
PWM输出实验
- 实验目的: 学习定时器的PWM功能 硬件资源: 1,DS0(连接在PB1) 2,定时器3(TIM3),使用TIM3通道4(CH4),将TIM3_CH4输出到PB1.从而实现PWM输 出控制DS0亮度. 实验现象: 本实验,DS0由暗到亮,再由亮到暗,再由暗到亮,依次循环.(stm32f7 pwm output Objective: Learning the PWM function of
cycle_output
- 使用Python语言,利用递归的方式,实现顺时针输出整个矩阵中的每一个元素。同时还写了实现这个方法的超级简化版代码,体现了Python编程语言简洁的优点(Using Python language and recursive method, each element of the whole matrix can be output clockwise. At the same time, the simplified code to