搜索资源列表
TEST
- 关于C语言函数指针的使用,对于c语言初学者非常有帮助-Function pointer on the C language use, language for beginners c very helpful
xm10
- 学生成绩管理,采用C语言函数指针编写,调试通过。-Student performance management, use of C language function pointer write, debug through.
cmission
- c语言 源代码 压缩文件理念丰富,函授、指针说明,详细-c lanager shouce
analyze-the-c-language-statement
- 分析C语言的声明,可以将复杂的C语言声明(包含指针、函数等)用英文描述出来,是《C专家编程》书上的一个源码-Analysis of the C language statement can be a complex C language statements (including pointers, functions, etc.) describe in English, is " C programming expert," a source book
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
student
- 学生管理系统小程序,初学c语言,此代码并没有用到指针。-Student Management System applet, beginner c language, this code does not use pointers.
C_CPPpoint
- 一写关于c语言中指针的基本用法,可以使读者了解到,指针的妙处-A write pointer in c language on basic usage, you can make the reader understand the beauty of the pointer
60-programs-about-c-language
- 用C语言编写的60个小程序,包括排序、字符串操作、指针操作等基本的算法,对于C语言初学者很有用。-Using C language 60 small programs, including basic sorting algorithms, string manipulation, pointer manipulation, etc., for the C language is useful for beginners.
clanguage
- 这是c语言中,c语言的指针与动态多维数组的实现。这里的思维个人觉得很不错,值得一看。-This is the c language, to achieve dynamic multidimensional array of pointers c language. Individual thinking here feel very good, worth a visit.
student
- C语言,学生成绩管理系统作业设计。VC++6.0编译通过, 利用结构体,结构体指针,单链表,文件操作,命令窗口下简单菜单设计,可从文件读入数据,自动保存数据,有错误自动判断修复,能添加,删除,查询,显示,排序记录,适合多数初学者期末C语言作业设计要求!如果要增加科目,只要修改源代码中的Class_N的值就可以了,科目的名称在程序第一次运行时输入,会自动保存到student.ini文件,程序运行时自动生成的student.ini文件为系统信息文件(二进制文件),student.db为数据存储文件(
pointer_2d_array
- c语言,指针与二维数组,编程简单易懂,新手入门学习-C language, a pointer and two dimensional array, programming easy to understand
C-code
- 这个压缩包里含有C语言的指针以及结构体和共用体的一些代码,希望大家采纳-The pointer and some code structures and unions containing C language compression package, we hope to adopt
the-string-reverse-by-C-Language
- C语言实现,通过对数组和指针的使用,输入一个字符串,该算法对该字符串进行反转,比如输入”wang ,输出 gnaw -input String: wang output string: gnaw ,by C Language to make it
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
指针
- 简介指针的PPT,清楚明晰的介绍了C语言中的指针,适合初学者(Introduction of pointer)
一份不错的C语言指针教程
- Linux下的一份不错的C语言指针教程,完整版,可下载(Linux language pointer tutorial under C, full version, can be downloaded)
源
- C语言编程实现5次方以内多项式计算,运用链表,节点指针。(C programming to realize polynomial calculation within 5 times)
征服C指针.tar
- 《图灵程序设计丛书:征服C指针》被称为日本最有营养的C参考书。作者是日本著名的“毒舌程序员”,其言辞犀利,观点鲜明,往往能让读者迅速领悟要领。书中结合了作者多年的编程经验和感悟,从C语言指针的概念讲起,通过实验一步一步地为我们解释了指针和数组、内存、数据结构的关系,展现了指针的常见用法,揭示了各种使用技巧。另外,还通过独特的方式教会我们怎样解读C语言那些让人“纠结”的声明语法,如何绕过C指针的陷阱。(The Turing Programming Series: the C pointer is
c和指针代码及答案[完整版]
- C语言和C指针的源代码,有兴趣的请欢迎下载(The source code of the C language and the C pointer)
C专家编程英文版 中文版
- 展示了最优秀的C程序员所使用的编码技巧,并专门开辟了一章对C++的基础知识进行了介绍。书中C的历史、语言特性、声明、数组、指针、链接、运行时、内存以及如何进一步学习C++等问题进行了细致的讲解和深入的分析。全书撷取几十个实例进行讲解,对C程序员具有非常高的实用价值。本书可以帮助有一定经验的C程序员成为C编程方面的专家,对于具备相当的C语言基础的程序员,本书可以帮助他们站在C的高度了解和学习C++。(C expert programming)