CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - 缓冲区

搜索资源列表

  1. LCD12864直接写屏驱动程序

    1下载:
  2. LCD12864直接写屏驱动程序,12864LCD直接写屏,省去显示缓冲区,-LCD12864 written directly screen drivers, 12864LCD written directly screen, eliminating display buffer,
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:303610
    • 提供者:苏善伟
  1. r_buf

    0下载:
  2. 自己写的一个用在单片机串口通讯中的环形队列缓冲区管理模块。-himself wrote a serial microcontroller used in the communications ring buffer queue management module.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2148
    • 提供者:谢经波
  1. 关于dtmf的源程序代码的合集

    2下载:
  2. 程序名称:DTMF双音频检测 描述:初始化数字正弦振荡器状态 它将指定状态集的状态复制到通道对应的振荡器状态缓冲区中-procedures title : DTMF detection-Audio Descr iption : initial figures sinusoidal oscillators state designated the state will collect copies of the state access to the corresponding os
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:36197
    • 提供者:刘下雨
  1. c51jing

    0下载:
  2. 实现pc机键盘(p/s2接口)与8位单片机连接使用 原理:键盘时钟接在p3.2口,既8051的外部中断int0上,键盘数据接到p1.0上 每次按键,键盘会向单片机发脉冲使单片机发生外部中断,数据有p1.0口一位一位传进来 传回的数据格式为:1位开始位(0),8位数据位(所按按键的通码,用来识别按键),1位校验位(奇校验) 1位结束位(1) 实现:将键盘发回的数据放到一个缓冲区里(数组),当按键结束后发生内部中断来处理所按的按键 缺点:由于51单片机的容量有限所以缓冲区不可
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:4074
    • 提供者:jy
  1. avr_serial

    0下载:
  2. 强大的AVR串口通讯程序. 使用中断,发送/接收缓冲区方式,速度快效率高-powerful serial communication program. Use interruption, send / receive buffer, high-speed efficiency
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2781
    • 提供者:邓小平
  1. fork

    0下载:
  2. 模拟操作系统底层通过管道的文件传送,定义读写缓冲区,编译后,可看到结果-underlying operating system simulation through the pipeline transmission of documents, the definition read and write buffer compiled, we can see the results
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:931
    • 提供者:Wandy_1234
  1. TMS320F2812-FFT

    2下载:
  2. F2812 标准FFT算法,128点,256点,512点,1024点FFT算法,具体做法为将库含数FFT.LIB加入的目标项目,加入对应的C含数和头文件,特别注意的FFT算法缓冲去一定要存放在0X8000H中的内部缓冲区中!!!切记,本人调试时就走了很多弯路啊-F2812 standard FFT algorithm, 128, 256, 512, 1024-point FFT algorithm, the specific approach to the library will join w
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:24244
    • 提供者:孙玉海
  1. S3C44B0Xcomm

    0下载:
  2. 通过讨论常见的串口软件使用的方法,提出基于一种称之为双缓冲队列的串口缓冲区管理策略的串口软件模块的实现方法和其中要注意的问题。-through discussion of the common use of serial software, Based on the call a double-buffer queue Serial buffer management strategy Serial software modules and the method to which attenti
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:47706
    • 提供者:金阳
  1. overSHANGJI

    0下载:
  2. 微机原理课程设计_打字计时练习_汇编课程设计说明:这是一个打字计时练习的程序,在缓冲区中预放了一些字母,运行时,可按照屏幕上 显示的字母输入练习,每输入完一行按回车键后,可显示出练习输入的时间. -Computer Curriculum Design Principle time to practice typing _ _ compilation of curriculum design : This is a time to practice typing procedures, t
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:6221
    • 提供者:3313658
  1. rs232_int

    0下载:
  2. 一个中断驱动的具有缓冲区的串口源码(C)-an Interrupt-driven serial port with the source buffer (C)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:114737
    • 提供者:王有庆
  1. 8051xianshi

    0下载:
  2. 静态显示8051程序, 将预置在显示缓冲区中的6个数置换成相应的显示字形,然后输出到显示器中显示。运行以上程序,数码管将显示543210。-static display 8,051 procedure will be preset in the display buffer of 6% corresponding number of replacement shows font, then the output to a monitor display. Run the above proc
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:1002
    • 提供者:袁军
  1. as1

    0下载:
  2. FREESCALE 16位单片机片MC9S12DG128的串口驱动程序,环行缓冲区大小可设置,支持半双工RS485通信,可调用用户事件-SCM MC9S12DG128 Serial Driver, Ring buffer size can be set up to support half-duplex RS485 communications, users can call the incident
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:8050
    • 提供者:冯树德
  1. MC9S12DG128_key

    1下载:
  2. FREESCALE 16位单片机片MC9S12DG128的键盘驱动程序,键盘缓冲区大小可设,支持按键的快加快减操作-SCM MC9S12DG128 keyboard driver, keyboard buffer size can be installed to support the button to accelerate quickly to reduce operating
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:4996
    • 提供者:冯树德
  1. ASKdecoder

    0下载:
  2. 通用ASK信号解码接收程序 1. 接收数据位数最多为40(5*8)位. 2. 由定时器对time进行渐增,在TCC中断程序中加入\"INC TIME\". 3. 宽脉冲最大允许时间和最小允许时间的计算方式: 脉冲允许时间=TCC 中断时间(us)*设定数据 4. 在接收到完整的数据后建立rx_data_ok标志. 5. 该子程序由主程序调用. 6. 数据格式:rx_data5.7为最高位,rx_data1.0为最低位. 7.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:1638
    • 提供者:何宇
  1. S1D13305lcd320240

    1下载:
  2. 这是我做的针对S1D13305的驱动源码,我集成了ASCII码字库和一级简码汉字库,可以显示任意常用汉字和英文字符,另外还有基本的画线、圆、多边形以及填充等功能!但是由于画图时是边计算边显示,所以显示效果会有抖动,只需通过缓冲区作为中转站就可以解决问题,这个问题就让给使用者解决了! 如有问题可以发email给我,xianyun.wang@gmail.com-This is what I do against the S1D13305 driver source code, I integra
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:277917
    • 提供者:王现运
  1. 640UsbDebug

    0下载:
  2. 如果您用的是51等慢速的单片机可能没什么事情,当用ARM等快速的处理器作大量数据传输时可能会出现丢包的现象。在MCU连续的给主机发包的过程中,主机还没有将上一个包的数据从D12读走(就是D12的缓冲区处于满的情况),MCU又将另一个包写进去时会覆盖掉以前的。因此在每写入一个包时必须先判断D12有没有空的缓冲区,-If you use the other 51 may slow the SCM little things, When using such fast ARM processor fo
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:108699
    • 提供者:shang
  1. Serialz

    1下载:
  2. 一个很不错C51串口小程序 输入和输出缓冲区可设置大小 波特率自动计算设置并带有测试程序.-a quite small procedures C51 serial input and output buffer size baud rate can be set up to install and automatically calculated with the test.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:11562
    • 提供者:zdy
  1. UART

    0下载:
  2. 单片机串口通信,收发数据缓冲区示例,在中断中不处理接收的数据,只是按循环队的方式将数据存起来,标示Buf中有多少个数据,在主程序中去查询.-Microcontroller serial communication, send and receive data buffer example, in the interrupt does not handle the data received, but on a revolving team approach to store data toget
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-05
    • 文件大小:1109
    • 提供者:zhang
  1. STM32环形缓冲区

    0下载:
  2. 从机智云移植过来的环形缓冲区,使用时,只需要关注处理接收区即可,非常方便。(From the ring buffer, machine Zhiyun transplant when in use, only need to pay attention to the receiving area can handle, very convenient.)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2018-01-03
    • 文件大小:3064832
    • 提供者:蒙古战狼
  1. ByteQueue

    0下载:
  2. 队列缓冲区设定模块,可用于串口、按键、AD等需要较大缓冲区的工程(A queue buffer setting module, which can be used for a project with a larger buffer, such as serial ports, keys, AD, etc.)
  3. 所属分类:嵌入式/单片机/硬件编程

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:雲山
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com