CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 函数指针

搜索资源列表

  1. dongtaiCode

    0下载:
  2. 动态链接库程序的编写。DependsC++编译器名字改编技术对动态链接库输出函数的影响,extern \"C\"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-dynamic link library of writing. DependsC compiler technology adapted to name DLL function of the output, extern "C" for
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:169.59kb
    • 提供者:王明
  1. enumproWin32

    0下载:
  2. 我们在编写程序时,常常遇到的一件事情就是要准确列出系统中所有正在运行的程序或者进程。Windows 任务管理器就是这样的一个程序。它既能列出运行的桌面应用程序,又能列出系统中所有运行的进程。那么,我们在程序中如何实现这样的任务,该程序实现此功能 关于代码   本文附带的代码例子将 PSAPI 和 ToolHelp32 封装到一个名为 EnumProcs() 的函数中。该函数的工作原理类似 EnumWindows(),有一个指向回调函数的指针,并要对该函数进行重复调用,针对系统
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3.46kb
    • 提供者:wwwwppp
  1. windowsbios

    0下载:
  2. 大家都知道,windows接管了对物理内存的直接存取,而bios信息存在物理内存 的f000:0000处,关键就是如何读取物理内存。 函数说明 第一个函数ZwOpenSection用来打开section,第一个参数是指向HANDLE变量的指针,第二个是访问参数,第三个是指向OBJECT_ATTRIBUTES的指针 第二个函数ZwMapViewOfSection用来建立物理内存和当前进程的一段物理内存的联系,参数很多,一会在例程里再详细解释 第三个函数ZwUnmapV
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:66.1kb
    • 提供者:王涛
  1. boost_source_code

    0下载:
  2. 正则表达式,可以与POSIX API和Perl语言处理正则表达式的功能相媲美,而且还能支持各种字符类型(如char、wchar_t,甚至还可以是自定义字符类型); 多线程,想了很久的跨平台多线程库了; 数据结构“图”,再加上即将加入标准的hash_set、hash_map、hash_multiset、hash_multimap等等(事实上不少STL实作,如SGI STL,已经支持以上数据结构),C++对数据结构的支持已近完备; python,没错,对Python语言的支持;
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3.33mb
    • 提供者:hnycmx
  1. CUNDllTest

    0下载:
  2. 动态链接库程序的编写利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型-dynamic link library procedures used in the preparation module definition files to resolve the C adaptation of the name. Typedef definitions used at the function pointer types
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:154.89kb
    • 提供者:张彬
  1. 6

    0下载:
  2. 编写一个函数,输入n为偶数时,调用函数求1/2+1/4+…+1/n,当输入n为奇数时,调用函数    1/1+1/3+...+1/n(利用指针函数)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2.67kb
    • 提供者:雷中科
  1. cfctptr.0.8.1.tgz

    0下载:
  2. 该项目打算提供的C -功能辅助类这将使调用函数指针在C #或VB.NET几乎一样简单,因为它是在托管C -This project intend to provide C-Function helper class which would make call to function pointer in C# or VB.NET nearly as easy as it is in managed C++.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:5.52kb
    • 提供者:张侯
  1. delegatesdemo

    0下载:
  2. 给出了一种方法可以实现更加快速的delegate,并且对于学习函数指针也很有帮助.-This paper presents a method to achieve a more rapid delegate, and the function pointer is also helpful to learn.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:1.32kb
    • 提供者:陈思拓
  1. hszz

    0下载:
  2. 在VC2005中实现的。函数指针的用法以及相应的解释。-Implemented in VC2005. The use of function pointers and corresponding explanations.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-02
    • 文件大小:664.06kb
    • 提供者:MRcao
  1. chain_sch

    0下载:
  2. 一个使用链表存储学生信息的程序,函数指针作为参数的用法-Students use the information stored in a linked list program, the usage of function pointer as a parameter
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:617byte
    • 提供者:ivan
  1. DelphiCallBackFunction

    0下载:
  2. Delphi 回调函数实现方式及实例,通过定义函数的指针,实现程序内的回调。-Delphi callback function implementation, and examples, by defining the function pointer, to achieve within the program callbacks.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:216.82kb
    • 提供者:daihongwei
  1. hanshu

    0下载:
  2. 对声明与函数、函数指针的详细讲解与不同。-On declaration of function, function pointer of detailed briefings and different.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:3.9kb
    • 提供者:wei
  1. USB-serial-driver

    0下载:
  2. 这个结构是定义一个USB串行驱动。它提供了所有的的信息USB系列核心代码的需要。如果函数指针定义,然后当TTY端口功能一致的时候USB系列核心代码会叫他们是所谓的天圆。如果他们不被调用,则为通用串行函数来代替。-This structure is defines a USB Serial driver. It provides all of the information that the USB serial core code needs. If the function pointer
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-23
    • 文件大小:11.5kb
    • 提供者:黄晓
  1. C-pointers-and-callback-function

    0下载:
  2. 详细理解C指针-指针函数与函数指针和回调函数 非常基础易懂-Detailed understanding of C pointers- pointer to function and function pointer and a callback function
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:10.39kb
    • 提供者:huangweiyi
  1. close_SFC

    0下载:
  2. SfcCloseEvents是一个微软未公开的函数指针,可以轻松的关闭掉Windows的文件保护功能,用到SFC库.-SfcCloseEvents a Microsoft undocumented function pointer, can easily shut down the Windows File Protection feature, used in SFC library.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-21
    • 文件大小:5.93kb
    • 提供者:nala
  1. VB-Function-pointer

    0下载:
  2. 我整理的VB函数指针源码,添加了示例和注意事项,完美实现VB函数指针!-The VB function pointer source finishing, add examples and considerations, the perfect realization of the VB function pointer!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-15
    • 文件大小:10.3kb
    • 提供者:尹刚
  1. w2

    0下载:
  2. 通过函数指针调用函数,通过函数指针调用函数- FUNCTION RUN USER POINT RUN USER POINT RUN USER POINT RUN USER POINT RUN
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:34.29kb
    • 提供者:肥宝贝
  1. schedule-by-statemechine

    0下载:
  2. 以状态机方式实现了一个简单的任务调度模块,其中包括了对数据库,函数指针,调度linux shell的应用,超详细-The state machine approach to achieve a simple task scheduler module, including the application of the database, the function pointer, scheduling linux shell, ultra-detailed
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:11.21kb
    • 提供者:jade
  1. bank

    0下载:
  2. 简单的字符界面银行ATM系统,通过消息队列实现客户端和服务器通信,服务器运用多进程,客户端运用函数指针调用,有利于初学者学习-Simple character interface bank ATM system, the client and server communicate via message queues, using multi-process server, the client calls using function pointers, help beginners lear
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-27
    • 文件大小:8kb
    • 提供者:
  1. 54561648u7u0

    0下载:
  2. 有关函数指针的用法 在实战中是相当重要的-On the usage of function pointer is very important in actual combat
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-27
    • 文件大小:131.93kb
    • 提供者:TOM
« 12 3 »
搜珍网 www.dssz.com