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

搜索资源列表

  1. C++pointerstrong

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

    • 发布日期:2008-10-13
    • 文件大小:16667
    • 提供者:妙流域
  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
    • 文件大小:166793
    • 提供者: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
    • 文件大小:134142
    • 提供者: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-02
    • 文件大小:2868
    • 提供者:张强
  1. Timer

    0下载:
  2. c++指针式时钟设计,简单明了,易于操作-c++ pointer clock design, simple and clear, easy to operate
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:36706
    • 提供者:daixiaolong
  1. pointer

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

    • 发布日期:2017-05-27
    • 文件大小:10519037
    • 提供者:王敏
  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-22
    • 文件大小:44196
    • 提供者:黄超
  1. Cpointer

    0下载:
  2. Explain the C pointer inside the issue
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:19086
    • 提供者:殷保华
  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
    • 文件大小:19609635
    • 提供者:陈建
  1. the-pointer-in-the-OpenCV-

    0下载:
  2. 这是我在学习Opencv的过程中常用的C指针的使用方法的总结。在这里共大家分享。-This is a summary of the methods used in the process of learning Opencv C pointer. Total here to share with you.
  3. 所属分类:software engineering

    • 发布日期:2017-11-13
    • 文件大小:13839
    • 提供者:guohail
  1. C@pointer

    0下载:
  2. C和指针,凸现指针对C的重要性,提供宝贵的提示和智慧的警告-C and pointer finger to highlight the importance for C, providing valuable tips and warnings wisdom
  3. 所属分类:software engineering

    • 发布日期:2017-06-12
    • 文件大小:19914478
    • 提供者:李祥
  1. C and pointer

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

    • 发布日期:2014-04-25
    • 文件大小:11005394
    • 提供者:zhxgcloud
  1. pionter--c

    0下载:
  2. 本书被称为日本最有营养的C参考书。作者是日本著名的“毒舌程序员”,其言辞犀利,观点鲜明, 往往能让读者迅速领悟要领。 书中结合了作者多年的编程经验和感悟,从C语言指针的概念讲起,通过实验一步一步地为我们解 释了指针和数组、内存、数据结构的关系,展现了指针的常见用法,揭示了各种使用技巧。另外,还通 过独特的方式教会我们怎样解读C语言那些让人“纠结”的声明语法,如何绕过C指针的陷阱。 本书适合C语言中级学习者阅读,也可作为计算机专业学生学习C语言的参考。-The book is
  3. 所属分类:software engineering

    • 发布日期:2017-05-14
    • 文件大小:3501967
    • 提供者:Rumour
  1. C-pointer

    0下载:
  2. 该文档主要讲解了C指针,从各个方面都比较深入,对C语言学习者可以进一步深入。-This document is mainly explained the C pointer, are further each aspect, for C language learners can further.
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:269291
    • 提供者:黄勇
  1. C-pointer-usage-summary

    0下载:
  2. C指针的用法总结- C pointer usage summary
  3. 所属分类:Communication

    • 发布日期:2017-04-30
    • 文件大小:12170
    • 提供者:caoyuanye
  1. 征服C指针完整版--文字版

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

    • 发布日期:2018-01-01
    • 文件大小:7558144
    • 提供者:外星猪猪
  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
    • 文件大小:28952576
    • 提供者: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
    • 文件大小:43490304
    • 提供者:fanliu1980
  1. 彻底搞定C指针

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

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