搜索资源列表
dongtaiCode
- 动态链接库程序的编写。DependsC++编译器名字改编技术对动态链接库输出函数的影响,extern \"C\"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-dynamic link library of writing. DependsC compiler technology adapted to name DLL function of the output, extern "C" for
enumproWin32
- 我们在编写程序时,常常遇到的一件事情就是要准确列出系统中所有正在运行的程序或者进程。Windows 任务管理器就是这样的一个程序。它既能列出运行的桌面应用程序,又能列出系统中所有运行的进程。那么,我们在程序中如何实现这样的任务,该程序实现此功能 关于代码 本文附带的代码例子将 PSAPI 和 ToolHelp32 封装到一个名为 EnumProcs() 的函数中。该函数的工作原理类似 EnumWindows(),有一个指向回调函数的指针,并要对该函数进行重复调用,针对系统
windowsbios
- 大家都知道,windows接管了对物理内存的直接存取,而bios信息存在物理内存 的f000:0000处,关键就是如何读取物理内存。 函数说明 第一个函数ZwOpenSection用来打开section,第一个参数是指向HANDLE变量的指针,第二个是访问参数,第三个是指向OBJECT_ATTRIBUTES的指针 第二个函数ZwMapViewOfSection用来建立物理内存和当前进程的一段物理内存的联系,参数很多,一会在例程里再详细解释 第三个函数ZwUnmapV
boost_source_code
- 正则表达式,可以与POSIX API和Perl语言处理正则表达式的功能相媲美,而且还能支持各种字符类型(如char、wchar_t,甚至还可以是自定义字符类型); 多线程,想了很久的跨平台多线程库了; 数据结构“图”,再加上即将加入标准的hash_set、hash_map、hash_multiset、hash_multimap等等(事实上不少STL实作,如SGI STL,已经支持以上数据结构),C++对数据结构的支持已近完备; python,没错,对Python语言的支持;
CUNDllTest
- 动态链接库程序的编写利用模块定义文件来解决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
6
- 编写一个函数,输入n为偶数时,调用函数求1/2+1/4+…+1/n,当输入n为奇数时,调用函数 1/1+1/3+...+1/n(利用指针函数)
cfctptr.0.8.1.tgz
- 该项目打算提供的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++.
delegatesdemo
- 给出了一种方法可以实现更加快速的delegate,并且对于学习函数指针也很有帮助.-This paper presents a method to achieve a more rapid delegate, and the function pointer is also helpful to learn.
hszz
- 在VC2005中实现的。函数指针的用法以及相应的解释。-Implemented in VC2005. The use of function pointers and corresponding explanations.
chain_sch
- 一个使用链表存储学生信息的程序,函数指针作为参数的用法-Students use the information stored in a linked list program, the usage of function pointer as a parameter
DelphiCallBackFunction
- Delphi 回调函数实现方式及实例,通过定义函数的指针,实现程序内的回调。-Delphi callback function implementation, and examples, by defining the function pointer, to achieve within the program callbacks.
hanshu
- 对声明与函数、函数指针的详细讲解与不同。-On declaration of function, function pointer of detailed briefings and different.
USB-serial-driver
- 这个结构是定义一个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
C-pointers-and-callback-function
- 详细理解C指针-指针函数与函数指针和回调函数 非常基础易懂-Detailed understanding of C pointers- pointer to function and function pointer and a callback function
close_SFC
- SfcCloseEvents是一个微软未公开的函数指针,可以轻松的关闭掉Windows的文件保护功能,用到SFC库.-SfcCloseEvents a Microsoft undocumented function pointer, can easily shut down the Windows File Protection feature, used in SFC library.
VB-Function-pointer
- 我整理的VB函数指针源码,添加了示例和注意事项,完美实现VB函数指针!-The VB function pointer source finishing, add examples and considerations, the perfect realization of the VB function pointer!
w2
- 通过函数指针调用函数,通过函数指针调用函数- FUNCTION RUN USER POINT RUN USER POINT RUN USER POINT RUN USER POINT RUN
schedule-by-statemechine
- 以状态机方式实现了一个简单的任务调度模块,其中包括了对数据库,函数指针,调度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
bank
- 简单的字符界面银行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
54561648u7u0
- 有关函数指针的用法 在实战中是相当重要的-On the usage of function pointer is very important in actual combat
