搜索资源列表
mpbiq
- 用双向链表,文件读写的知识编写简单的通讯录,可记录姓名、性别、出生年月日、邮编、地址、电话号码等内容。可从第一条显示、从最后一条显示,可实现上翻下翻浏览。可进行添加、删除、插入、查找、保存、退出等通讯录的基本操作。界面友好,输入输出更具人性化,实现键盘响应,有操作提示,便于使用者上手操作。-with two-way linked list, document literacy knowledge of the preparation of simple correspondence, it ca
flowcharter_src
- CFlowchartEditor is an extension of CDiagramEditor. CDiagramEditor is a vector editor, with a CWnd-derived window (CDiagramEditor), a data container (CDiagramEntityContainer) holding the draw-objects, undo stack and managing copy and paste, and objec
jurpopage-0.1.6
- Jurpopage is Free Open Source Dynamic Website scr ipting Project This first created and published at maya.or.id and now published to public in english at Jurpo.com It s coded under PHP and Mysql Database Server Project goal is to help o
task_4
- 创建一个单向链表,保存输入的学生成绩: 78、90、85、67、98、75、64、80、82、78 创建完成后在75和64之间插入一个成绩90; 然后实现对成绩进行由低到高排序; 最后在链表中找到成绩为80的,并将其删去。 -Create a one-way linked list, save the information entered student achievement: After 78,90,85,67,98,75,64,80,82,78 created bet