搜索资源列表
xueshengxinxiguanli
- ——学生信息系统的设计与实现—— 以学生信息为背景,设计与实现一个小型学生信息系统,具体如下: 1、采用双向链表方式存储学生信息,每个链表节点存储一个学生的信息,包括学号、姓名、性别、年龄、专业、班级等(所有学生姓名设置为英文); 2、采用图形界面显示方式,实现学生信息的列表显示,并可以按照学号、姓名两种方式顺序列表显示所有学生的信息,如果学生信息较多,具备分页显示功能; 3、采用图形界面交互方式,实现根据学生学号、姓名分别查找,也可以按照上述两个关键词实
joseph
- 用顺序存储得方实现约瑟夫问题,完成输入给定得个数与每次走得步书,并打印出结果
rcpbrowser
- 基于eclipse|rcp的浏览器,另完成加入了收藏夹功能,没有全局支持(收藏功能),得手动写网址收藏(支持拖放修改存储网址的顺序)。 -Based on the eclipse | rcp browser, and the other the completion of accession to the Favorites feature, there is no overall support (collection of functions), a collection of manu
xianxingbiao
- 线性表的应用,包括顺序存储,链式存储,选择排序,循环链表,双链表,顺序查找等内容-Linear list of applications, including the order of store, chain store, selection sort, circular linked list, doubly linked lists, sequential search, etc.
ArrayLis
- 把1~10这10个整数按顺序存储在ArrayList中,然后ArrayList中遍历.-1 to 10 of 10 integers are stored sequentially in an ArrayList, and then traversing the ArrayLis