CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 驱动编程 搜索资源 - Function Programming

搜索资源列表

  1. 1428

    1下载:
  2. 我们可以采用两种编程方法,一种是自己编写控制各种寄存器代码进行数据的采集和输出,另外一种就是利用他封装的DLL的方法访问相应的函数进行完成.为了节省时间提高开发效率,当然使用第二种方法了-we can use two programming methods, one is prepared to control their various register code data collection and output and the other is to take advantage of
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:226269
    • 提供者:陆冬
  1. HideProcessHookMDL

    0下载:
  2. 通过驱动编程截获内核函数,实现隐藏进程,现今的木马一般选用这种技术-driven programming intercepted by the kernel function and realize hidden process, the current Trojan generally choose this technology
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:38318
    • 提供者:李土得
  1. minifilter.rar

    0下载:
  2. 《寒江独钓——Windows内核安全编程》“文件系统微过滤驱动”一章的源代码,该代码的主要功能是限制对应用程序“记事本”文件(notepad.exe)的操作,进而达到限制扩展名为txt等使用记事本程序来编辑的功能。 使用net start 驱动名称 net stop 驱动名称 这种方式来安装驱动," Trees and fishing alone- Windows kernel security programming" " file system, m
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-21
    • 文件大小:36263
    • 提供者:张英霞
  1. PE

    0下载:
  2. 基本的驱动编程和客户端,客户端分析PE文件,重定位后,传给驱动,恢复被360 Hook的KifastCallEntry函数,同时,该源码还能实现对大多数安全软件进行强杀,如卡巴,360,瑞星,等等。仅限XP系统。-Basic programming and client-driven, client-side analysis PE file, re-positioning, passing drivers, restore 360 Hook' s KifastCallEntry func
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-09
    • 文件大小:2528583
    • 提供者:zzz
  1. Windowsbaseteach

    0下载:
  2. windows驱动基础编程,从最简单的驱动入口函数开始讲,很精炼,又很容易学会驱动开发!-windows driver foundation for programming, from the simplest function of the beginning of the entrance drive, the very refined, very easy to learn to drive the development!
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-28
    • 文件大小:70591
    • 提供者:long
  1. IC_Design

    0下载:
  2. 使用c++编程语言实现考勤卡的基本功能,包含工作人员的姓名以及相关信息,使用时只需下载相关的驱动程序,即可实现其功能-Using c++ programming language implementation of the basic functions of time cards containing the names of staff members as well as related information, when used simply download the relevant
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-24
    • 文件大小:3369191
    • 提供者:汪艳婷
  1. IC_Design

    0下载:
  2. 利用非接触式的IC卡,使用C++编程语言实现公司考勤制度的考勤卡系统,使用时只需下载相关的驱动程序即可实现该功能-The use of non-contact IC card, the use of C++ programming language to achieve the company' s performance appraisal performance appraisal system of the card, when used simply download the re
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-12
    • 文件大小:2662256
    • 提供者:汪艳婷
  1. environ

    0下载:
  2. 其实学习完C/C++后马上就可以进入windows编程了 多看些程序源代码从中吸取知识~~ 要说经典的话个人认为黑客x档案出的《黑客编程入门2》是绝对经典~~没看过的确是损失!!! 总之最重要的还是得靠自己的努力!!! -First, the need to understand c++ syntax in which the operating system are the same, except that: a platform for programming changed, so
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-01
    • 文件大小:58692
    • 提供者:鲁龙年
  1. dForrmatDiiski

    0下载:
  2. 磁盘格式化是计算机用户经常使用的操作之一,但是对于怎样编程与开发实现磁盘格式化,非常多人却不清楚。非常多人认为磁盘格式化应该需要开发负载的VVXD或者WDM驱动driver程序源码来直接对硬件进行操作。世界上完全能通过调用一个个简单易懂的Shell函数来实现这一功能。 可直接使用。 -Disk formatting is often used by the computer user, do one of the disk formatting, but for how programmin
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-30
    • 文件大小:9373
    • 提供者:
  1. Wave-Out

    1下载:
  2. 通过labwindows编程编写的串口发送波形函数,串口不仅仅是一个串口,也可以是一个信号源-By programming with LabWindows prepared by the serial port to send the wave function is not only a serial port, serial port, and can also be a signal source
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-08
    • 文件大小:276866
    • 提供者:张伟
  1. Read-SSDT-table--performance-address

    0下载:
  2. 读出SSDT表现有函数地址,c++,驱动编程的第一步啊。-Readout SSDT performance function addresses, c++, the first step of the driven programming. I
  3. 所属分类:Driver Develop

    • 发布日期:2016-09-24
    • 文件大小:307200
    • 提供者:1zhanghj
  1. MP3

    0下载:
  2. 用C++实现的音乐播放器的驱动编程,通过开发板能够实现音乐播放器的基础功能-Driven programming with music player implemented in C++, can be achieved through the development board based music player function
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-30
    • 文件大小:170177
    • 提供者:宋凯华
搜珍网 www.dssz.com