CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - file management

搜索资源列表

  1. lianbiaobiaobiao

    0下载:
  2. 数据结构课程设计 用链表实现的学生档案管理系统-data structure courses designed for students to achieve Chain File Management System
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1746
    • 提供者:于勇
  1. Library

    0下载:
  2. 图书管理系统包含八大功能,分别是:录入学生基本信息、录入图书基本信息、修改学生借书信息、修改图书状态、查找学生并输出到文件、查找图书并输出到文件、统计快到期的图书并输出到文件、统计已到期的图书并输出到文件-Library management system includes eight features, namely: entry students basic information, basic information input library, to modify student lib
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:623590
    • 提供者:lsy
  1. 1

    0下载:
  2. 宿舍管理查询系统 【问题描述】为宿舍管理人员编写一个宿舍管理查询系统。 【基本要求】 (1)采用交互工作方式 (2)建立数据文件,数据文件按关键字(姓名、学号、房号)进行排序(冒泡、选择、插入排序等任选一种) (3)查询菜单: (用二分查找实现以下操作) A. 按姓名查询 B. 按学号查询 C. 按房号查询 (4)保存任一查询结果到文件中 -Dormitory Management Inquiry System] [Descr iption of t
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2059
    • 提供者:weiwei
  1. work

    0下载:
  2. 设计一个学生档案管理程序。该程序应该具有下列功能: (1)通过键盘输入某位学生的相关信息。包括学号、姓名、性别、年龄、出生年月、电话、E-mail、籍贯等; (2)浏览学生信息; (3)根据学号修改、删除学生信息; (4)能按学号、姓名、年龄等关键字排序; (5)统计学生年龄的平均值及各年龄段人数; (6)用链表实现,原始数据输入和结果输出使用文件存放。 -Design of a student' s records management procedures.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2095
    • 提供者:farman
  1. 0001

    0下载:
  2. 基于文件调用形式的学生成绩管理,有头文件调用子函数来完成。-File-based forms of student achievement call management, call the header files Functions to complete.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2816
    • 提供者:李雷
  1. student

    0下载:
  2. 基于控制台的学生信息管理系统,程序运行后会自动生成一个文件保存信息-Console-based student information management system, the program will run automatically generate a file of information
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:229918
    • 提供者:tianya
  1. CAT2600-MIB

    0下载:
  2. 管理库文件的结构定义 本文件主要是增对思科2600系列交换机的基础参数进行结构定义-Management database structure definition file by this paper is mainly on the basis of the Cisco 2600 series switches, the structural parameters of the definition of
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:11825
    • 提供者:zr
  1. managementsystem

    0下载:
  2. c语言数据结构学年设计,学生成绩管理系统,源程序+txt文件,方便使用。-c language data structure of school design and student achievement management system, source code+ txt file, easy to use.
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:8908
    • 提供者:张大鹏
  1. car_park

    0下载:
  2. 算法超级好的停车场管理系统 用文件的形式保存信息 内含PPT演讲材料以及说明文件-Algorithm is super good parking management system to save the information with the file containing the form of PPT presentation materials and documentation
  3. 所属分类:Data structs

    • 发布日期:2017-05-24
    • 文件大小:3160824
    • 提供者:Vencent_H
  1. CustomerBillingManagement

    0下载:
  2. 客户帐单管理是电信计费系统必备的重要功能模块,主要负责对电信各类客户每月帐单的增加、修改、删除、查询、备份等管理工作。本课题以中国电信企业客户帐单管理模块原型参照,要求基于单链表结构对文件存储的客户帐单数据进行排序、查找、计算、显示等造作。通过此可以,熟练掌握单链表结构、文件读写、函数调用等知识,以及查找、排序典型算法的设计与应用。-Customer Billing Telecom Billing System management is an important function module
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:60928
    • 提供者:yeats
  1. moni_unix_file

    0下载:
  2. 模拟unix文件管理系统的算法以及数据结构设计,给出了设计的答题框架-Unix file management system simulation algorithm and data structure design, the design of the answer given in the framework of
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:167280
    • 提供者:jiajiecai
  1. doc

    0下载:
  2. ⑴ 自定义磁盘文件管理的数据结构; ⑵ 能够自由创建、修改、删除文件; ⑶ 文件具有一定自定义的属性; ⑷ 能够显示当前系统文件的状态。-⑴ Custom disk file management data structure ⑵ the freedom to create, modify and delete files ⑶ file has a custom property ⑷ can display the status of the current system fi
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:150202
    • 提供者:王立壮
  1. datastructure

    0下载:
  2. 几个学生成绩管理系统 由我班同学编写 1、提供身份验证,和使用系统的权限设置、判定。 2、用户能实现08电商5或6班同学各学期各科成绩的录入、编辑,数据保存在文件C:\student中, 3、用户能对学号或姓名,各学期、各学科成绩的查询。 4、用户能按各学科的平均分数排序输出 5、 用户能统计各科成绩的最高分、平均分的最高分以及总分的最高分并输出。 -Several student achievement management system written by a b
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:21330
    • 提供者:黄东豪
  1. memory-management-in-filesystem

    0下载:
  2. 基于二叉树的结构实现了树形目录结构的文件管理系统和文件操作。-Binary tree structure based on the directory tree structure to achieve a document management system and file operations.
  3. 所属分类:Data structs

    • 发布日期:2017-05-19
    • 文件大小:5215822
    • 提供者:superzhao
  1. filetable_mange

    0下载:
  2. 数据结构实习,用C语言写的文件目录管理程序,模拟实现文件的创建,查找,删除等功能,能以凹入表形式输出所有文件的路径-Practice data structures, written in C language file directory management program to simulate the creation of the implementation file, find, delete and other functions, can all recessed table
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:3988
    • 提供者:Robin
  1. memery-management

    0下载:
  2. 文件操作;堆排序算法;二分插入算法; 内存管理模拟和自定义的内存分配、释放功能等;所有的是一个整体。-File operations heap sorting algorithm Binary Insert Sort algorithm memory management simulation and custom memory allocation and release functions all as a whole.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:227751
    • 提供者:Foster
  1. Staff-management-system

    0下载:
  2. 职工管理系统 数据结构课程设计 1.1问题描述   对单位的职工进行管理,包括插入、删除、查找、排序等功能。 1.2要求   职工对象包括工号、姓名、性别、出生年月、工作年月、学历、职务、住址、电话等信息。 (1)新增一名职工:将新增职工对象按姓名以字典方式存入职工管理文件中。 (2)删除一名职工:从职工管理文件中删除一名职工对象。 (3)查询:从职工管理文件中查询符合某些条件的职工。 (4)修改:检索某个职工对象,对其某些属性进行修改。 (5)排序:按某
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:160984
    • 提供者:lynne
  1. FileManagermeng

    0下载:
  2. 该文件是模拟计算机系统的文件管理系统系统所写的一个简单的模拟程序-This file is the analog computer system file management system written in a simple simulation program
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:2415
    • 提供者:苏羽
  1. The-file-system-simulation

    0下载:
  2. 这是一份c语言模拟Linux文件系统,可以实现文件的监理、查找、删除等功能-This is a c language simulation of the Linux file system, can realize file management, search, delete, etc
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2514
    • 提供者:Chen
  1. fysgl

    0下载:
  2. 模拟操作系统中的分也是管理,有助于掌握操作系统对于文件管理的掌握-Simulation of the portion of the operating system and management, help to understand operating system for file management
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:1011246
    • 提供者:李权
« 12 »
搜珍网 www.dssz.com