搜索资源列表
matrix.rar
- 2、 矩阵(二) 编写C++程序完成以下功能: (1) 假定矩阵大小为4×5(整型); (2) 矩阵空间采用new动态申请,保存在指针中; (3) 定义矩阵初始化函数,可以从cin中输入矩阵元素; (4) 定义矩阵输出函数,将矩阵格式化输出到cout; (5) 定义矩阵相加的函数,实现两个矩阵相加的功能,结果保存在另一个矩阵中; (6) 定义矩阵相减的函数,实现两个矩阵相减的功能,结果保存在另一个矩阵中; (7) 动态申请三个矩阵:A1、A2、A3; (8) 初始化A1、A2;
C
- 数据类型:基本数据类型(包括常量和变量),构造数据类型(包括数组类型,结构类型,联合类型),指针类型,空类型(其类型说明符为void)四大类。 整形量包括:整形常量,整型变量。整形常量就是整常熟。使用的整常数有八进制,十进制,十六进制三种。 -Data types: basic data types (including constants and variables), structural data types (including array type, structure typ
c
- 计算器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
pointer
- 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
C
- C语言指针课程PPT。内含程序代码例子。是掌握好c指针的好资料。-C language pointer courses PPT. Contains examples of program code. C is the master of good data pointer.
c
- 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
pointer
- Vc++ 主要讲解智能指针, 对c++学员有用-Vc++ smart pointer to the main talks on the c++ useful for students
pointer
- 用C语言写的,通过指针来计算字符串的长度的程序;很短!-pointer
C-cheng-xu
- 实验手册几章答案,包括简单程序,条件语句程序,选择程序,数组及指针程序-Lab manual chapters answer, including simple procedures, conditional statements, procedures, select Programs, array and pointer program
c-and-pointer
- 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
FIFO-C
- 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
malloc
- 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+
pointer-program
- 常见的指针编程题目和对应的程序答案,适合C语言初学者使用。-Common pointer programming problem and the corresponding procedures, suitable for beginners to use C language
array-and-pointer
- 三个关于c++array 和pointer 运用的练习-three c++ exercise about the using of array and pointer
C语言指针探讨
- 该资料主要提供与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
C和指针
- 经典书籍,C和指针,全面提供了C的方方面面,对指针做了深入的说明(Classic books, C and pointers, introduced C pointer trap)
一份不错的C语言指针教程
- Linux下的一份不错的C语言指针教程,完整版,可下载(Linux language pointer tutorial under C, full version, can be downloaded)
Lecture8
- Lecuter C pointer in Sharif university
1. C程序设计概论
- 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,
c和指针代码及答案[完整版]
- C语言和C指针的源代码,有兴趣的请欢迎下载(The source code of the C language and the C pointer)