搜索资源列表
cmobliphone
- C语言实现设计一个简易的手机通讯录管理系统。该题目要求在熟练掌握C语言的基本知识:数据类型(整形、实型、字符型、指针、数组、结构等);运算类型(算术运算、逻辑运算、自增自减运算、赋值运算等);程序结构(顺序结构、判断选择结构、循环结构);大程序的功能分解方法(即函数的使用)等。进一步掌握各种函数的应用,包括时间函数、、绘图函数,以及文件的读写操作等。-Design a simple mobile phone address book management system. The subject
Dev_Callback
- 使用Dev-C++编写的线性链表,用到了回调函数和指向指针的指针,非常经典。-Use a linear list, written by Dev-C++ to use a callback function pointer to a pointer, very classic.
FunctionPointer
- C++函数指针的简单应用C++函数指针应用C++函数指针应用-C++ function pointer applications
avrOperation
- C语言核心基础知识:结构体,指针,数组的源码,包含学生信息的结构体。-C language Core Basics: structure, pointers, arrays of source, including student information structure.
studentsystem
- 用C语言实现的学生信息管理(控制台程序),没有指针,简单的函数调用;数据存储用的数组-student system for C console application
C-basic-program-practice
- C语言初学的编程练习,可以很好的熟悉指针的用法。-Basic C program practice for young.
snake
- VC++6.0编写的控制台C/C++贪吃蛇游戏,游戏使用了数组,指针,文件操作,没有使用结构体,单双链表,适合初学C++同学练习! C/C++语言作业:zjlj jhanker,2015.3.16-VC++6.0 written in the console C/C++ Snake game, the game uses the array, pointer, file operations, without the use of structure, single and double lin
addbook
- 用VC++6以及VC++2010 编译通过的控制台学生通讯录管理系统,利用结构体,指针,单链表,文件读取等C++的知识,功能有建立通讯录,添加,修改,插入,查询,删除,保存等功能其中数据库保存功能自动实现-VC++6 communication with the VC++2010 console students and compile the book management system, using the structure, pointers, linked list, read the
C-language-pointer-examples
- C语言编写的指针强化详细的例子程序,时候C语言初学者,及需要补充指针基础知识的同学。-C language pointer strengthen procedures detailed example, when the C language for beginners, and the need to supplement the students the basics of pointers.
PermanentCalendar
- 刚学习c,写了个万年历系统,还没有用到指针。-Just learning C, write a calendar system, also did not use the pointer.