Welcome![Sign In][Sign Up]
Location:
Search - function pointer

Search list

[Develop ToolsThe Function Pointer Tutorials

Description: 本文详细说明了C和C++中函数指针的语法和用途。并且举例说明了如何用函数指针来实现Callback函数。-paper detailed description of C and C function pointer syntax and use. And to illustrate how to use the function pointer to achieve Callback functions.
Platform: | Size: 123729 | Author: 朱亮 | Hits:

[BooksThe Function Pointer Tutorials

Description: 本文详细说明了C和C++中函数指针的语法和用途。并且举例说明了如何用函数指针来实现Callback函数。-paper detailed description of C and C function pointer syntax and use. And to illustrate how to use the function pointer to achieve Callback functions.
Platform: | Size: 123904 | Author: 朱亮 | Hits:

[SCMkey_poiter_program

Description: 用指针函数实现最快最简单的按键控制程序。 // 按键的四种不同工作状态对应的函数指针对照表,每三字节对应一个按键 // 每一项包含三个字节,分别代表按键码,键盘状态,对应处理程序编号 // 本表对应于日常操作,不是修改状态-function pointer to achieve the quickest and most simple keypad control procedures.// Button four different working conditions corresponding to the function pointer comparison table every three bytes for each keystroke// Each one contains 3 bytes, representing key code, keyboard state, No. counterparts processing// this table corresponds to the day-to-day operations, not the state
Platform: | Size: 1024 | Author: jty | Hits:

[Technology Management122222

Description: 让您彻底了解指针数组,数组指针,以及函数指针,以及堆中的分配规则-Allows you to thoroughly understand the pointer array, the array pointer, as well as the function pointer, as well as rules on the allocation of heap
Platform: | Size: 13312 | Author: 王义 | Hits:

[Data structsC_C++pointer

Description: 指针是C和C++语言编程中最重要的概念之一,也是最容易产生困惑并导致程序出错的问题之一。利用指针编程可以表示各种数据结构, 通过指针可使用主调函数和被调函数之间共享变量或数据结构,便于实现双向数据通讯;并能像汇编语言一样处理内存地址,从而编出精练而高效的程序。指针极大地丰富了C和C++语言的功能。-Pointer is a C and C++ Language programming in the concept of one of the most important and most easily lead to confusion and lead to error, one of the issues. Pointer programming using a variety of data structure can be expressed through the main function pointer can be used and be transferred between the shared variable function or data structure, to facilitate the realization of two-way data communication and the same as the assembly language to deal with memory addresses, which prepared concise and efficient procedures. Pointer has greatly enriched the C and C++ Language functions.
Platform: | Size: 201728 | Author: tubo | Hits:

[Data structspaixu

Description: 用指向指针的 方法对n个整数排序并输出。要求将排序单独写成一个函数,n和各整数在主函数中输入,最后在主函数中输出。-Pointer with the pointer point to the method of sorting n integers and output. Requirements will be sorted into a separate function, n and the integer function in the main input, the final output in the main function.
Platform: | Size: 1024 | Author: 詹书保 | Hits:

[BREWbrew

Description: 两个比较好的brew文档,初学者最好的学习资料。学习brew最重要的是对API和程序流程的熟悉,不要拘泥于某个宏或者函数指针的理解,要做到先上手,再贯通理解。-Good brew two documents, the best learning materials for beginners. Learning brew is the most important API familiar with the processes and procedures, do not rigidly adhere to a macro or a function pointer of understanding, to be started first, and then through understanding.
Platform: | Size: 1219584 | Author: jn | Hits:

[Otherpointer.tar

Description: Function pointer tutorials-Function pointer tutorials..
Platform: | Size: 121856 | Author: veeresh | Hits:

[OS programC-pointers-and-callback-function

Description: 详细理解C指针-指针函数与函数指针和回调函数 非常基础易懂-Detailed understanding of C pointers- pointer to function and function pointer and a callback function
Platform: | Size: 10240 | Author: huangweiyi | Hits:

[Software EngineeringC-about-pointer

Description: 关于C语言函数指针和指针函数的资料。讲解的比较好-Information on the C language function pointer and pointer function. Explain the relatively good
Platform: | Size: 5120 | Author: s3737841 | Hits:

[Software EngineeringThe-Function-Pointer-Tutorials

Description: A Tutorial on Function pointers and how to use them
Platform: | Size: 123904 | Author: quail | Hits:

[VC/MFCThe-Function-Pointer-Tutorials

Description: The Function Pointer tutorial
Platform: | Size: 124928 | Author: Raju Gupta | Hits:

[OS programVB-Function-pointer

Description: 我整理的VB函数指针源码,添加了示例和注意事项,完美实现VB函数指针!-The VB function pointer source finishing, add examples and considerations, the perfect realization of the VB function pointer!
Platform: | Size: 10240 | Author: 尹刚 | Hits:

[VC/MFCFunction-Pointer

Description: 1. Pointers as Function Arguments 2. Assigning function pointers to overloaded functions 3. Pointer for empty string -1. Pointers as Function Arguments 2. Assigning function pointers to overloaded functions 3. Pointer for empty string
Platform: | Size: 1024 | Author: Tina | Hits:

[Otherpoint-function

Description: 可以帮助初学者深入理解指针函数,答疑解惑-Can help beginners in-depth understanding of the function pointer, answering questions
Platform: | Size: 10240 | Author: shanxiaode | Hits:

[VC/MFCCPP-Pointer

Description: C++中一般函数指针和类的成员函数指针的区别-C++ generally class member function pointer and function pointer difference
Platform: | Size: 57344 | Author: yyw1_25 | Hits:

[SCMPointer-state-machine

Description: 相对所谓的传统状态机编写方式来说,使用函数指针作为中间介质来进行间接调用的方式就是所谓的“指针法状态机”。 指针法状态机其本质与合作式调度器几乎就是同义词,或者说是调度器的一个“状态机”编程模式-Relative to write so-called traditional state machine approach, using a function pointer as an intermediate medium for indirect way is to invoke the so-called "pointer Act state machine." Pointer law state machine by its very nature and cooperative scheduler is practically a synonym, or a scheduler "state machine" programming mode.
Platform: | Size: 32768 | Author: ZBL | Hits:

[assembly languagefunction-pointer

Description: 返回指针值的函数,用以返回指针型函数的地址,即函数代码的入口地址,以便调用-Return function pointer value
Platform: | Size: 11264 | Author: huangyi | Hits:

[Windows Developfunction-pointer

Description: 函数指针的应用,举了一个小例子,通过判断输入的值判断要进入的流程-Function pointer applications, give a small example, by determining the value of the input to enter judgment process
Platform: | Size: 1024 | Author: 闫闯 | Hits:

[Windows DevelopFunction pointer

Description: 函数指针一目了然的用法,如果打不开,请提取代码自行编译(Learn to use function pointer!)
Platform: | Size: 3386368 | Author: AndreLee | Hits:
« 12 3 4 5 6 7 8 9 10 ... 35 »

CodeBus www.codebus.net