搜索资源列表
C_POINT
- C指针应用-C Application Guidelines
C++_Pointer
- C++指针健壮性,学习C++指针比较好得材料。
C
- 指针的经典!如何学好指针及灵活运用指针
C++cjutuydchm
- 通过一些平常的事例来介绍c++的一些特性,设计模式,智能指针,模板等-Through a number of examples to introduce the usual c++ Characteristics, design patterns, smart pointers, templates, etc.
C-pointer
- 这是一个关于C编程语言中指针的应用的相关文档,详细的介绍了指针的应用。-This is a about C programming language in the application of indicators relevant documents, a detailed introduction of the target applications.
c
- 本文对指针做了比较全面的介绍。指明了c语言中指针定义时的注意事项;给出了指针的数据类型以及指针在不同运算过程中的实际含义;用实例详细说明了指针对动态数组的实现;并介绍了指针在函数调用时的作用。-This paper has done a more comprehensive indicator of the introduction. Specified in the definition of c language pointer Notes given the data pointer a
Timer
- c++指针式时钟设计,简单明了,易于操作-c++ pointer clock design, simple and clear, easy to operate
C_this
- 很不错的一篇有关c++指针调用类成员函数的文章-Very good article about c++ class member function pointer to call the article
pointer
- 让你不再害怕指针,这是一篇关于指针用法的介绍。要是再加上指针的赋值,那就更完整了。很好用的。-It is an artical about the Pionter in C language. very good!
PointerSummary
- 一些关于指针的资料汇总.chm 对C++指针做的一个总结-Summary of information about pointers. Chm pairs of C++ pointers to do a summary of the
smart_ptr
- 超越BOOST的C++智能指针 实现了同一指针初始化多个smart_ptr和BOOST的可以转换类型的smart_ptr的相互赋值-Beyond the BOOST smart pointers in C++ to achieve the same target multiple smart_ptr and BOOST initialization can be converted to the type of the mutual assignment of smart_ptr
conquerCpointer
- 让你掌握指针,不用再怕它,彻底搞定C指针-help you master the c pointer,i hope it can help study it!
c
- 最容易想到的方法遍历一遍链表,利用一个辅助指针,存储遍历过程中当前指针指向的下一个元素,然后将当前节点元素的指针反转后,利用已经存储的指针往后面继续遍历。源代码如下:-The easiest way to think of traversing the list again, using an auxiliary pointer, store the current pointer to traverse the course of the next element, and then reve
cpointer
- c语言之指针的精华 资料主要是对学习c指针 的嵌入式开发人员有较大的帮助-the imptortence of c
pointer
- 一份不错的C指针教程,高清版,总共20页,指针内容讲解详细-C pointers tutorial a good, high-definition version, a total of 20 pages, explaining in detail the contents of the pointer
C-language-exam
- C语言题库-常见所有指针题库。有效解决指针类疑问,非常实用。-C language exam- common all pointer exam. Effective solution to a pointer to the class of doubt, and very practical.
pionter--c
- 本书被称为日本最有营养的C参考书。作者是日本著名的“毒舌程序员”,其言辞犀利,观点鲜明, 往往能让读者迅速领悟要领。 书中结合了作者多年的编程经验和感悟,从C语言指针的概念讲起,通过实验一步一步地为我们解 释了指针和数组、内存、数据结构的关系,展现了指针的常见用法,揭示了各种使用技巧。另外,还通 过独特的方式教会我们怎样解读C语言那些让人“纠结”的声明语法,如何绕过C指针的陷阱。 本书适合C语言中级学习者阅读,也可作为计算机专业学生学习C语言的参考。-The book is
C-pointer
- 该文档主要讲解了C指针,从各个方面都比较深入,对C语言学习者可以进一步深入。-This document is mainly explained the C pointer, are further each aspect, for C language learners can further.
你必须知道的495个C语言问题
- 书中列出了C用户经常问的400多个经典问题,涵盖了初始化、数组、指针、字符串、内存分配、库函数、C预处理器等各个方面的主题,并分别给出了解答,而且结合代码示例阐明要点。(The book lists more than 400 classic questions that C users often ask, covering topics such as initialization, arrays, pointers, strings, memory allocation, library
深入理解c指针
- 指针是学习C语言的最大障碍。理解指针关键在于C程序如何管理内存。