Welcome![Sign In][Sign Up]
Location:
Search - driver event

Search list

[WEB Code第5章 网上车辆管理系统

Description: 数据库\\Mobile 本案例SQL Server数据库 源代码 存放着系统登陆、退出以及用户界面的主框架文件, 另外还包括用户管理文件。 源代码\\admin 存放管理员子系统文件 源代码\\Driver 存放驾驶员子系统文件 源代码\\User 存放用户子系统文件 源代码\\Event 存放车辆事件管理系统文件 源代码\\pub 存放三个子系统的公共文件-database \\ Mobile this case, SQL Server database source code stored landing system, and the user interface from the main framework document, and also includes user management documents. Source code \\ admin document storage subsystem administrators source \\ Driver document storage subsystem driver source code \\ User document storage subsystem user source code \\ Event storing a vehicle incident management system files source code \\ pub three storage subsystems public documents
Platform: | Size: 116046 | Author: liu | Hits:

[Windows Develop事件通知

Description: wdm程序.关于事件通知实现驱动程序和应用程序通信的例子 -wdm procedures. Implementation of Event Notification driver and application examples Communications
Platform: | Size: 494870 | Author: 陈万通 | Hits:

[Windows Develop事件共享

Description: wdm的程序,采用事件共享的方式实现了驱动程序和应用程序的通信-wdm procedures, adoption of the event to share the realization of the driver and application of communication
Platform: | Size: 576035 | Author: 陈万通 | Hits:

[Other resourceCsharpSendMessage

Description: 在C#中,程序采用了的驱动采用了事件驱动而不是原来的消息驱动,虽然.net框架提供的事件已经十分丰富,但是在以前的系统中 定义了丰富的消息对系统的编程提供了方便的实现方法,因此在C#中使用消息有时候还是大大提高编程的效率的。-in C#, the process used by the driver using the event-driven instead of news-driven, Although. net framework of the incident has very rich. However, in the previous system the definition of a rich source of programming systems provide a convenient method. C# in the use of information or sometimes greatly improve the efficiency of programming.
Platform: | Size: 1808 | Author: 高昂 | Hits:

[Windows Develop事件通知

Description: wdm程序.关于事件通知实现驱动程序和应用程序通信的例子 -wdm procedures. Implementation of Event Notification driver and application examples Communications
Platform: | Size: 2347008 | Author: 陈万通 | Hits:

[Driver DevelopPnPEvent

Description: WDM设备驱动程序开发(武安河)配套光盘实例源码。pnp事件编程。-WDM device driver development (Wu River) supporting CD-ROM source code examples. pnp event programming.
Platform: | Size: 66560 | Author: linlin | Hits:

[Delphi/CppBuilderPlay0705

Description: unit Video interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrls, ExtCtrls, avicap, mmsystem, dsgnintf // Types for event-procedures type TCapStatusProc = procedure(Sender: TObject) of object TCapStatusCallback = procedure(Sender: TObject nID: integer status: string) of object TVideoStream = procedure(sender: TObject lpVhdr: PVIDEOHDR) of object TAudioStream = procedure(sender: TObject lpWHdr: PWAVEHDR) of object // Property Editor for driver selection type TDrivereditor = class(TPropertyEditor) function GetAttributes: TPropertyAttributes override procedure GetValues(Proc: TGetStrProc) override function GetValue: string override procedure SetValue(const Value: string) override end -unit Video interfaceuses Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrls, ExtCtrls, avicap, mmsystem, dsgnintf// Types for event-procedurestype TCapStatusProc = procedure (Sender: TObject) of object TCapStatusCallback = procedure (Sender: TObject nID: integer status: string) of object TVideoStream = procedure (sender: TObject lpVhdr: PVIDEOHDR) of object TAudioStream = procedure (sender: TObject lpWHdr: PWAVEHDR) of object// Property Editor for driver selectiontype TDrivereditor = class (TPropertyEditor) function GetAttributes: TPropertyAttributes override procedure GetValues (Proc: TGetStrProc) override function GetValue: string override procedure SetValue (const Value: string) override end
Platform: | Size: 54272 | Author: 123456 | Hits:

[Driver Developevent_driven_programming

Description: Event driver programming
Platform: | Size: 876544 | Author: weayne | Hits:

[OS Developuserkernelspace

Description: A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can use other device drivers--that is, access the network, talk to a serial port, get interactive input from the user, pop up GUI windows, or read from disks. User-space drivers implemented using FUSD can be much easier to debug it is impossible for them to crash the machine, are easily traceable using tools such as gdb, and can be killed and restarted without rebooting even if they become corrupted. FUSD drivers don t have to be in C--Perl, Python, or any other language that knows how to read from and write to a file descriptor can work with FUSD. User-space drivers can be swapped out, whereas kernel drivers lock physical memory.-A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can use other device drivers--that is, access the network, talk to a serial port, get interactive input from the user, pop up GUI windows, or read from disks. User-space drivers implemented using FUSD can be much easier to debug it is impossible for them to crash the machine, are easily traceable using tools such as gdb, and can be killed and restarted without rebooting even if they become corrupted. FUSD drivers don t have to be in C--Perl, Python, or any other language that knows how to read from and write to a file descriptor can work with FUSD. User-space drivers can be swapped out, whereas kernel drivers lock physical memory.
Platform: | Size: 1024 | Author: harish | Hits:

[Driver DevelopDiskMon

Description: DiskMon运行在NT4上才加载驱动,在W2k以上平台其使用kernel event tracing实现磁盘活动的监视, 但其驱动可以跑在W2k/XP/2K3/Vista上 该驱动Hook了disk的driver dispatch例程,不仅可以监视磁盘活动,稍微改下还能拦截、修改上层对磁盘的读写, 很容易就可以搞个什么 基于Disk的 -DiskMon only run on NT4 load on the drive, more than W2k platform in its use of kernel event tracing activities to monitor the achievement of the disk, but the drive can run in W2k/XP/2K3/Vista on the Hook of the disk drive of the driver dispatch routine, not only can monitor disk activity, but also under a slight change to intercept, modify the top of the disk read and write, it is easy to Disk-based搞个what the xxx
Platform: | Size: 8192 | Author: sldfl | Hits:

[Driver DevelopJava-events-driver

Description: java事件驱动程序 小的java程序 供大家一起学习 。-event-driven program in java java program for all learning together.
Platform: | Size: 26624 | Author: 凡华 | Hits:

[Driver DevelopAndroid-Event-driver

Description: Android 事件捕捉和处理流程分析 ,在Android系统中,键盘按键事件是由WindowManagerService服务来管理的,然后再以消息的形式来分发给应用程序处理,不过和普通消息不一样,它是由硬件中断触发的;在上一篇文章《Android应用程序消息处理机制(Looper、Handler)分析》中,我们分析了Android应用程序的消息处理机制,本文将结合这种消息处理机制来详细分析Android应用程序是如何获得键盘按键消息的。-Android event capture and process flow analysis, the Android system, keyboard key events by WindowManagerService services to manage, and then in the form of messages to be distributed application processing, but is not the same and the general message, it is a hardware interrupt trigger in the previous article Android application message handling mechanism (Looper, Handler) analysis, we analyzed the the Android application message handling mechanism, the paper will combine the detailed analysis of message processing mechanism how Android applications keyboard keys message.
Platform: | Size: 270336 | Author: | Hits:

[Linux-Unixevbug

Description: Input driver event debug module - dumps all events into syslog.
Platform: | Size: 1024 | Author: hieo58 | Hits:

[Linux-Unixevent

Description: exporting ACPI events via procfs driver for Linux.
Platform: | Size: 4096 | Author: koiw9638 | Hits:

[Linux-Unixevents

Description: WPA Supplicant - Driver event processing.
Platform: | Size: 8192 | Author: vabuihon | Hits:

[Linux-UnixEvent

Description: Event process for linux API Driver.
Platform: | Size: 3072 | Author: kaixercong | Hits:

[Linux-Unixevbug

Description: Input driver event debug module - dumps all events into syslog.
Platform: | Size: 1024 | Author: ljndsang | Hits:

[Linux-Unixevent

Description: FIXME driver should be able to handle IRQs.
Platform: | Size: 3072 | Author: gienodr | Hits:

[Linux-Unixevbug

Description: Input driver event debug module - dumps all events into syslog.
Platform: | Size: 1024 | Author: punpangtq | Hits:

[Printing programPrint settings and print notifications

Description: 此示例演示如何创建可扩展打印设置和打印机通知体验的Windows存储设备应用程序,响应打印驱动程序的事件。此示例还包括一个打印机扩展库,该库可用于从Windows 8.1编写的Windows存储设备应用程序中访问打印机。(This sample shows how to create a Windows Store device app that can extend the print settings and printer notifications experience. This sample can be activated from the tile contract, the printTaskSettings contract, and from toast displayed by backgroundTask in response to print driver event. This sample also includes a printer extension library that can be used to access a printer from a Windows Store device app written for Windows 8.1.)
Platform: | Size: 117760 | Author: 小逗丁 | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net