搜索资源列表
student-system
- 线性表是最常用最简单的一种数据结构。本设计运用线性表实现较为容易,可以实现学生数据的录入、插入、删除、查询、修改、显示操作,至于文件的相关操作,即学生数据保存至文件和载入文件,可以利用C语言中文件操作的相关函数实现。-Linear is the most common form of a simple data structure. The design is more easily achieved using the linear form, students can achieve dat
deleteSelfbat
- 实现自删除的源代码,与上次上传的不一致,这是用批处理文件实现,功能更加强大,非常适合于新手,里面的思路很清晰,有兴趣的可以-To realize the of the source code, and delete last time is not the same upload, which are a batch file, more powerful, and realize the function is very suitable for beginners, inside think
score
- 这个是用C语言写的成绩管理系统课程设计,用到了文件,结构体等,功能包括增加,删除,排序,查找等-This is written in C language performance management system for course design, use a file, structure, etc., functions include add, delete, sort, search, etc.
Address-book
- 这是一个用C语言写的通讯录:它包括输入记录、删除记录、插入记录、记录保存文件、从文件中读取记录等。-This is a C language to write the address book: it includes input records, delete records, insert record, recording save the file, read the records from a file.
fileOperate
- windows文件操作,文件移动、删除操作-windows file operations, file move, delete operation
FileSystem
- 模拟Linux的文件系统实现,控制台界面,生成100M磁盘文件来模拟文件系统,包括文件,目录的各种创建,插入,删除操作,内存块分配,i节点索引管理,超级块管理等。-Analog Linux file system, console interface, generate a a 100M disk file to simulate the file system, including file, directory create, insert, and delete operations, a
FileChangeWatcher
- MFC win32控制台监视文件改变,监视文件添加,删除,重命名操作。-MFC win32 console monitor file changes, monitor file to add, delete, rename operation
stu_inf_man_sys
- 学生信息管理系统,每个学生有学号,姓名,分数,性别,年龄等信息,用链表保存。可以实现学生信息的添加,删除,修改,保存到文件中。登录系统需要输入密码。 -Student information management system, each student has a student number, name, grade, gender, age and other information, using linked list. Can realize the student informa
management-system-for-student
- 题目 学生健康情况管理系统 【问题描述】 实现学生健康情况管理的几个操作功能(新建、插入、删除、从文件读取、写入文件和查询、屏幕输出等功能)。健康表中学生的信息有学号、姓名、出生日期、性别、身体状况等。 【实验内容】 必做内容 利用顺序存储结构来实现 系统的菜单功能项如下: 1------新建学生健康表 2------向学生健康表插入学生信息 3------在健康表删除学生信息 4------从文件中读取健康表信息 5------向文件写入学生健康表
management
- 基于链表实现的某某信息管理系统。包括增删改查已经保存至文件/从文件读取的功能。包括中文注释-XX management system based on linked list. Contains add/edit/delete operations and save to/read from a data file. All comments are Chinese.
personal-dairy-management
- Mini Project in C Personal Diary Management System. One of the best C mini projects, mini project in C Personal Diary Management System is a console application without graphic. In this project, user can keep their personal record like they do i
employee-record-system
- Mini Project in C Employee Record System. This is a very simple mini project in C Employee Record System. In this project, you can manage employee records – add, list, modify and delete records. Understanding this project will help you learn how
Array-made-of-double-linked-lists
- the first file (Array made of double linked lists): you have 2 arrays one of them is called (head) the other one is (tail), and each row is a double linked list, the user is asked to define the dimension of these arrays at fist, then he can do some
Kinescope
- 运行程序,打开程序主界面。在屏幕录像模块的主窗体中,用户可以设置录像文件名和存储位置,并可以进行录像和抓图,还可以对已有录像文件进行播放、重命名、另存为、查看时间和删除等操作。-Run the program, open the main program interface. In the main window screen video module, the user can set the video file name and location, and you can capture
vfs
- c++开发虚拟文件系统,支持用户管理,权限设置,虚拟系统与本机磁盘系统间的导入与导出功能,该系统拥有磁盘格式化,目录,文件创建,浏览,编辑,删除,等功能-C++ development of a virtual file system, support for user management, permissions settings, import and export functions of virtual system and the unit disk system, this sys
addbook
- 用VC++6以及VC++2010 编译通过的控制台学生通讯录管理系统,利用结构体,指针,单链表,文件读取等C++的知识,功能有建立通讯录,添加,修改,插入,查询,删除,保存等功能其中数据库保存功能自动实现-VC++6 communication with the VC++2010 console students and compile the book management system, using the structure, pointers, linked list, read the
MyFS
- 在磁盘上申请一块空间实现一个模拟文件系统,该模拟文件系统实现了增加、删除、打开、关闭、读写文件等文件系统的基本功能。-The program is a virtual file system. It supports some basic functions such as create ,delete, open, close, read and write files...
watchDirChange-vs2010
- vs2010 c++ 文件夹文件监控系统软件工程代码是用vs2010编译的,该程序是使用线程来实时监控指定目录下文件、文件夹的变化(添加、删除、修改)-vs2010 c++ Folder Monitoring System software engineering vs2010 code is compiled, the program is the use of threads to real-time monitoring designated directories file, chang
SJ06_CVTest
- 监听文件夹中的文件操作,能够对于文件夹中文件的创建、删除、修改、重命名实现相应。此程序使用了C#的库文件,故使用时需要添加公共语言支持-Monitor folder file operations can create folders for files, delete, modify, rename achieve appropriate. This program uses a C# library file, so you need to add support for the use o
direcuory
- 磁盘文件系统的模拟,能实现文件的添加,删除,实现多级目录-Disk file system simulation, can realize the file to add, delete, multi-stage directory