CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - pointer c

搜索资源列表

  1. C++pointerstrong

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

    • 发布日期:2008-10-13
    • 文件大小:16.28kb
    • 提供者:妙流域
  1. c pointer

    0下载:
  2. THIS is a c BOOK about pointer and data struct
  3. 所属分类:编程文档

  1. C-pointer

    0下载:
  2. 这是一个关于C编程语言中指针的应用的相关文档,详细的介绍了指针的应用。-This is a about C programming language in the application of indicators relevant documents, a detailed introduction of the target applications.
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:162.88kb
    • 提供者:lesslie
  1. c

    1下载:
  2. 本文对指针做了比较全面的介绍。指明了c语言中指针定义时的注意事项;给出了指针的数据类型以及指针在不同运算过程中的实际含义;用实例详细说明了指针对动态数组的实现;并介绍了指针在函数调用时的作用。-This paper has done a more comprehensive indicator of the introduction. Specified in the definition of c language pointer Notes given the data pointer a
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:131kb
    • 提供者:wuke
  1. c

    1下载:
  2. 1微型打印机的C语言源程序 2连接两个链表 3输入n为偶数时,调用函数求1/2+1/4+...+1/n,当输入n为奇数时,调用函数    1/1+1/3+...+1/n(利用指针函数) 4时间函数举例4,一个猜数游戏,判断一个人反应快慢。 5家庭财务管理小程序 -1 micro-printer 2 of the C language source list 3 to connect the two input n is an even number, the cal
  3. 所属分类:Document

    • 发布日期:2017-04-03
    • 文件大小:2.8kb
    • 提供者:张强
  1. pointer

    0下载:
  2. 让你不再害怕指针,这是一篇关于指针用法的介绍。要是再加上指针的赋值,那就更完整了。很好用的。-It is an artical about the Pionter in C language. very good!
  3. 所属分类:software engineering

    • 发布日期:2017-05-28
    • 文件大小:10.03mb
    • 提供者:王敏
  1. c

    0下载:
  2. 定义一个车(vehicle)基类,有Run、Stop等成员函数,由此派生出自行车(bicycle)类、汽车(motorcar)类,从bicycle和motorcar派生出摩托车(motorcycle)类,它们都有Run、Stop等成员函数。在main()函数中定义vehicle、bicycle、motorcar、motorcycle的对象,调用其Run()、Stop()函数,观察其执行情况。再分别用vehicle类型的指针来调用这几个对象的成员函数,看看能否成功;把Run、Stop定义为虚函数,
  3. 所属分类:Document

    • 发布日期:2017-03-23
    • 文件大小:43.16kb
    • 提供者:黄超
  1. c

    0下载:
  2. 最容易想到的方法遍历一遍链表,利用一个辅助指针,存储遍历过程中当前指针指向的下一个元素,然后将当前节点元素的指针反转后,利用已经存储的指针往后面继续遍历。源代码如下:-The easiest way to think of traversing the list again, using an auxiliary pointer, store the current pointer to traverse the course of the next element, and then reve
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:15.84kb
    • 提供者:yin
  1. pointer

    0下载:
  2. 一份不错的C指针教程,高清版,总共20页,指针内容讲解详细-C pointers tutorial a good, high-definition version, a total of 20 pages, explaining in detail the contents of the pointer
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:114.71kb
    • 提供者:寒山野人
  1. A-pointer-on-the-C-language

    0下载:
  2. 一个有关C语言的指针练习题,并且对习题有详细的解释。-A pointer on the C language exercises, and are explained in detail on the exercises.
  3. 所属分类:File Formats

    • 发布日期:2017-03-27
    • 文件大小:3.2kb
    • 提供者:song
  1. C-language-exam

    0下载:
  2. C语言题库-常见所有指针题库。有效解决指针类疑问,非常实用。-C language exam- common all pointer exam. Effective solution to a pointer to the class of doubt, and very practical.
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:30.84kb
    • 提供者:song
  1. pointer

    0下载:
  2. 指针用法分析,对C++初学者有很好的帮助-Pointer usage analysis, beginner C++ good
  3. 所属分类:Project Manage

    • 发布日期:2017-04-09
    • 文件大小:19.66kb
    • 提供者:wlworld
  1. C-and-Point

    0下载:
  2. 这是一本C和指针的PDF书籍,里面有很多例子,对于学了C后,需要提高的人很有帮助。-This is a C pointer PDF books, there are many examples for the C, the need to improve the people very helpful.
  3. 所属分类:software engineering

    • 发布日期:2017-06-12
    • 文件大小:18.7mb
    • 提供者:陈建
  1. C-about-pointer

    0下载:
  2. 关于C语言函数指针和指针函数的资料。讲解的比较好-Information on the C language function pointer and pointer function. Explain the relatively good
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:5.39kb
    • 提供者:s3737841
  1. Pointer

    0下载:
  2. Pointer. It will tell you how to use pointers in visual studio c++.
  3. 所属分类:software engineering

    • 发布日期:2017-12-09
    • 文件大小:4.05kb
    • 提供者:Saad Bin Zikria
  1. C and pointer

    0下载:
  2. 是学习C语言的好帮手,介绍C里面的指针的应用
  3. 所属分类:文档资料

    • 发布日期:2014-04-25
    • 文件大小:10.5mb
    • 提供者:zhxgcloud
  1. 征服C指针完整版--文字版

    0下载:
  2. 征服C指针完整版--文字版,说的比较精简,不适合初学者。(Conquer C pointer complete version - text version, say relatively concise, not suitable for beginners.)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-01
    • 文件大小:7.21mb
    • 提供者:外星猪猪
  1. 明解C语言_13242450

    0下载:
  2. 《明解C语言》图文并茂,示例丰富,设有190段代码和164幅图表,对C语言的基础知识进行了彻底剖析,内容涉及数组、函数、指针、文件操作等。("Ming Jie C language" illustrated, rich examples, with 190 sections of code and 164 charts, the basic knowledge of C language thoroughly analyzed, covering the contents o
  3. 所属分类:文章/文档

    • 发布日期:2018-01-05
    • 文件大小:27.61mb
    • 提供者:Ha7
  1. 深入理解C指针

    0下载:
  2. 对C语言的指针进行了由浅入深的讲解,实用性强,非常不错的一本书!(C language pointer to explain from the shallower to the deeper, practical, very good book!)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-05
    • 文件大小:41.48mb
    • 提供者:fanliu1980
  1. 彻底搞定C指针

    0下载:
  2. 彻底搞定C指针,通俗易懂,新手老手都应该看看!(Complete C pointer, easy to understand, novice old hands should look at!)
  3. 所属分类:文章/文档

    • 发布日期:2018-04-23
    • 文件大小:270kb
    • 提供者:zhengjiu
« 12 3 4 5 »
搜珍网 www.dssz.com