搜索资源列表
link
- 链表的基本操作,以同学录为例子,完成了链表的创建,插入,删除,销毁,通过这个程序,我相信大家对链表的理解会更深。-this is the code about link ,including the base operation create,insert,delete and destroy,i hope you can understand link clearly.
ctodngxuelu
- 这是一个用c#编写的一个同学录,欢迎大家下载使用!-This is a written with c# a Classmates, welcome to download and use!
studentinformation
- 本次程序主要通过VC++环境下的C语言实现,里面包涵了许多数据结构的知识,比如线性表,静态查找等等。利用C语言灵活方便的特点,再加上清晰的数据结构,实现了对同学录管理系统的开发。 设计的程序主要有以下功能: 1.添加同学资料 2.查找学生资料 3.修改同学资料 4.删除同学资料 5.浏览所有资料 -This program is mainly implemented by the C language in VC++ environment, which i