虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

非阻塞

  • Verilog编码中的非阻塞性赋值

      One of the most misunderstood constructs in the Verilog language is the nonblockingassignment. Even very experienced Verilog designers do not fully understand how nonblockingassignments are scheduled in an IEEE compliant Verilog simulator and do not understand whenand why nonblocking assignments should be used. This paper details how Verilog blocking andnonblocking assignments are scheduled, gives important coding guidelines to infer correctsynthesizable logic and details coding styles to avoid Verilog simulation race conditions

    标签: Verilog 编码 非阻塞性赋值

    上传时间: 2013-10-17

    上传用户:tb_6877751

  • Windows平台下的网络异步通讯编程技术

    集中探讨了MFC提供的异步非阻塞类CAsyncSocket的特点,包括类对象的创建、异步选择机制以及对网络事件的响应。以及采用CAsyncSocket类进行网络通信的通信流程,并结合实际开发经验,介绍了使用CAsyncSocket类进行网络编程的基本框架。通过使用可大大提高编程的效率。

    标签: Windows 网络 异步通讯 编程技术

    上传时间: 2013-10-24

    上传用户:Shaikh

  • Java NIO反应器模式设计

    Javal.4引入的NIO包里,最引人注目的是加入了非阻塞I/O。和IO包提供的阻塞模型不同,NIO在对一个非阻塞的连接进行操作时,调用会立即返回,而不是挂起等待.

    标签: Java NIO 反应器 模式

    上传时间: 2013-10-19

    上传用户:asdfasdfd

  • Verilog编码中的非阻塞性赋值

      One of the most misunderstood constructs in the Verilog language is the nonblockingassignment. Even very experienced Verilog designers do not fully understand how nonblockingassignments are scheduled in an IEEE compliant Verilog simulator and do not understand whenand why nonblocking assignments should be used. This paper details how Verilog blocking andnonblocking assignments are scheduled, gives important coding guidelines to infer correctsynthesizable logic and details coding styles to avoid Verilog simulation race conditions

    标签: Verilog 编码 非阻塞性赋值

    上传时间: 2013-11-01

    上传用户:xzt

  • 一个Delphi6.0的SGIP例子 包含了一个服务端和一个客户端

    一个Delphi6.0的SGIP例子 包含了一个服务端和一个客户端,协议共用,服务端为非阻塞长连接,客户端为阻塞短连接,

    标签: Delphi SGIP 6.0 服务端

    上传时间: 2015-04-04

    上传用户:VRMMO

  • 这是一个为51系列单片机开发的4*4键盘驱动程序。该驱动程序包括2个文件

    这是一个为51系列单片机开发的4*4键盘驱动程序。该驱动程序包括2个文件,使用时将C文件关联入工程,在调用文件前包含H文件即可。本键盘驱动程序具有两个接口函数提供两种扫描方式(阻塞和非阻塞),可以任意定制返回键值,具有防抖动处理,具体使用方法可以参见注释。(本程序在Keil C51开发环境中测试成功,并经过多次实践应用)。

    标签: 51系列 单片机开发 键盘驱动 程序

    上传时间: 2013-12-24

    上传用户:xuanchangri

  • linux环境下串口函数封包

    linux环境下串口函数封包,避免繁琐的linux串口通讯中参数设置的flag设置,还要方便设置阻塞和非阻塞方式

    标签: linux 环境 串口 函数

    上传时间: 2013-12-21

    上传用户:牛津鞋

  • 进程调度的设计与实现1. 综合应用下列知识点设计并实现操作系统的进程调度:邻接表

    进程调度的设计与实现1. 综合应用下列知识点设计并实现操作系统的进程调度:邻接表,布尔数组,非阻塞输入,图形用户界面 GUI,进程控制块,进程状态转换,多 级反馈队列进程调度算法。 2. 加深理解操作系统进程调度的过程。 3. 加深理解多级反馈队列进程调度算法。

    标签: 进程 调度 操作系统

    上传时间: 2014-01-18

    上传用户:saharawalker

  • 能够对串口进行读写

    能够对串口进行读写,监视的类。利用线程实现了非阻塞调用。

    标签: 串口 读写

    上传时间: 2013-12-24

    上传用户:米卡

  • mfc套接字编程

    mfc套接字编程,包括无连接的通信,有连接的通信,阻塞和非阻塞模式

    标签: mfc 套接 编程

    上传时间: 2014-01-27

    上传用户:xzt