CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 行业应用软件 教育/学校应用 搜索资源 - chain

搜索资源列表

  1. 数据结构管理成绩

    0下载:
  2. 用C语言建立一个班级成绩管理系统,其中包括十名学生的相关数据(包括学号、姓名、三门课程的成绩、总成绩、平均成绩以及排名)。要求用单链表存储结构进行存储,能够实现对学生姓关数据的输入输出,并且能根据平均成绩对十名学生进行排序。-C language classes to establish a performance management system, including 10 students of relevant data (including school, names of the t
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:140.04kb
    • 提供者:月间
  1. student_administator

    0下载:
  2. 学生管理系统是本人用c语言写的一个DOC界面的简单学生管理系统,采用链表存储。-student management system is used c language, I wrote a simple interface DOC student management system that uses Chain store.
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:113.63kb
    • 提供者:无天
  1. LINK1

    0下载:
  2. 学生学籍管理系统,可进行学生的插入删除、查找等功能,运用链表,是初学计算机语言(链表部分)的很好范例-the Student Management System, for the students to delete, insert, search functions, the use of linked lists, yes beginner computer language (Chain), are very good examples
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:1.63kb
    • 提供者:dong
  1. asdfdsafd4r

    0下载:
  2. 一个用C语言写的学生成绩管理系统。主要是用链表实现。对初学C语言的同志有点用-a C language students write performance management system. It is mainly used to achieve chain. Right novice C language with a bit of comrades
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:2.52kb
    • 提供者:yzb
  1. tuffshu

    0下载:
  2. 一个小型图书管理系统。用链表存储图书记录内容。能实现图书记录的添加,删除,查询,排序,修改,保存到文件和从文件中读取等功能。 -a small library management system. Chain store with the contents record books. Achieve the record books to add, delete, query, sort, modify, and the preservation of the document from t
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:7.68kb
    • 提供者:heizhu
  1. Library-linklist

    0下载:
  2. 用JAVA写的图书管理系统,DOS界面,可加,修改、删除图书,使用链表技术,可做学习之用-written with Java library management system, DOS interface available, modify, delete books, the use of chain technology, to do with learning
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:2.03kb
    • 提供者:呜呜呜
  1. 0502_31

    0下载:
  2. c语言的课程设计报告,关于链表操作和查找与排序-c language curriculum design, report on chain operations and search and sorting
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:13.5kb
    • 提供者:落栖
  1. 一个实用的数据库---学生管理系统

    1下载:
  2. 编程思路:①: 使用单链表实现本程序要求,单链表每个节点存储一个学生的信息。②: 创建一个链表类(List),链表类可实现如下功能:创建链表,插入节点,删除节点,编辑节点,显示节点,保存链表信息等功能,读入数据文件等功能(详细说明请查看源代码)。③: 创建一个操作类(Operater),操作类实现如下功能:显示菜单,操作链表。-programming ideas : : use a single linked list to achieve the procedural requirement
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:72.72kb
    • 提供者:大灰熊
  1. 图书馆管理

    0下载:
  2. 图书管理 1,输入形式和输入值的范围:图书通过输入书号,书名,著者,总存量来建立一棵B-树,书号,现存量和总存量采用int 型 ,书名,著者采用20位字符串形式定义 借阅者通过输入书号,图书证号来借阅书籍,建立一条借阅者的链表来记录借阅情况 图书证号是20位的字符串 2. 输出的形式:B-树以凹入表形式显示出来,借阅者以借阅图书证号、所借图书的内容、借阅日期显示出来 3. 本程序实现对一本书的采编入库,清除库存,借阅和归还,初步实现图书管理- The books manage 1, the in
  3. 所属分类:Education soft system

    • 发布日期:2017-11-12
    • 文件大小:17.98kb
    • 提供者:吴晓辉
  1. Linklist

    0下载:
  2. 建立一个动态链表,将学生数据(学号,成绩)存入链表结构中,实现链表的访问(求学生成绩的平均分,找到最高分,最低分,将其数据输出)。删除指定学号的学生数据,对学生数据进行排序,分别在链表头部,中间,末尾插入学生数据。-To establish a dynamic linked list, students and student id data (deposited in the list, realize the list of access (the average student achie
  3. 所属分类:Education soft system

    • 发布日期:2017-04-13
    • 文件大小:2.01kb
    • 提供者:杨辉
  1. LMS

    0下载:
  2. 实验了比较复杂的图书管理系统LMS,采用自定义的链表结构,在控制台在进行C++编程,比较适合大一刚学习C/C++的童鞋。-Experimented with more complex library management system LMS, using a self-defined chain structure, in the console during the C++ programming, more suitable for freshman just learning C/C++
  3. 所属分类:Education soft system

    • 发布日期:2017-05-22
    • 文件大小:6.69mb
    • 提供者:huajh
  1. Smart-Human-Resource-Management5

    0下载:
  2. online bookstore is currently at an e-commerce Web site, the most widely used, and the most successful of the examples. It can be on the network by Internet, the limits of time and space, and achieve on the Internet. Online Bookstore s rise to the tr
  3. 所属分类:Education soft system

    • 发布日期:2017-05-07
    • 文件大小:1.22mb
    • 提供者:amit
  1. Smart-Human-Resource-Management7

    0下载:
  2. online bookstore is currently at an e-commerce Web site, the most widely used, and the most successful of the examples. It can be on the network by Internet, the limits of time and space, and achieve on the Internet. Online Bookstore s rise to the tr
  3. 所属分类:Education soft system

    • 发布日期:2017-06-02
    • 文件大小:13.58mb
    • 提供者:amit
  1. Smart-Human-Resource-Management12

    0下载:
  2. online bookstore is currently at an e-commerce Web site, the most widely used, and the most successful of the examples. It can be on the network by Internet, the limits of time and space, and achieve on the Internet. Online Bookstore s rise to the tr
  3. 所属分类:Education soft system

    • 发布日期:2017-05-02
    • 文件大小:992.25kb
    • 提供者:amit
  1. Smart-Human-Resource-Management13

    0下载:
  2. online bookstore is currently at an e-commerce Web site, the most widely used, and the most successful of the examples. It can be on the network by Internet, the limits of time and space, and achieve on the Internet. Online Bookstore s rise to the tr
  3. 所属分类:Education soft system

    • 发布日期:2017-05-02
    • 文件大小:988.44kb
    • 提供者:amit
  1. Smart-Human-Resource-Management14

    0下载:
  2. online bookstore is currently at an e-commerce Web site, the most widely used, and the most successful of the examples. It can be on the network by Internet, the limits of time and space, and achieve on the Internet. Online Bookstore s rise to the tr
  3. 所属分类:Education soft system

    • 发布日期:2017-05-16
    • 文件大小:4.13mb
    • 提供者:amit
  1. Smart-Human-Resource-Management15

    0下载:
  2. online bookstore is currently at an e-commerce Web site, the most widely used, and the most successful of the examples. It can be on the network by Internet, the limits of time and space, and achieve on the Internet. Online Bookstore s rise to the tr
  3. 所属分类:Education soft system

    • 发布日期:2017-05-16
    • 文件大小:4.13mb
    • 提供者:amit
  1. Book-Paradise2

    0下载:
  2. bookstore is currently at an e-commerce Web site, the most widely used, and the most successful of the examples. It can be on the network by Internet, the limits of time and space, and achieve on the Internet. Online Bookstore s rise to the tradition
  3. 所属分类:Education soft system

    • 发布日期:2017-05-17
    • 文件大小:4.12mb
    • 提供者:amit
  1. gongyinet

    0下载:
  2. 分享给大家非常好的一个公益性网站源码。无加密无暗链,拿到就可以使用,大家可以下载研究学习。-Very good for everyone to share a public service website source. No Encryption no dark chain, to get you can use, you can download the research study.
  3. 所属分类:Education soft system

    • 发布日期:2017-06-02
    • 文件大小:13.29mb
    • 提供者:张三
搜珍网 www.dssz.com