搜索资源列表
有限状态机
- 有限状态机FSM思想广泛应用于硬件控制电路设计,也是软件上常用的一种处理方法(软件上称为FMM--有限消息机)。它把复杂的控制逻辑分解成有限个稳定状态,在每个状态上判断事件,变连续处理为离散数字处理,符合计算机的工作特点。同时,因为有限状态机具有有限个状态,所以可以在实际的工程上实现。但这并不意味着其只能进行有限次的处理,相反,有限状态机是闭环系统,有限无穷,可以用有限的状态,处理无穷的事务。-FSM thinking widely used hardware control circuit d
8843
- 游蛇吃豆游戏设计 一、 基本要求(必做) (1)键盘控制改变游蛇运动方向。 (2)碰到边框或栅栏游戏结束。 (3)吃掉豆子蛇身变长 (4)豆子全部吃光,游戏结束。 -snakes eat beans a game design, the basic requirements (regimen) (1) control of the keyboard to change snakes directions. (2) encounter frame or fence the
hsc12
- 变量定义,如果定义一个变量在特定的位置上面。-variable definition, definition of a variable in a particular location above.
The.definitive.guide.to.the.arm.cortex.m3.a
- 原文《The Defi nitive Guide to the ARM Cortex-M3》,此书为中文译文《CM3权威指南》,是学习arm最新内核cortex-m3的利器,译者 宋岩 文风幽默,使我们学习arm内核变得不再枯燥,强烈推荐。-The original " The Definitive Guide to the ARM Cortex-M3" , as the Chinese translation of the book " CM3 authori
LPC2138_PWM
- 使用LPC213X系列单片机产生PWM方波~通道、频率、占空比可调~不同频率均在定时时间上进行了校准~我使用的是11.0592M晶振,Hz单位,范围可达10-5-Use LPC213X MCU PWM square wave- generated channel, frequency, variable duty cycle- different frequencies were calibrated on a regular time- I am using 11.0592M crystal,
Variable-Auxiliary-Power-Supply-for-low-power-app
- voltage regulator for industrial application
KD040G1_VR_v013.ZIP
- BITEK BIT1628A master mode demo code for VR (Variable Resistor) in Keil A51.
ARM9_PWM
- 本源码是基于ARM9 S3C2440的PWM信号,利用S3C2440产生可变占空比的信号。此信号可驱动电机以达到变速效果-This source is a PWM signal based on ARM9 S3C2440, S3C2440 produce a variable duty cycle signal. This signal can drive motor in order to achieve variable speed effects
WIFI_sent
- 智能车摄像头将按键变量使用无线发送和图像无线发送-Smart car camera key variable wireless transmission using wireless transmission and image
frequency-converter
- 三菱PLC应用范例之变频信号产生的源码.-Mitsubishi PLC application example of the variable frequency signal generator source.
ADC
- 实现了ADC的转换,模/数转换器或者模拟/数字转换器。模数转换一般要经过采样、保持和量化、编码这几个步骤。将连续变量的模拟信号转换为离散的数字信号的器件。-ADC conversion, analog/digital converter or an analog/digital converter. Analog-to-digital conversion is generally sampled, maintain and quantify the coding of these steps.
51-control-motor-speed
- 能通过89c52单片机实现电机的pid调速,并通过5110液晶显示各个变量的情况-By 89c52 MCU motor pid governor and 5110 LCD display each variable
DSP28030
- DSP28030测试软件,实现了占空比一定,频率可变的PWM波输出,AD转换,CAN通讯。-DSP28030 test software, to achieve a certain duty cycle, variable frequency PWM wave output, AD converter, CAN communication.
PipelineCPU
- 这是我们设计的一个MIPS流水线CPU,基于Verilog HDL语言实现。它与传统的MIPS流水线CPU不同点在于,5个流水段各自维护一个变量(SelType)表明当前正在执行的指令类型,这样处理数据冒险、loaduse冒险或者跳转冒险时候每个段都能知道其他段正在处理的语句,从而方便我们的处理。-This is a MIPS pipelined CPU based on Verilog HDL language to achieve. It the the MIPS pipelined CPU
stm32
- 详细讲解stm32中各变量的长度,以便编程时灵活运用-Stm32 explain in detail the length of each variable in order to utilize programming
ADC3_DMA
- This example describes how to use the ADC3 and DMA to transfer continuously converted data from ADC3 to memory. The ADC3 is configured to convert continuously channel7. Each time an end of conversion occurs the DMA transfers, in circular mode,
FLASH_Program
- This example provides a descr iption of how to program the STM32F4xx FLASH. After Reset, the Flash memory Program/Erase Controller is locked. To unlock it, the FLASH_Unlock function is used. Before programming the desired addresses, an erase
430
- 程序 430 SPI 读写程序,包含读变量,写变量和芯片汊出。-Program 430 SPI read and write procedures, including variable read and write variables and chip branching out.
PWM_K60
- 基于K60核心板的多路PWMoutoutput,占空比、频率可变,并有lcd液晶显示。-K60 core board based multiplex PWMoutoutput, duty cycle, frequency variable, and lcd LCD.
Variable-integral-coefficient-PID-c
- C语言,变积分系数PID控制,模拟测试,直接运行看效果。-C language, variable integral coefficient of PID control, simulation test, run directly to see the effect.