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

搜索资源列表

  1. MCU_Key

    0下载:
  2. 这是一个为51系列单片机开发的4*4键盘驱动程序。该驱动程序包括2个文件,使用时将C文件关联入工程,在调用文件前包含H文件即可。本键盘驱动程序具有两个接口函数提供两种扫描方式(阻塞和非阻塞),可以任意定制返回键值,具有防抖动处理,具体使用方法可以参见注释。(本程序在Keil C51开发环境中测试成功,并经过多次实践应用)。-This is a series of 51 MCU development of the 4 * 4 keyboard driver. The drive included
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3871
    • 提供者:LENG
  1. blocking_nonblocking

    0下载:
  2. 讲述阻塞与非阻塞赋值的资料,很不错的资料,其实vhdl和verilog差别不打的
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:322676
    • 提供者:江南
  1. com0

    0下载:
  2. 非阻塞方式的COM0的驱动-nonblocking mode of the drive COM0
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:98150
    • 提供者:李靖
  1. How-to-comport

    0下载:
  2. 在linux如何读写串口,有几种模式阻塞,非阻塞,IO复用,异步模式-In linux how to read and write serial port, there are several models obstruction, non-blocking, IO multiplexing, asynchronous mode, etc.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:80240
    • 提供者:jiangyong
  1. Verilog--shiyanbaogao

    0下载:
  2. 有实验结果,用MOSIN6编写的,是Verilog HDL语言实现的. 练习三 利用条件语句实现计数分频时序电路 实验目的: 1. 掌握条件语句在简单时序模块设计中的使用; 2. 学习在Verilog模块中应用计数器; 3. 学习测试模块的编写、综合和不同层次的仿真。 练习四 阻塞赋值与非阻塞赋值的区别 实验目的: 1. 通过实验,掌握阻塞赋值与非阻塞赋值的概念和区别; 2. 了解阻塞赋值与非阻塞赋值的不同使用场合; 3. 学习测试模块的编写、综合和不同层
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:15937
    • 提供者:盼盼
  1. Verilogblock_in_codingandsynthesize

    0下载:
  2. Verilog编码与综合中的非阻塞性赋值。中文版-Verilog coding and synthesis of the non-blocking assignments. Chinese
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:147830
    • 提供者:sss
  1. s3c2440_button

    0下载:
  2. button 驱动,在应用层监控底层button driver 的动作时一般是开一个线程或进程,采用轮询的模式,这样很容易导致cpu占用时间达80 以上,严重拖累系统速度;为解决这种缺点,我们应该在底层button驱动中加入非阻塞模式的访问控制,如附件方法。-button-driven, application-layer control in the bottom button driver when the action is usually to open a thread or proc
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-03
    • 文件大小:1886
    • 提供者:Gavin
  1. Linux divice diver

    1下载:
  2. Linux设备驱动的现状 从non­ os驱动到Linux驱动 内核设施  自旋锁、信号量、互斥量、完成量  异步通知、信号  阻塞与非阻塞  内存与I/O操作,DMA  中断,top  half/bottom  half 字符设备驱动 复杂设备驱动的框架  LCD设备FRAMEBUFFER  FLASH设备MTD  TTY设备  块设备 用户空间的设备驱动 设备驱动开发流程  开
  3. 所属分类:嵌入式Linux

    • 发布日期:2013-04-30
    • 文件大小:1050404
    • 提供者:门票
  1. block-and-nonblock

    0下载:
  2. 对于可综合风格、阻塞和非阻塞的详细讲解,教学用ppt。-A ppt about integrated style, blocking and nonblocking details, for teaching.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:25499
    • 提供者:kid
  1. adder2

    0下载:
  2. 此源代码是基于Verilog语言的持续赋值方式定义的 2 选 1 多路选择器 、阻塞赋值方式定义的 2 选 1 多路选择器、非阻塞赋值、阻塞赋值、模为 60 的 BCD码加法计数器 、模为 60 的 BCD码加法计数器、BCD码—七段数码管显示译码器、用 casez 描述的数据选择器、隐含锁存器举例 ,特别是模为 60 的 BCD码加法计数器,这是我目前发现的最优源代码,应用于解码器领域。-This source code is based on the Verilog language def
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:1080
    • 提供者:王柔毅
  1. Block.nonblock

    0下载:
  2. verilog 中阻塞和非阻塞的电路设计的比较 代码和设计图-Verilog and VHDL block and nonblock design comparison code and layout
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-05
    • 文件大小:103508
    • 提供者:
  1. delay

    0下载:
  2. 1. Blocking_LHS_Delay:阻塞赋值左式延时。 2. Blocking_RHS_Delay:阻塞赋值右式延时。 3. NonBlocking_LHS_Delay:非阻塞赋值左式延时。 4. NonBlocking_RHS_Delay:非阻塞赋值右式延时。 -1. Blocking_LHS_Delay: blocking assignment left-style delay. 2. Blocking_RHS_Delay: blocking assignment t
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:7460
    • 提供者:李拉
  1. Example-8-2

    0下载:
  2. Verilog延时建模设计 Example-8-2目录下为设计工程子目录,目录中包含以下内容。 1. Blocking_LHS_Delay:阻塞赋值左式延时。 2. Blocking_RHS_Delay:阻塞赋值右式延时。 3. NonBlocking_LHS_Delay:非阻塞赋值左式延时。 4. NonBlocking_RHS_Delay:非阻塞赋值右式延时。 -Delay Modeling Verilog Design Example-8-2 design engi
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:7509
    • 提供者:林立
  1. 43iprj

    0下载:
  2. keil C51非阻塞式串口通信 本程序适用于学习交流,对读入一个字节(不带回车)读入一个字符串带回车,发送字符串函数测试成功。 本程序可以连续收发字符串,而不会发生字符串输出错误的问题。并添加了字符串比对函数(大小写不敏感), 输入So2,自动回复success,比对成功。 所以本程序使用中断,非堵塞方式发送接受,缺点是占用一些内存,缓冲区大小可自由配置。 如果发现BUG请发送邮件到:我的邮箱:bjzll520@foxmail.com 本程序改编自BL
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:47359
    • 提供者:shuangfeiyuer
  1. kanmengouanjian

    0下载:
  2. 看门狗定时器做独立 键盘的检测。 非阻塞式的,随意添加进相应工程中。-Independent watchdog timer to do the keyboard detection. Non-blocking, feel free to add into the appropriate project.
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:1340
    • 提供者:刘尚霖
  1. linux_device_poll

    0下载:
  2. linux_device_poll poll接口是判断是否有数据可以读写,使用于select函数来查询设备当前状态,以便用户获知是否对数据进行非阻塞访问-linux_device_poll poll interface is to determine whether there is data to read and write, use the select function to query the device on the current state, so that users a
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-08
    • 文件大小:79438
    • 提供者:sun
  1. D

    0下载:
  2. 此程序为以D触发器为基础的电路连接图,用于证明与学习阻塞赋值与非阻塞赋值的区别,已仿真成功。-This procedure is based on the D flip-flop circuit connection diagram for the proof and the blocking assignments and nonblocking assignments to learn the difference between the simulation has been succes
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:302408
    • 提供者:xun
  1. verilog

    0下载:
  2. 里面总共有三个程序,功能是实现2\3双模分频的功能,同时比较了阻塞与非阻塞语句的区别;-It has a total of three programs, the function is to realize 2, 3 dual mode points the function of the frequency, and compared with the obstruction of obstruction statement difference
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-07
    • 文件大小:2933
    • 提供者:文杰
  1. Verilog-summary

    0下载:
  2. verilog非阻塞赋值总结,很有用的总结-verilog non-blocking assignment summary
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:226881
    • 提供者:杨睿
  1. work

    0下载:
  2. msp430 学习非阻塞按键中,利用P1.0-P1.5控制P1.6LED灯的变化(MSP430 learning non blocking keys, using P1.0-P1.5 to control the change of P1.6LED lights.)
  3. 所属分类:单片机开发

    • 发布日期:2018-05-06
    • 文件大小:35840
    • 提供者:程小
« 12 »
搜珍网 www.dssz.com