搜索资源列表
TEST
- 关于C语言函数指针的使用,对于c语言初学者非常有帮助-Function pointer on the C language use, language for beginners c very helpful
buttonofdebugg
- 用于调试按键的c语言指针函数,主要优点扫描速度快。-For debugging of the c language pointer button function, the major advantages of fast scanning.
C
- C语言指针课程PPT。内含程序代码例子。是掌握好c指针的好资料。-C language pointer courses PPT. Contains examples of program code. C is the master of good data pointer.
xm10
- 学生成绩管理,采用C语言函数指针编写,调试通过。-Student performance management, use of C language function pointer write, debug through.
cmission
- c语言 源代码 压缩文件理念丰富,函授、指针说明,详细-c lanager shouce
Chapter8exercise
- 关于学习C语言指针部分总结出来的一部分习题,便于大家更好的掌握指针及其用法-C language pointer exercise
c_zhizhen
- 深入理解c语言指针的奥秘,对于学习指针很有帮助-C language pointer-depth understanding of the mystery of helpful pointers for learning
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
C-Language
- C语言难点分析整理 C 语言中的指针和内存泄漏 C语言难点等-C Language Difficulties finishing.doc
name_sear_sort
- 使用c语言指针数组,实现对学生姓名进行排序、查找!-Using c language pointer array to achieve the student' s name to sort, search!
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)
最大值
- 利用指针比较a,b,c三个数大小并输出最大值(Compares the number of three numbers with pointers and outputs the maximum)
一份不错的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)
指针.xcodeproj
- 给出了指针使用的实例,有助于读者理解和进一步学习指针的概念(this project offers an actual example in using points in C lauguage, and it's helpful to readers to learn the notion of points further in C lauguage)
征服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)