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

搜索资源列表

  1. 主函数main中变量

    0下载:
  2. 主函数main中变量,C语言中的MAIN函数的具体详细的分析和用法-main function main variables, C MAIN function of the specific detailed analysis and usage
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:3438
    • 提供者:李芳
  1. WINIO

    0下载:
  2. 提供c、c++等语言对底层硬件的访问,通过调用相应的文件,函数,对I/O端口进行访问-Provided c, c++ and other languages of the underlying hardware of the visit, by calling the appropriate file, function, on the I/O port access
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-03
    • 文件大小:144956
    • 提供者:xiaoai
  1. SPI

    0下载:
  2. SPI接口函数 用C语言编写而成 用于嵌入式开发-SPI Interface Functions compiled with the C language for embedded development
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-23
    • 文件大小:207457
    • 提供者:fener
  1. DLoad_SRC

    0下载:
  2. 源代码包含三种不同的驱动加载方法,使用ZwSetSystemInformation函数加载驱动,使用NtLoadDriver函数加载驱动,使用服务控制管理器加载驱动,还包括三种线程注入技术,使用RtlCreateUserThread 函数注入线程,使用CreateRemoteThread函数注入线程,使用NtCreateThreadEx函数注入线程,源代码包含C,C#的demo-The source code contains three different loading methods
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-22
    • 文件大小:714666
    • 提供者:changming
  1. DrivenForPcl812

    0下载:
  2. 研华数据多功能采集卡PCL812PG的驱动程序源码,C++中通过汇编语句实现底层驱动,不需要使用厂家提供的驱动程序,自行实现多个接口函数,执行效率高。-driven code of Advantage Pcl812pg Card
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-03
    • 文件大小:2419
    • 提供者:lcj
  1. readout--SSDT-table-original-address

    0下载:
  2. 读出SSDT表原函数地址,这是c++的。而且带视频教程-The readout the SSDT table original function address, which is c++. And with video tutorials
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-14
    • 文件大小:337757
    • 提供者:1zhanghj
  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. raoguosuoyouyonghudecengHOOK

    0下载:
  2. A、分析API函数原理 B、自写API函数 C、SYSENTER指令 D、硬编码_emit E、模拟FindWindow函数 -Analysis of A, API function principle B, write API function C, SYSENTER instruction D, hard coded _emit E, simulating FindWindow function
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-02
    • 文件大小:8292
    • 提供者:蔡中伟
  1. RtAmd79C97xFuncs

    0下载:
  2. Amd79C97系列网卡在RTX下的底层驱动函数,可以做二次开发-Amd79C97 driver code in C on RTX
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-02
    • 文件大小:13933
    • 提供者:phoebe wu
  1. RtDec21x4xFuncs

    0下载:
  2. Dec21x4x系列的网卡底层驱动程序,提供函数接口-Dec21x4x driver code in C on RTX
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-03
    • 文件大小:28651
    • 提供者:phoebe wu
  1. RtNE2KFuncs

    0下载:
  2. NE2K 网卡在RTX下的网卡驱动源代码,可以在函数接口的基础上做二次开发-NE2K code in C on RTX
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-29
    • 文件大小:21106
    • 提供者:phoebe wu
  1. utils

    0下载:
  2. 这是TI公司推出的微型的嵌入式输出库函数,包含很多C语言中格式化输出的函数-This is TI s launch of the micro- embedded output library functions , including many C language formatted output function
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-08
    • 文件大小:8963
    • 提供者:firkndne
  1. dll_test

    0下载:
  2. 动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern C 的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-vc++ 6.0
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-19
    • 文件大小:5441732
    • 提供者:spectal
  1. string

    0下载:
  2. 为该类定义构造函数,析构函数和赋值操作。构造函数至少应有三个:无参构造函数、C风格字符串构造函数和复制构造函数 -so fine
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-11
    • 文件大小:1517
    • 提供者:桐谷
  1. cPPtemplates

    0下载:
  2. 程序实现利用c++模板来代替虚函数,从而实现类的静态多态性。-Program c++ template instead of the virtual function in order to achieve the kind of static polymorphism.
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-15
    • 文件大小:7645
    • 提供者:yue3360257
  1. L5-E5

    0下载:
  2. 利用函数和递归做一个数列的加减运算,数列的加减运算有一定的规律,可利用函数与计算出结果-The constant  can be calculated by the infinite series:  = 4- 4/3+ 4/5- 4/7+ 4/9- 4/11+.... Write a C program that uses a do/while loop to calculate  using the series. The program
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-14
    • 文件大小:4775
    • 提供者:yuaan85084
  1. JAI-SDK

    1下载:
  2. 工业相机jai驱动的c++语言的接口函数说明,机器视觉领域应该会很需要这个文档-Industrial camera Jai driver c++ language interface function descr iption, machine vision areas should be very need this documen
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-07
    • 文件大小:1088427
    • 提供者:zwl
搜珍网 www.dssz.com