登录
首页 » Visual C++ » driverdev6asp_src

driverdev6asp_src

于 2021-01-04 发布 文件大小:75KB
0 432
下载积分: 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 个回复

  • 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
  • Chap14
    WINDOWS驱动编程第二版例子代码第14章(WINDOWS driven programming second edition of the code examples in Chapter 14)
    2010-07-20 11:31:09下载
    积分:1
  • PHDIo
    Windows WDM 设备驱动程序开发指南(源码)(Windows WDM Device Driver Development Guide (source))
    2007-10-15 20:31:58下载
    积分:1
  • ocm12864
    12864的驱动程序,非常有用,里面包括12864转换程序和初始化程序(12864 driver, very useful, which include the 12864 conversion process and initialization procedures)
    2012-04-29 19:49:54下载
    积分:1
  • HelloWDM
    驱动入门程序例子,可以用来熟悉驱动开发,让新手快速进入状态(Drive entry program examples, can be used to familiar with the driver development, so that the novice to quickly enter the state)
    2012-05-21 16:43:24下载
    积分:1
  • MultiADReadDemo
    研华采集卡多通道AD读取程序,VC6下测试通过。(Advantech multi-channel AD acquisition card reader, VC6 under test.)
    2020-09-10 11:18:00下载
    积分:1
  • moni
    驱动级鼠标模拟 包含鼠标。键盘。驱动及模拟,附有小程序(Driver stage mouse emulation)
    2020-10-13 23:17:31下载
    积分:1
  • ZedGraphSampleVC
    固高GT400运行控制卡驱动应用示例,VC界面,包括伺服控制、电机调速及曲线绘制功能,可学习主要函数调用方法。(Solid high GT400 running control card driver application examples, VC interface, including servo control, motor speed and curve drawing function, can learn the main function call method.)
    2020-09-10 05:58:01下载
    积分:1
  • SiI9134_datasheet_Source_Code
    HDMI 发送芯片 Sil9134, SiI9134 ,datasheet(寄存器说明)和驱动源代码(HDMI transmitter Sil9134, SiI9134 ,datasheet and source code)
    2016-09-03 08:38:40下载
    积分:1
  • app
    18B20超声波驱动的测试文件,可以精确的显示到小数点后1位的温度(18 b20 ultrasonic drive test files, can be accurate to 1 decimal places of the temperature)
    2014-04-18 21:55:46下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载