搜索资源列表
Linux设备驱动程序(第二版)
- 本书面向的读者是那些想在Linux操作系统下支持各种计算机外设,或者想开发新的硬件并在Linux下运行的人们。Linux是Unix市场中增长最快的部分,并且在许多应用领域获得了广泛的支持。现在,人们越来越清楚地认识到Linux是嵌入式系统的一个极佳平台,本书第二版已经成为该领域的经典之作。本书作者将以往那些口述式的经验和知识、或者隐晦的源代码注释上升为系统地讲述各种设备驱动程序编写方法的著作。Linux内核的2.4版在设备驱动程序方面发
通用事件驱动套接字
- 通用事件驱动套接字
Keybord
- 本程序是windows是关于接受键盘响应的一个练习程序,具体反映了事件驱动的特点。-windows on the acceptance of the keyboard is the response of a practice procedures, as reflected in the event-driven characteristics.
存储管理源代码
- 分区式存储管理源代码 一、可变分区存储管理的基本策略 1)不预先划分几个固定分区,分区的建立是在作业的处理过程中进行的,各分区的大小由作业的空间需求量决定。 2)采用指针方式将各个空闲分区链接而成的链表,用以记录主存分配现状。 3)分配与回收算法按空闲分区链接方式的不同分类,有最佳、最坏、首次和下次适应四种算法。 二、程序模拟的设计 1、基本思想 采用事件驱动模型。事件有: 1)申请主存事件,表示一个作业
驱动和上层软件cevent通讯
- window开发wdm驱动部分和上层软件之间通讯通过cevent事件的例子。-development wdm drivers window and the upper part of the software through communication between the cases cevent son.
MicroStar
- 引入事件驱动观念的抢占式多任务微型实时内核——MicroStar的设计与实现;提出基于事件的优先级这一新概念。-introduction of the concept of event-driven preemptive multi-tasking real-time micro-kernel-- the design and MicroStar achieved; Based on the proposed priority of t
事件通知
- wdm程序.关于事件通知实现驱动程序和应用程序通信的例子 -wdm procedures. Implementation of Event Notification driver and application examples Communications
事件共享
- wdm的程序,采用事件共享的方式实现了驱动程序和应用程序的通信-wdm procedures, adoption of the event to share the realization of the driver and application of communication
SimulationOfBank
- 关于银行模拟的一个系统,采用事件驱动,采用<list>类-on simulation of a banking system, using event-driven, using lt; Listgt; Categories
M_M_1
- 队列事件驱动仿真-queue event-driven simulation
bank
- 银行事件驱动模拟程序,实现了银行业务的模拟-Bank of event-driven simulation program, the realization of the banking business simulation
EventCore0.002
- EventCore是模拟windows消息机制,实现线程同步、线程通信、进程通信、事件驱动的一个开源项目。EventCore的最新源代码,-EventCore is simulated windows message mechanism to achieve thread synchronization, thread communication, the process of communication, event-driven a
RecDemo
- 上海维卡的事件驱动模式示例,比循环模式有好处多多,建议开发者使用。-Shanghai, the event-driven model vika example, more than the cyclic model is good, it is recommended the use of developers.
qpc_4.0.00
- 事件驱动程序设计很好的框架,最新版本,可以支持跨平台应用。-Event-driven programming fr a mework for good, the latest version can support cross-platform applications.
shijianmoni
- 数据结构 队列 模拟事件驱动 程序。模拟客户到达事件,客户离开事件,事件列表,列队窗口,显示模拟结构-Queue data structure event-driven simulation program. Analog customers to reach the event, the customer to leave the event, event list, lined up window, show the simulat
EventLibrary
- 此源码是一个与平台无关的事件库,用C++来实现,用户可以自由定义事件注册函数,以此完成基于事件驱动的项目。 具体使用方法已在EventTest中说明。-This source code is a platform-independent event library, using C++ to implement, the user can freely define the event registration function,
0307事件驱动解析
- 支持03、07Excel海量数据解析,采用事件驱动而非一次性加载文件全部数据。(Support 03, 07Excel mass data analysis, using event driven rather than one-time loading all the data files.)
TCPIP-all-4.1.14.Final-sources
- Tcp 高速服务器,可以高并发运行,提供异步的、事件驱动的程序(A Tcp high speed server that can run concurrently, providing asynchronous, event-driven programs)
线性多智能体系统的事件驱动一致性控制_李思远
- 多智能体文章是有关事件触发的可以看看。。。。。。。。。。。。。。。。。。(Multi-agent Articles)
阿里libeasy的事件驱动事务框架
- 阿里libeasy的事件驱动事务框架,用于阿里内部各类RPC通讯处理,可以用来学习一下设计思想。