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

搜索资源列表

  1. 介绍C++编程语言

    0下载:
  2. 本章将介绍C++编程语言的最基本的元素,以及C++的指针、引用和作用域。在第3章和第4章,将介绍C++的类和面向对象编程。在你使用微软基础类库(Microsoft Foundation Class Library,MFC)进行Windows编程时,你需要所有这些知识。 C++是一种复杂的语言,它的许多元素非常抽象。它也是一个庞大的语言,为专业编程而设计。本书的重点是使用Visual C++语言来利用MFC编写Windows程序,因此没有深入地讨论C++语言。 MFC是构造于原始C++之上
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:28838
    • 提供者:李和平
  1. ArraysPointersInC

    0下载:
  2. This a short text on arrays and pointers in C with an emphasis on using multi-dimensional arrays. The seemingly unrelated C rules are explained as an attempt to unify arrays and pointers, replacing arrays and the basic array equation by a n
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:5191
    • 提供者:asi
  1. CPointers

    0下载:
  2. A TUTORIAL ON POINTERS AND ARRAYS IN C by Ted Jensen Version 1.2 (PDF Version) Sept. 2003
  3. 所属分类:Editor

    • 发布日期:2017-04-06
    • 文件大小:163944
    • 提供者:roughwork
  1. c

    0下载:
  2. C专家编程》展示了最优秀的C程序员所使用的编码技巧,并专门开辟了一章对C++的基础知识进行了介绍。   书中C的历史、语言特性、声明、数组、指针、链接、运行时、内存以及如何进一步学习C++等问题进行了细致的讲解和深入的分析。全书撷取几十个实例进行讲解,对C程序员具有非常高的实用价值。   本书可以帮助有一定经验的C程序员成为C编程方面的专家,对于具备相当的C语言基础的程序员,本书可以帮助他们站在C的高度了解和学习C++ -Expert C Programming " C show
  3. 所属分类:CSharp

    • 发布日期:2017-05-23
    • 文件大小:7602145
    • 提供者:万娟
  1. c--code--powerp[oint

    1下载:
  2. c语言基础讲解 重要课件 主要前几章的数组、指针-c language to explain important courseware based on the first few chapters of the main arrays, pointers
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-12
    • 文件大小:19756759
    • 提供者:刘甜甜
  1. Linux_CPP_Programming

    0下载:
  2. 这个文件的目的是提供一个URL的指针和编程技巧的完整列表,你在C + +。此外,本文件提供一个C + +库有类似Java的String类,字符串标记生成器,记忆功能等多种功能,它可以在一般的C + +应用程序使用。同时给出不同的例子在这里,说明了该库的使用。 -The purpose of this document is to provide you with a comprehensive list of URL pointers and programming tips on C+
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:129002
    • 提供者:mall
  1. c

    0下载:
  2. c语言基础编程实例,包括数组,指针等,适合初学者参考-c programming language based on examples, including arrays, pointers, etc., suitable for beginners reference
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:21444
    • 提供者:张明
  1. Pointers

    0下载:
  2. 在JAVA 和 C# 中都有垃圾回收功能,程序员在分配一段内存后可以不再理会,而由垃圾回收自动回收,从而使程序员从复杂的内存管理中解脱出来。这是JAVA 和 C#的一大优点。而C++程序员在用 new 分配了一段内存后,还必须用 delete 释放,否则将造成资源泄漏。因此,一些C++ 书上经常告诫程序员:要养成好的习惯,new 与 delete 要成对出现,时刻记住将内存释放回系统。但是,事情只是这么简单吗?-In both JAVA and C#, garbage collection, i
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:15789
    • 提供者:欧阳丹
  1. A-TUTORIAL-ON-POINTERS-AND-ARRAYS-IN-C

    0下载:
  2. A TUTORIAL ON POINTERS AND ARRAYS IN C
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:163190
    • 提供者:Soumil
  1. C-Pointer

    0下载:
  2. 主要介绍C语言中的指针用法和注意事项,对指针过敏的同学很有帮助。-Focuses on the use of pointers in C language and precautions, is helpful for students allergic pointer.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:24275
    • 提供者:何立志
  1. zhizhen

    0下载:
  2. 有关C语言的一些指针程序有关C语言的一些指针程序-Some pointers on C language programs on a number of pointers in C programs
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:917
    • 提供者:adam
  1. POINTERS_ON_C

    0下载:
  2. C和指针,提供与C语言编程相关的全面资源和深入讨论-Pointers on C
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-28
    • 文件大小:11121329
    • 提供者:牧车
  1. C-Daquan-version-4

    0下载:
  2. 《C语言大全(第四版)》是根据国际著名的C语言专家Herbert Schildt的原著翻译的。这是一本C语言的百科全书,其中包括C的命令、功能、编程和应用等方面的内容,是集专家及C语言编程人员的多方面专门经验之作。全书共分6部分,共29章。第一部分详细讨论了关键字、预处理、指令和C语言特性,内容包括表达式、程序控制语句、数组和串、指针、函数、数据类型、结构、联合、枚举和用户自定义类型。-" C Language Daquan (Fourth Edition)" is based
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-03
    • 文件大小:15498783
    • 提供者:神起的贤
  1. C-expert-programming

    0下载:
  2. C 专家编程。本书主要对C语言中的声明、数组、指针、运行时的内存等问题进行了细致的讲解。-Expert C Programming. The book on the statement in the C language, arrays, pointers, runtime memory issues such detailed explanations.
  3. 所属分类:software engineering

    • 发布日期:2017-12-04
    • 文件大小:13843232
    • 提供者:liujian
  1. c51pointer

    0下载:
  2. 本文档是为单片机写的有关编程中指针说明文档。使用的单片机硬件是最通用的stc89c52单片机,编程语言为c语言。-This document is written for the microcontroller programming pointers on documentation. Using microcontroller hardware is the most common stc89c52 microcontroller c language programming languag
  3. 所属分类:SCM

    • 发布日期:2017-11-30
    • 文件大小:171137
    • 提供者:wenshang
  1. dictionary-tree

    0下载:
  2. 英文单词字典树,运用多指针处理,对c++指针的学习相信有很大的帮助。-English word dictionary tree, the use of multi-pointer processing, learning pointers on c++ believe there is a great help.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-23
    • 文件大小:1420
    • 提供者:fang
  1. 282small-programs-on-C

    0下载:
  2. C语言经典例程282个小程序,涵盖了数组、指针、文件操作等,适合入门者学习。-C language classic routines 282 small programs, covering arrays, pointers, file operations, etc., suitable for beginners to learn.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-26
    • 文件大小:173334
    • 提供者:LiuJingyuan
  1. Czhihen

    0下载:
  2. 关于C语言的一些指针的处理算法,能够使得初学者对C语言指针有自己的了解-Some pointers on C language processing algorithms, it is possible to make a beginner C language pointer has its own understanding
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-14
    • 文件大小:3208142
    • 提供者:易欢
  1. 你必须知道的495个C语言问题

    0下载:
  2. 书中列出了C用户经常问的400多个经典问题,涵盖了初始化、数组、指针、字符串、内存分配、库函数、C预处理器等各个方面的主题,并分别给出了解答,而且结合代码示例阐明要点。(The book lists more than 400 classic questions that C users often ask, covering topics such as initialization, arrays, pointers, strings, memory allocation, library
  3. 所属分类:软件设计/软件工程

    • 发布日期:2018-01-05
    • 文件大小:17289216
    • 提供者:Ha7
  1. c语言入门代码

    0下载:
  2. c语言入门的相关代码 包含了循环,数组,指针,文件,结构等基本知识(Relevant code for the introduction of C language It contains basic knowledge of loops, arrays, pointers, files, structures, and so on)
  3. 所属分类:数据结构

« 1 23 4 »
搜珍网 www.dssz.com