CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - pointer c

搜索资源列表

  1. matrix.rar

    0下载:
  2. 2、 矩阵(二) 编写C++程序完成以下功能: (1) 假定矩阵大小为4×5(整型); (2) 矩阵空间采用new动态申请,保存在指针中; (3) 定义矩阵初始化函数,可以从cin中输入矩阵元素; (4) 定义矩阵输出函数,将矩阵格式化输出到cout; (5) 定义矩阵相加的函数,实现两个矩阵相加的功能,结果保存在另一个矩阵中; (6) 定义矩阵相减的函数,实现两个矩阵相减的功能,结果保存在另一个矩阵中; (7) 动态申请三个矩阵:A1、A2、A3; (8) 初始化A1、A2;
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:631
    • 提供者:bedding
  1. C

    0下载:
  2. 数据类型:基本数据类型(包括常量和变量),构造数据类型(包括数组类型,结构类型,联合类型),指针类型,空类型(其类型说明符为void)四大类。 整形量包括:整形常量,整型变量。整形常量就是整常熟。使用的整常数有八进制,十进制,十六进制三种。 -Data types: basic data types (including constants and variables), structural data types (including array type, structure typ
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:5097
    • 提供者:gongxd
  1. c

    0下载:
  2. 计算器vb程序,输出大中小三个数,查找学生序号为1的学生,用指针指向字符串,-Vb calculator program, the output Xinhuanet three the number of students in search of one serial number for students, with pointer to string
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:4637
    • 提供者:张歌
  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++. Written and executable in Visua
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1551855
    • 提供者:Rizuan
  1. C

    0下载:
  2. C语言指针课程PPT。内含程序代码例子。是掌握好c指针的好资料。-C language pointer courses PPT. Contains examples of program code. C is the master of good data pointer.
  3. 所属分类:Other systems

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

    0下载:
  2. 5个很经典的C程序,包括排序、计数和输入序号等等,而且这些程序利用指针操作,是编成中不可缺少的部分-5 is a classic C procedures, including sorting, counting and input the serial number, etc., and these procedures make use of pointer operations, is into an indispensable part of
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:1492
    • 提供者:马波
  1. pointer

    0下载:
  2. Vc++ 主要讲解智能指针, 对c++学员有用-Vc++ smart pointer to the main talks on the c++ useful for students
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:6976
    • 提供者:ISugar
  1. pointer

    0下载:
  2. 用C语言写的,通过指针来计算字符串的长度的程序;很短!-pointer
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:2556
    • 提供者: 行知子
  1. C-cheng-xu

    0下载:
  2. 实验手册几章答案,包括简单程序,条件语句程序,选择程序,数组及指针程序-Lab manual chapters answer, including simple procedures, conditional statements, procedures, select Programs, array and pointer program
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:7607
    • 提供者:zhaozhao
  1. c-and-pointer

    0下载:
  2. c和指针的书内例程源码,以及课后习题的答案,来自作者的网站-c and the pointer to the routine source code in the book, as well as after-school exercise the answer from the author' s website
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:337553
    • 提供者:伟仔
  1. FIFO-C

    1下载:
  2. FIFO的C语言实现。buffer指向存放数据的缓冲区,size是缓冲区的大小,in是写指针下标,out是读指针下标,在len和(fifo->size - fifo->in + fifo->out)之间取一个较小的值赋给len。注意,当(fifo->in == fifo->out+fifo->size)时,表示缓冲区已满,此时得到的较小值一定是0,后面实际写入的字节数也全为0。-FIFO the C language. buffer point to the
  3. 所属分类:Other systems

    • 发布日期:
    • 文件大小:40040
    • 提供者:张明浩
  1. malloc

    0下载:
  2. Malloc 向系统申请分配指定size个字节的内存空间。返回类型是 void* 类型。void* 表示未确定类型的指针。C,C++规定,void* 类型可以强制转换为任何其它类型的指针。-Malloc to the system for the allocation of the specified size bytes of memory space. Return type is void*. void* indicates undetermined type pointer. C, C+
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:5875
    • 提供者:
  1. pointer-program

    0下载:
  2. 常见的指针编程题目和对应的程序答案,适合C语言初学者使用。-Common pointer programming problem and the corresponding procedures, suitable for beginners to use C language
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:9540
    • 提供者:华峰
  1. array-and-pointer

    0下载:
  2. 三个关于c++array 和pointer 运用的练习-three c++ exercise about the using of array and pointer
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:293492
    • 提供者:姜阳
  1. C语言指针探讨

    0下载:
  2. 该资料主要提供与C语言编程相关的全面资源和探入讨论,通过对指针的基础知识和高级知识特性的探讨,帮助学习指针并融入到自己的程序中去,再此分享。(The data mainly provide comprehensive resources associated with the C language programming and explore into the discussion, through to the pointer to explore the characteristic of
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:27778048
    • 提供者:涛521梅
  1. C和指针

    0下载:
  2. 经典书籍,C和指针,全面提供了C的方方面面,对指针做了深入的说明(Classic books, C and pointers, introduced C pointer trap)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:28414976
    • 提供者:coldrain
  1. 一份不错的C语言指针教程

    0下载:
  2. Linux下的一份不错的C语言指针教程,完整版,可下载(Linux language pointer tutorial under C, full version, can be downloaded)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:116736
    • 提供者:弱水三谦
  1. Lecture8

    0下载:
  2. Lecuter C pointer in Sharif university
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:2391040
    • 提供者:mohsenai
  1. 1. C程序设计概论

    0下载:
  2. The introduction of C program design introduces a comprehensive and systematic approach to the grammatical rules of the C language and the design of structured programs. The contents include: generality, basic data type and expression, control flow,
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:1918976
    • 提供者:lpudu
  1. c和指针代码及答案[完整版]

    0下载:
  2. C语言和C指针的源代码,有兴趣的请欢迎下载(The source code of the C language and the C pointer)
  3. 所属分类:其他

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