登录
首页 » C# » GetScreenMirrorDriver

GetScreenMirrorDriver

于 2020-12-15 发布 文件大小:77KB
0 226
下载积分: 1 下载次数: 98

代码说明:

  使用mirror driver 实现win7及以下系统屏幕截屏(mirror driver)

文件列表:

GetScreenMirrorDriver
.....................\GetScreenMirrorDriver
.....................\.....................\App.config,187,2016-06-28
.....................\.....................\bin
.....................\.....................\...\Debug
.....................\.....................\...\.....\GetScreenMirrorDriver.exe,22016,2016-06-29
.....................\.....................\...\.....\GetScreenMirrorDriver.exe.config,187,2016-06-28
.....................\.....................\...\.....\GetScreenMirrorDriver.pdb,40448,2016-06-29
.....................\.....................\...\.....\GetScreenMirrorDriver.vshost.exe,24224,2016-06-30
.....................\.....................\...\.....\GetScreenMirrorDriver.vshost.exe.config,187,2016-06-28
.....................\.....................\...\.....\GetScreenMirrorDriver.vshost.exe.manifest,490,2015-10-30
.....................\.....................\DesktopMirror.cs,18266,2016-06-28
.....................\.....................\Form1.cs,2604,2016-06-30
.....................\.....................\Form1.Designer.cs,5376,2016-06-29
.....................\.....................\Form1.resx,5817,2016-06-29
.....................\.....................\GetScreenMirrorDriver.csproj,3904,2016-06-28
.....................\.....................\Interop.cs,5583,2016-06-28
.....................\.....................\obj
.....................\.....................\...\Debug
.....................\.....................\...\.....\DesignTimeResolveAssemblyReferences.cache,1453,2016-06-29
.....................\.....................\...\.....\DesignTimeResolveAssemblyReferencesInput.cache,7299,2016-06-29
.....................\.....................\...\.....\GetScreenMirrorDriver.csproj.FileListAbsolute.txt,1545,2016-06-30
.....................\.....................\...\.....\GetScreenMirrorDriver.csproj.GenerateResource.Cache,977,2016-06-29
.....................\.....................\...\.....\GetScreenMirrorDriver.csprojResolveAssemblyReference.cache,2211,2016-06-29
.....................\.....................\...\.....\GetScreenMirrorDriver.exe,22016,2016-06-29
.....................\.....................\...\.....\GetScreenMirrorDriver.Form1.resources,180,2016-06-29
.....................\.....................\...\.....\GetScreenMirrorDriver.pdb,40448,2016-06-29
.....................\.....................\...\.....\GetScreenMirrorDriver.Properties.Resources.resources,180,2016-06-29
.....................\.....................\...\.....\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs,0,2016-06-29
.....................\.....................\...\.....\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs,0,2016-06-29
.....................\.....................\...\.....\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs,0,2016-06-29
.....................\.....................\...\.....\TempPE
.....................\.....................\Program.cs,533,2016-06-28
.....................\.....................\Properties
.....................\.....................\..........\AssemblyInfo.cs,1384,2016-06-28
.....................\.....................\..........\Resources.Designer.cs,2894,2016-06-28
.....................\.....................\..........\Resources.resx,5612,2016-06-28
.....................\.....................\..........\Settings.Designer.cs,1108,2016-06-28
.....................\.....................\..........\Settings.settings,249,2016-06-28
.....................\GetScreenMirrorDriver.sln,1032,2016-06-28

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

发表评论

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
  • CharSample_VS2019_Win7(32)
    CharSample的VS2019工程版本,经过了整理和调试,包含了代码、工具、实验截图。(A full VS2019 solution for the CharSample driver, which include code, tool and the screenshot for the experiment. The code provided is tested.)
    2020-06-18 00:00:04下载
    积分:1
  • adafruit-led-backpack
    HT16K33 驱动四位八段数码管例程.可以连续显示0 1 2 3 4 5 6 7 8 9 字符。(HT16K33 drive four eight digital control routines can be continuously displayed 0,123,456,789 characters.)
    2020-12-10 17:39:18下载
    积分:1
  • power_48pulsegtoconverter
    DFIG m 风机开发的一个远代码 (DFIG m fan developed a far code)
    2008-06-04 10:31:58下载
    积分:1
  • e2prom_probe
    e2prom新的驱动方法,利用内核中的核心函数调用probe函数 (Drive E2PROM new method, with the core function calls the probe function in the kernel)
    2013-11-13 10:52:08下载
    积分:1
  • ams-delta-fiq
    Amstrad E3 FIQ handling driver for Linux.
    2013-04-17 14:27:16下载
    积分:1
  • WDM_Driver
    windows驱动详解张帆著 第一章 源码 wdm_driver,非常详细适合入门级的驱动开发(Detailed sails windows driver source code with the first chapter wdm_driver, very detailed for entry-level driver development)
    2013-10-23 10:59:55下载
    积分:1
  • mxpcdrv
    isa总线设备,主要功能是扩8个串口,驱动程序(isa bus equipment, the main function is extended to eight serial, driver)
    2008-02-28 17:07:27下载
    积分:1
  • orion5x
    PCIe WA space (Orion-1 Orion-NAS only).
    2015-05-13 15:58:11下载
    积分:1
  • board-devkit8000
    TimLL Devkit8000 driver for Linux.
    2013-04-17 16:31:36下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载