登录
首页 » Visual C++ » driverdev6asp_src

driverdev6asp_src

于 2021-01-04 发布 文件大小:75KB
0 427
下载积分: 1 下载次数: 38

代码说明:

  一个windows显示驱动的好程序,对学习驱动开发很有好处(a windows driver of the program is to study the development of a very good driver)

文件列表:

Samples2
........\Programming
........\...........\development
........\...........\...........\DEBUG
........\...........\...........\.....\bin
........\...........\...........\.....\...\appmonitor.exe
........\...........\...........\.....\...\fakegfx.inf
........\...........\...........\.....\...\fakemonitor.dll
........\...........\...........\.....\...\fakemonminiport.sys
........\...........\...........\.....\...\symbols
........\...........\...........\.....\...\.......\appmonitor.PDB
........\...........\...........\.....\...\.......\fakemonitor.PDB
........\...........\...........\.....\private
........\...........\...........\.....\.......\src
........\...........\...........\.....\.......\...\drivers
........\...........\...........\.....\.......\...\.......\video
........\...........\...........\.....\.......\...\.......\.....\appmon
........\...........\...........\.....\.......\...\.......\.....\......\appmon.c
........\...........\...........\.....\.......\...\.......\.....\......\appmon.h
........\...........\...........\.....\.......\...\.......\.....\......\appmon.rc
........\...........\...........\.....\.......\...\.......\.....\......\entry.c
........\...........\...........\.....\.......\...\.......\.....\......\gdi.c
........\...........\...........\.....\.......\...\.......\.....\......\gdi.h
........\...........\...........\.....\.......\...\.......\.....\......\makefile
........\...........\...........\.....\.......\...\.......\.....\......\obj
........\...........\...........\.....\.......\...\.......\.....\......\...\i386
........\...........\...........\.....\.......\...\.......\.....\......\...\....\appmon.res
........\...........\...........\.....\.......\...\.......\.....\......\resource.h
........\...........\...........\.....\.......\...\.......\.....\......\videomemory.c
........\...........\...........\.....\.......\...\.......\.....\......\videomemory.h
........\...........\...........\.....\.......\...\.......\.....\......\virtualmonitor.c
........\...........\...........\.....\.......\...\.......\.....\......\virtualmonitor.h
........\...........\...........\.....\.......\...\.......\.....\gdi
........\...........\...........\.....\.......\...\.......\.....\...\entry.c
........\...........\...........\.....\.......\...\.......\.....\...\functions.c
........\...........\...........\.....\.......\...\.......\.....\...\gdifuncs.h
........\...........\...........\.....\.......\...\.......\.....\...\makefile
........\...........\...........\.....\.......\...\.......\.....\...\obj
........\...........\...........\.....\.......\...\.......\.....\...\...\i386
........\...........\...........\.....\.......\...\.......\.....\...\replace.bat
........\...........\...........\.....\.......\...\.......\.....\install
........\...........\...........\.....\.......\...\.......\.....\.......\fakegfx.inf
........\...........\...........\.....\.......\...\.......\.....\.......\nmake.bat
........\...........\...........\.....\.......\...\.......\.....\makefile
........\...........\...........\.....\.......\...\.......\.....\miniport
........\...........\...........\.....\.......\...\.......\.....\........\entry.c
........\...........\...........\.....\.......\...\.......\.....\........\fakegfxcard.h
........\...........\...........\.....\.......\...\.......\.....\........\functions.c
........\...........\...........\.....\.......\...\.......\.....\........\makefile
........\...........\...........\.....\.......\...\.......\.....\........\obj
........\...........\...........\.....\.......\...\.......\.....\........\...\i386

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • loadsys
    一个简单的xp和2k3系统下加载驱动和卸载驱动的源码(Under a simple xp and 2k3 system load and unload the driver source drive)
    2014-01-22 14:45:43下载
    积分:1
  • DW9800w-SPEC
    Dongwood DW9800 驱动程序(DW9800 dirver)
    2021-03-09 12:39:27下载
    积分:1
  • u-boot
    uboot--linux -s3c2440-nand_flash,nor_flash,64Msdram.This program is free software(uboot--linux-s3c2440-nand_flash,nor_flash,64Msdram.This program is free software)
    2013-09-09 11:04:48下载
    积分:1
  • Ramdisk_WDF
    一个虚拟内存盘的WDF驱动程序,支持Win8.1 x64(需要关闭驱动签名,UAC运行CMD) 、x32 (A virtual memory disk WDF driver support Win8.1 x64 (need to turn off the signature drive, UAC run CMD), x32)
    2021-05-16 18:30:07下载
    积分:1
  • comcap
    非常实用的内核开发资 料。在实际工作中可能经经用到。(Very useful kernel development information. In practical work may been used.)
    2013-04-19 23:35:32下载
    积分:1
  • driver
    在制作驱动软件的过程中,运用此程序可以用来截取包(Driver software in the production process, the use of this procedure can be used to intercept packets)
    2010-12-22 09:44:40下载
    积分:1
  • CD
    说明:  基于VC环境下的光驱驱动程序,可实现对光驱的弹出和关闭操作。(VC environment based on CD-ROM driver can be realized on the drive pop-up and shut down operations.)
    2009-01-05 19:42:46下载
    积分:1
  • Pthread-of-linux
    在linux环境下编写一个控制台应用程序,程序中有一个共享的整型变量shared_var,初始值为0;创建一个线程并使其立即与主线程并发执行。新创建的线程与主线程均不断地循环,并输出shared_var 的值。主线程在循环中不断地对shared_var 进行加1操作,即每次循环shared_var 被加1;而新创建的线程则不断地对shared_var 进行减1 操作,即每次循环shared_var 被减1。观察程序运行的结果,并对你看到的现象进行解释。(Written in the linux environment a console application, the program has a shared integer variable shared_var, the initial value of 0 create A thread and make it run concurrently with the main thread immediately. The newly created thread and main thread are constantly circulating, and the output shared_var Value. The main thread in a loop constantly on shared_var are incremented, that is plus 1 for each cycle shared_var and the new line created Process is constantly on the shared_var decremented, that is, each cycle shared_var is decreased by 1. Observe the results of running the program, and you To explain the phenomenon seen.)
    2011-12-08 11:21:25下载
    积分:1
  • 2
    说明:  this is my first program that whil share with you
    2009-11-17 15:03:03下载
    积分:1
  • antiterminateprocess
    防止进程被关测试通过,利用驱动写的。呵呵,别想做坏事哦!简单易懂。(Be locked to prevent the process of testing through the use of driver writing. Oh, oh, do not want to do bad things! Easy-to-read.)
    2007-12-15 16:37:21下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载