搜索资源列表

  1. pointer

    0下载:
  2. Pointer是初學C語言者,最大的障礙,透過本教學文檔,可以釐清pointer的觀念。-Pointer C language learning is that the biggest obstacles through the teaching files, can clarify the concept pointer.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3599952
    • 提供者:吳中億
  1. The Function Pointer Tutorials

    0下载:
  2. 本文详细说明了C和C++中函数指针的语法和用途。并且举例说明了如何用函数指针来实现Callback函数。-paper detailed descr iption of C and C function pointer syntax and use. And to illustrate how to use the function pointer to achieve Callback functions.
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:123729
    • 提供者:朱亮
  1. pointer

    0下载:
  2. Pointer是初學C語言者,最大的障礙,透過本教學文檔,可以釐清pointer的觀念。-Pointer C language learning is that the biggest obstacles through the teaching files, can clarify the concept pointer.
  3. 所属分类:C#编程

    • 发布日期:2024-05-13
    • 文件大小:3599360
    • 提供者:吳中億
  1. The Function Pointer Tutorials

    0下载:
  2. 本文详细说明了C和C++中函数指针的语法和用途。并且举例说明了如何用函数指针来实现Callback函数。-paper detailed descr iption of C and C function pointer syntax and use. And to illustrate how to use the function pointer to achieve Callback functions.
  3. 所属分类:电子书籍

    • 发布日期:2024-05-13
    • 文件大小:123904
    • 提供者:朱亮
  1. clonePtr

    0下载:
  2. a non-sharing smart pointer class that can be used with STL containers such as std::map, vector, list, set, and deque. The smart pointer has an assignment operator and greater than operator that call the target object s
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:张建
  1. Pointer_Samples

    0下载:
  2. Delphi 指针、地址、指针地址值的应用 Delhi7下编译-Delphi pointer, address, target address of the value of Delhi7 compiler
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:751616
    • 提供者:luotao
  1. key_poiter_program

    0下载:
  2. 用指针函数实现最快最简单的按键控制程序。 // 按键的四种不同工作状态对应的函数指针对照表,每三字节对应一个按键 // 每一项包含三个字节,分别代表按键码,键盘状态,对应处理程序编号 // 本表对应于日常操作,不是修改状态-function pointer to achieve the quickest and most simple keypad control procedures.// Button four diff
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:jty
  1. C++pointerstrong

    0下载:
  2. pointer strong and resource management
  3. 所属分类:软件工程

    • 发布日期:2024-05-13
    • 文件大小:16384
    • 提供者:妙流域
  1. pointer

    0下载:
  2. 关于基于mfc生成程序的视类,文档类,以及自己建立的类之间的指针调用学习,对初学者有一定帮助!-Mfc generation procedure based on visual category, document type, as well as its own category established between the call pointer learning, some help for beginners!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:55296
    • 提供者:hello
  1. 122222

    0下载:
  2. 让您彻底了解指针数组,数组指针,以及函数指针,以及堆中的分配规则-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
  3. 所属分类:技术管理

    • 发布日期:2024-05-13
    • 文件大小:13312
    • 提供者:王义
  1. pointer~zong~jie~

    0下载:
  2. 初学者们,为指针而困惑吗?读这个文件吧!里面对指针分析和比较的比较详细了!类型很多,请在清醒的情况下阅读,否则会越读越模糊。-Beginners were confused as a guideline and it? Reading this document now! Inside of the pointer analysis and a more detailed comparison of the! Many types in
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:19456
    • 提供者:jzm
  1. C_C++pointer

    0下载:
  2. 指针是C和C++语言编程中最重要的概念之一,也是最容易产生困惑并导致程序出错的问题之一。利用指针编程可以表示各种数据结构, 通过指针可使用主调函数和被调函数之间共享变量或数据结构,便于实现双向数据通讯;并能像汇编语言一样处理内存地址,从而编出精练而高效的程序。指针极大地丰富了C和C++语言的功能。-Pointer is a C and C++ Language programming in the concept of one of t
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-13
    • 文件大小:201728
    • 提供者:tubo
  1. huojian

    0下载:
  2. C语言编写的火箭模型代码,主要实现模型的展示,指针的操作以及图形学的编程-C languages Rocket model code, the main implementation model display, pointer operations and graphics programming
  3. 所属分类:图形图象

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:王海
  1. pointer

    0下载:
  2. Basic pointer examples in C/C++. Show you how to understand * and & symbol in C/C++. Written and executable in Visual C++ environment.-Basic pointer examples in C/C++. Show you how to understand* and & symbol in C/C++. W
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:1551360
    • 提供者:Rizuan
  1. pointer

    0下载:
  2. 学习指针的概念,指针的用法,各种场合下指针的使用-Learning the concept of pointer,pointer usage,all kinds of occasions,the use of indicators
  3. 所属分类:文档资料

    • 发布日期:2024-05-13
    • 文件大小:47104
    • 提供者:callia
  1. C.pointer

    0下载:
  2. C语言里最难理解的是指针,这本书将为你详细解读指针的应用。-C-pointer in the most difficult to understand is, this book will give you a detailed explanation of the application of the pointer.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:27778048
    • 提供者:李锐
  1. C-P-P-pointer-Experience

    0下载:
  2. CC++指针经验总结,希望帮助大家更好的学习指针。-CC++ pointer Experience lessons learned, I hope to help you better learn pointers.
  3. 所属分类:界面编程

    • 发布日期:2024-05-13
    • 文件大小:201728
    • 提供者:shashou
  1. C-pointer

    0下载:
  2. c语言中得难点指针令许多人头疼的问题,在此书中你会发现指针不再头疼-pointer in c language difficulties that many people have a headache, you will find in this book is no longer a headache pointer
  3. 所属分类:C#编程

    • 发布日期:2024-05-13
    • 文件大小:274432
    • 提供者:cb
  1. pointer

    0下载:
  2. 不含变量名直接用new新建空间并指向,操作指针来操作字符串,ASCII的操作(Without the variable name directly with new new space and point to the operation of the pointer to manipulate the string, ASCII operation)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:3398656
    • 提供者:AndreLee
  1. Function pointer

    0下载:
  2. 函数指针一目了然的用法,如果打不开,请提取代码自行编译(Learn to use function pointer!)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:3386368
    • 提供者:AndreLee
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org