搜索资源列表
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
can--tiaoshi
- 系统can地址为550,用于can系统测试,应用T0定时器每隔1s向can总线发送一组数据:数据长度为8个字节, 首字节为05H,第二个字节为累加变量,每秒钟数值增加1,-system can address 550 for the test system can, Application T0 1s to every timer can send a bus of data : data length of 8 bytes the first byte of 05H, the s
EZMac_Plus
- Integration的EZMac Plus,对于开发IA4420/4421很有用! Variable packet length protocol with packet forwarding capability MAC layer for simplifying EZRadio designs
MBUSprotocol
- MBUS协议 The bus communication system of EN1434-3 is commonly called M-Bus. Its application layer describes a standard especially for meter readout. It can be used with various physical layers and with link layers and network layers which supp
calender
- KEIL下编的SST89E58单片机万年历(定时器)程序,包含一般的公历、时间,还带一个秒表,农历(1901-2100年),采用四个按键(按键一为功能/设定切换,按键二为下调,按键三为上调,按键四为状态恢复键),其中按键包含长按键变加速处理等!采用1602LCD作为显示,硬件连接可以参照头文件定义!-KEIL under the SST89E58 Singlechip calendar (timer) procedures, including the general calendar, tim
Tcontrol
- 应用于各种环境任意长度开关定时应用程序,可用于控制设备老化测试,可变PWM输出等-Used in a variety of environmental applications开关定时arbitrary length can be used to control equipment aging test, a variable, such as PWM output. .
tes
- 椭圆表盘,与表盘适应的变长指针,使用了定时器-Oval dial with the dial indicator variable length adaptation, the use of a timer
wei
- 为随机序列的FPGA实现 可变长度。值得学习-FPGA realization of a random sequence of variable length. Worth learning
meanFilter
- This is a variable length window averaging filter that uses an MCP3002 ADC with SPI interface to sample an analog input, and has a PWM that can be run through a low-pass filter to produce an analog output. The design was simulated in Modelsim with no
gam1
- A Low-power Variable-length FFT Processor Base on Radix-24 Algorithm
gam2
- A Low-power Variable-length FFT Processor Base on Radix-24 Algorithm
12864-LCD-display-dictionaries
- uS延时函数,含有输入参数 unsigned char t,无返回值 unsigned char 是定义无符号字符变量,其值的范围是 0~255 这里使用晶振12M,精确延时请使用汇编,大致延时 长度如下 T=tx2+5 uS -uS delay function, with input parameters unsigned char t, unsigned char has no return value is defined unsigned char variable,
peizhi
- FLASH存储读写控制,可以方便的存储一些常用变量参数,如次数、大小、长度等。-FLASH memory read and write control, you can easily store some frequently used variable parameters, such as number, size, length and so on.
vcPP
- 目标跟踪histogram是一个24位的灰度数组,长度是2的24次方。此函数用于统计24位彩色图像的直方图(但这并不是一个能够独立使用的函数,有全局变量), 方法是定义了一个移动的跟踪窗口(trackwinwidth x trackwinheight). -Target tracking 自动检测中英文中译英英译中百度翻译 翻译结果(中 > 英)复制结果 Histogram is a 24 bit gray array, length is 2 to the powe
51_musiced
- 51單晶片使用 4*4 鍵盤,在鍵盤上有8 個音階加上可將之前按過的聲音播放出來的 PLAY 鍵,還有一個CLEAR 鍵可將剛剛所錄的音階清除RAM 中的資料 以便做下一次的聲音錄製所用。輸出的部份主要是使用一個喇叭,在 按下按鍵的同時立即播放出所按下的音階,再搭配LCD 將按下的音階 使用音樂簡譜表現出來,每當增加一個音時並不清除之前的輸入,所 以在輸入完成時我們即可知道我們所有的輸入音階,讓使用者僅透過 LCD 即可知道輸入是否正確。而在輸入的同時,在程式的內部裡
DTMF
- DTMF(双音多频)信号的产生和检测 1、程序分两部分,前半部分为DTMF 产生,后半部分为DTMF 检测。 2、DTMF 产生中用数组in设定键值,数组长度为16,范围0~15,可人工改写; 3、数组xr为产生的行频信号,长度为102,32位浮点型; 数组xc为产生的列频信号,长度为102,32位浮点型; 数组x为产生的双音频信号,长度102点,32位浮点型; 4、数组z为DTMF检测中能量模板 ,以完成按键的行位置及列位置检测; 6、变量outkeycol
nRF24L01
- 基于STM32的nRF24L01的驱动,实现了多发一收功能、自己反复测试整理的代码,希望对大家都有用。测试了固定长度收发(使用ACK及不使用ACK)、特别是可变长度收发(使用ACK及不使用ACK,以及使用带回传数据的ACK),其它地方找不到的代码。-Based on the STM32 nRF24L01 the drive to achieve a multi-function hair a close, finishing his repeated testing of the code, w
DMA_for_USART3
- STM32的USART3,通过DMA实现串口数据的接收和发送,接收长度可变,发送长度可变-STM32 USART3, realize serial port through the DMA data receiving and sending, receiving variable length and send the length variable
F469USART
- 在STM32F469上实现DMA方式收发UART数据的工程,可以收发不定长度的数据,相比较中断更为灵活。主要DMA部分的驱动代码已经封装-In the STM32F469 to achieve the DMA way to send and receive UART data engineering, can send and receive variable length of the data, compared to more flexible interrupt. The main DM
STM32F103RB_DMA_RX_TX
- //DMA串口发送\接收 //功能描述:可以通过按键进行串口DMA发送,两个按键分别发送不同的东西, //按键定义可以在key.c中查看,发送的长度可以在函数中修改 //串口接收长度可以通过变量RX_DATA_LENTH修改,串口接收后通过USART_SendData函数发送回去(//DMA serial send / receive Function Descr iption: / / can be sent through the serial port DMA keys, two
