CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 行业应用软件 搜索资源 - c语言链表

搜索资源列表

  1. 设备管理(简单_原创)

    0下载:
  2. 这是我大一第二个学期期末制作的软件工程课程设计,逻辑上没有什么太复杂的, 当时学习的东西不是很多,用了链表,其中使用了DOS下汉字直显,无需汉字系统 支持,使用了文件操作,就当时对c语言的联系:)-This my second semester freshman year ending production of software engineering curriculum design, logic, nothing too complicated, not learning a lot o
  3. 所属分类:其他行业

    • 发布日期:2008-10-13
    • 文件大小:196018
    • 提供者:中国
  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
    • 文件大小:116358
    • 提供者:无天
  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
    • 文件大小:2578
    • 提供者:yzb
  1. tushuguan.cpp

    0下载:
  2. 一个用C语言编写的图书馆管理系统,采用双向链表的数据结构。基本功能都已具备-a C language library management system, a two-way linked-list data structure. Already have basic functions
  3. 所属分类:其他行业

    • 发布日期:2008-10-13
    • 文件大小:3340
    • 提供者:林凯冰
  1. 0502_31

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

    • 发布日期:2008-10-13
    • 文件大小:13828
    • 提供者:落栖
  1. student

    0下载:
  2. 学生管理系统,是一个纯c语言程序,用vc++编译器进行编译。使用链表原理,没有数据库,数据储存在内存里,程序结束则数据消失。功能包括学生信息添加,删除,查找,排序。包含源码和可执行程序。
  3. 所属分类:企业管理(财务/ERP/EIP等)

    • 发布日期:2008-10-13
    • 文件大小:10340
    • 提供者:赵俊国
  1. 学籍管理系统C语言版

    0下载:
  2. 学籍管理系统!利用C语言实现! 在构思基本模块时,订立了“读取文件到内存形成链表,对链表的操作,将内存的链表内容保存到文件”三大基本块。 读取文件:在main函数里完成。原理是,先检查文件指针是否在末尾,若否,则在内存开辟一个单位长度,在文件中读取单位长度数据入该空间中,并彼此构成链表。采取带参数的主函数,以保证保存文件的多样性。 对链表的操作:可分为插入(建立),删除,查找,修改,排序。五大基本功能。分别用五个函数完成。这里不一一描述。其中,删除,查找,修改都是要用到查找一个数据的操作。所以,
  3. 所属分类:行业应用软件

    • 发布日期:2008-10-13
    • 文件大小:73802
    • 提供者:叶兆源
  1. xuejiguanlichengxu

    0下载:
  2. 这是一个用c语言编写的学生学生学籍管理程序 主要用到结构和链表-This is a used c language school students to prepare students to use the structure of management procedures and list the main
  3. 所属分类:Education soft system

    • 发布日期:2017-04-01
    • 文件大小:17133
    • 提供者:苗正
  1. LMS

    0下载:
  2. 纯C语言的图书管理系统,实现了借书还书人员管理等一些简单的操作。数据的保存用c语言操作文本文件。使用链表。-Pure C language library management system to achieve the borrowing and returning books and other personnel management simple. Data preservation operation using c language text file. The use of lin
  3. 所属分类:Education soft system

    • 发布日期:2017-04-24
    • 文件大小:22449
    • 提供者:ggm
  1. student

    0下载:
  2. 学生管理系统 它是用C语言编写的,并且使用了链表和指针还有!-student system the function is to administrate the student s information and input the student s information.the most important is the system is used c and like! it can auto the information!
  3. 所属分类:Education soft system

    • 发布日期:2017-04-07
    • 文件大小:18452
    • 提供者:李春雷
  1. xuejiguanli

    0下载:
  2. 用C语言实现的学籍管理系统。通过链表操作数据。可实现查找、添加、删除、排序。-With the C language implementation of the student status management system. Operational data through the linked list. Can be realized to find, add, delete, sort.
  3. 所属分类:Education soft system

    • 发布日期:2017-04-03
    • 文件大小:2562
    • 提供者:lh
  1. gz

    0下载:
  2. 使用c语言编写的一个工资管理系统 有链表指针的使用-Using the c language of a payroll system has linked the use of pointers
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-04-13
    • 文件大小:3100
    • 提供者:trista
  1. clanguageoverseasinformationmanagementsystems

    0下载:
  2. 我大一时候做的一个C语言课程设计,海外信息管理系统,文本菜单界面,十字交叉链表存储。不过在程序健壮性方面可能还有些问题。-When I do a freshman C language curriculum design, overseas information management systems, text menu interface, criss-cross linked list is stored. However, the robustness aspects of the pr
  3. 所属分类:Education soft system

    • 发布日期:2017-04-02
    • 文件大小:32615
    • 提供者:吴宇斌
  1. Informationmanagementsystemofwagesforworkers

    0下载:
  2. 职工工资信息管理系统 C语言 链表 数据库-Employee wage information management system database, C language linked list
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-04-13
    • 文件大小:2854
    • 提供者:李正洲
  1. student(c)

    0下载:
  2. 在学校做的学生成绩管理系统。 用C语言写的,用到链表、指针、文件操作-Student achievement at school management system.
  3. 所属分类:Education soft system

    • 发布日期:2017-04-08
    • 文件大小:3319
    • 提供者:gragel
  1. teachersmanagementSystem-

    0下载:
  2. 高校教师人事管理系统(用C和链表实现),c语言 课程设计-University teachers personnel management system (C and realize the list)
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-04-07
    • 文件大小:325486
    • 提供者:
  1. c-link

    0下载:
  2. C语言实验,完成学生管理系统,用链表和指针实现,完全原创,绝地可用-C language experiment, students to complete management system, use the list and the pointer
  3. 所属分类:Education soft system

    • 发布日期:2017-04-14
    • 文件大小:2732
    • 提供者:sx
  1. C-Curriculum-design

    0下载:
  2. 这是一款基于c语言链表结构开发的小型学生证管理系统,基本功能包括添加学生信息,按学号查找,删除成员,修改信息,按学号排序并打印出来,还可以显示班级信息。该系统可用于C语言和数据结构的课程设计-This is a small student ID card management system based on C language linked list structure developed, the basic features include adding student informati
  3. 所属分类:Education soft system

    • 发布日期:2017-04-02
    • 文件大小:189270
    • 提供者:陈峰
  1. C-program-MedicineSystem

    0下载:
  2. 基于C语言的课程设计,使用链表等C语言特性开发的医药管理系统-The curriculum design based on C language, using C language to develop the list of medicine management system
  3. 所属分类:hospital software system

    • 发布日期:2017-04-17
    • 文件大小:61666
    • 提供者:陈升
  1. Student's information system

    0下载:
  2. 1. 输入记录 系统通过键盘逐个输入学生记录,同时保存在文件(Stu_Score.txt)中,便于下次进入系统后可从文件中导入记录。学生记录由学生的基本信息和成绩字段构成。 2. 更新记录 实现对学生记录的修改、删除等操作。同时,将更新后的记录存入源数据文件中。 3. 查询记录 采用单链表操作,查找满足相关条件的学生记录。在本系统中,可以按照学生的学号或姓名在链表中查找。若找到该学生记录,显示记录信息。否则,返回空指针,输出未找到该学生记录的提示信息。 4. 统计记录 主要完成对各
  3. 所属分类:教育系统应用

« 12 »
搜珍网 www.dssz.com