搜索资源列表
httpwww.3gmgc.comhtml26880.htmSharp
- C常用算法程序集:主要是在初学C语言时,所编写的一些代码。C语言的基本数据类型实例代码,指针的介绍等。此文档的内容都是一些源码,实例由简到难,希望有需要的朋友可以看看~-C commonly used algorithm set: mainly in the beginner C language, written some code. The basic data types in C code examples, pointers introduction. Contents of thi
stack
- C++ Interface Class This C++ code is intended to be a tutorial. It is an extension of the idea presented in Item 42 of Scott Meyer s "Effective C++", 2nd Edition. In his discussion he creates a generic stack class to contain pointers-to-objects. Hi
prog1
- pointers. this documet describe the architcture of using pointers in C code. helping for beginers understanding the rule and syntax of pointers.
PPT
- 《C++轻松入门》是一本为程序设计初学者轻松地学习C++编程语言而编写的图书。《C++轻松入门》从初学者认知的角度出发,由浅入深、循序渐进地讲解了C++编程语言中的各种编程技术,通过通俗易懂的讲解和丰富生动的典型示例,使读者能够轻松地学到C++编程知识。全书共分为3篇,第1篇主要介绍 C++中的常用数据类型、基本语句、函数调用和指针等内容。第2篇主要介绍C++面向对象的程序设计,包括类和对象、继承和派生、多态性和虚函数等内容。第3篇主要介绍数据结构中链表的C++实现和C++中模板的应用。-"C+
oprationvideo
- 《C++轻松入门》是一本为程序设计初学者轻松地学习C++编程语言而编写的图书。《C++轻松入门》从初学者认知的角度出发,由浅入深、循序渐进地讲解了C++编程语言中的各种编程技术,通过通俗易懂的讲解和丰富生动的典型示例,使读者能够轻松地学到C++编程知识。全书共分为3篇,第1篇主要介绍 C++中的常用数据类型、基本语句、函数调用和指针等内容。第2篇主要介绍C++面向对象的程序设计,包括类和对象、继承和派生、多态性和虚函数等内容。第3篇主要介绍数据结构中链表的C++实现和C++中模板的应用。附件为本
code
- 《C++轻松入门》是一本为程序设计初学者轻松地学习C++编程语言而编写的图书。《C++轻松入门》从初学者认知的角度出发,由浅入深、循序渐进地讲解了C++编程语言中的各种编程技术,通过通俗易懂的讲解和丰富生动的典型示例,使读者能够轻松地学到C++编程知识。全书共分为3篇,第1篇主要介绍 C++中的常用数据类型、基本语句、函数调用和指针等内容。第2篇主要介绍C++面向对象的程序设计,包括类和对象、继承和派生、多态性和虚函数等内容。第3篇主要介绍数据结构中链表的C++实现和C++中模板的应用。附件为本
my-prg
- Pointers On C里的一个小程序-Pointers On C in a small program
silnia2.c
- The program is computing factorial. It has been written for a class use. It shows use of pointers and allocating memory in C.
communication
- 通信系统,是完全用C语言编写的,结合了数据结构,链表,指针,全方面的运用。-Communication systems, is written entirely in C, a combination of data structures, linked lists, pointers, all aspects of use.
SortLetterOrder
- 一个用c指针编写的国名按字母顺序排序的程序-A written using c pointers in alphabetical order by country name procedures
cdecl-blocks_cPP_-2.5.tar
- 分析C++中的指针或引用声明,非常有用的程序-Analysis in C++ pointers or references to statements, very useful program. .
no-longer-afraid-of-the-pointer
- 介绍C语言指针的四方面的内容:指针的类型、指针所指向的类型、指针的值或者叫指针所指向的内存区、指针本身所占据的内存区,和指针的应用-Describes four aspects of pointers in C content: the type of pointer, pointer types, pointer value or name of the memory area pointer, the pointer memory area occupied by itself, and t
pointers-on-c
- 一些用C语言写的指针实例。包括了排序,组合,计数,函数调用,键盘消息等各种应用指针的例子。-Written in C language pointer instance. Including sorting, combinations, counting, function calls, pointer example of a variety of applications such as keyboard messages.
C-language-courseware
- c语言课件,共11章,有指针、数组、结构体、函数等-c language courseware, in 11 chapters, pointers, arrays, structures, functions, etc.
pointers
- pointers examples in c-pointers examples in c++
algoritmo
- Data structure with pointers, how the declaration of a pointer in C programming
algorithmwithordenate
- Data structure with pointers, how the declaration of a pointer in C programming.
algoritmo1
- Data structure with pointers, how the declaration of a pointer in C programming.
dsjc
- 利用高精度计算大数阶乘的c语言源代码及其解释,其中还包括一些在C语言中常用的简单编程习惯和技巧,非常适合C语言初学者借鉴,如果好好的把程序调试一遍会对初学者很大的启发。程序中没有用到指针,结构体,共用体等内容,但运用了预编译,头文件,数组等等知识,特别是对getchar()进行输入容错的运用,并有详细的解释!-The use of high-precision computing factorial of large numbers of c language source code and i
fft
- Example of a FFT function written in C. A solution with one array for amplitude, and phase. A solution with two arrays using pointers