搜索资源列表
Cpracticereport.rar
- C++实习报告:包括源代码、需求分析、解题说明、调试报告等,主要内容是:循环和分支,数组和函数,指针、引用和异常处理,结构体和类,派生、继承和多态,文件和模板及综合等7大类型。 ,C++ internship report: including source code, needs analysis, problem-solving that debug report, the main contents are: circulation and branch, array and funct
c pointer
- THIS is a c BOOK about pointer and data struct
8-zhizhen
- 这是有关c语言的指针讲解,里面详细讲述了指针的用法-This is a pointer to explain about the c language, which describe in detail the pointer usage
fgets-and-gets-in-C
- 比较了C中的gets和fgets函数的用法不同,个人看着C和指针来的,可能理解会有偏颇,有不同观点的tx欢迎指正。-Compares in C gets and usage of the fgets function is different, people look at C and pointer, could have understanding bias, there are different views of tx welcome to point out mistakes.
C
- 链表的c语言实现方式 原来使用单片机编程的时候,对链表使用的不多,现在转学嵌入式,发现链表,指针就是嵌入式的基础,从网上看到一篇学习链表的例子,感觉挺好的,转载过来一起分享。 建立一个学生成绩的线性链表,对其实现插入,删除,输出,最后销毁。-List of c language implementations original use microcontroller programming, not much use for the list, now embedded trans
C-pointer-usage-summary
- C指针的用法总结- C pointer usage summary
C和指针课后习题答案
- 本书书写了C和指针的课后习题答案,供大家参考。 Pointers On C Instructor’s Guide Chapter 1 A Quick Start Chapter 2 Basic Concepts Chapter 3 Data Chapter 4 Statements Chapter 5 Operators and Expressions Chapter 6 Pointers Chapter 7 Functions Chapter 8 Arrays