搜索资源列表
teacher
- 2003 - 2004 学年度(下)C++ 课程设计题目 实现简单的教师信息管理系统,使用到了链表,定义了一个 TeacherList 类,可以实现简单的插入,查找,删除等功能,涉及到二进制文件的读写操作。-2003- 2004 school year (the) C++ Curriculum design subject teachers to achieve a simple information management system, the use of the list, Teache
zuqiu1
- 设计并实现一个简单的球队人员信息管理系统。对各类人员信息进行管理,包括增加、删除、查询、修改、排序和统计等基本功能。存储采用文件读取链表的形式 其他没了 适合刚学C的借鉴参考-Designed and implemented a simple team personnel information management system. Various types of personnel information management, including add, delete, query, m
course
- C语言学生选课系统程序,课设时所作,简单文件输入输出,没有数据库-C language students elective system procedures, made by the class-based, simple file input and output, there is no database
1
- huffman编码译码系统 很简单的课程设计 有文件操作和压缩 附送一个航空售票管理-huffman code decoding system of curriculum design is very simple to operate and there are documents attached a compressed air ticket management
wenjianxitong
- 熟悉文件系统的基本功能和结构 实现一个简单的类似于dos的文件系统 -err
accountment
- 一个商品账务信息管理系统,简单文件操作,能够添加,删除,查询各商品信息等功能,版权所有,下载后请于24小时内删除-Accounts information of a merchandise management system, easy file operations, be able to add, delete, query information and other functions of the merchandise, all rights reserved, after the d
FlashPlayer
- Flash动画播放器是一款SWF文件专用播放器,本软件综合了同类播放器的优点,改进了缺点打造出全新作品, 该版〖Flash动画播放器〗是一款操作简单,使用方便,高效、稳定,界面漂亮,占用资源空间少,不向系统写入任何垃圾文件,软件以实用为宗旨,功能多而不复杂,是绿色软件,无需安装,是爱机一族的极品。 -Flash animation player SWF file is a special player, the software combines the advantages of simi
Fat32Test
- 简单FAT32文件系统分析程序,只分析根目录。-Analysis of simple procedures for FAT32
2007512151851512_136Z_Com
- 简单的选课系统,RAR格式·~~ 里面的文件有点多-SELECTING COURSE
test
- 操作系统课程设计简单文件系统的实现的代码,vc2008-Simple file system, operating system, curriculum design, implementation of the code, vc2008
filesystem
- 用c编写的简单的文件系统,仿照Linux的二级文件系统,适合初学者参考-With c written a simple file system, modeled on the two Linux file system, suitable for beginners reference
wenjian_xitong
- 简单文件系统的实现 在内存中开辟虚拟磁盘空间作为文件储存分区-Simple File System opened in memory space as a virtual disk file storage partitions
学生管理系统
- 一款功能十分简单的学生信息管理系统,该源码的亮点在于没有采用数据库,而是 采用了文件流的方式来存储数据信息,该源码比较适合学习交流使用。(A student information management system function is very simple, the source of the highlight that there is no use database, instead of using the file stream way to store data inform
网上文件管理系统(Struts)(Java+EE项目案例)
- 简单的文件管理系统,供学习参考,不适合做商用,数据库用的mysql(Simple file management system for learning reference, not suitable for commercial, database mysql)
最后结果 - 改进版
- 文件系统模拟实现 设计并实现一个简单的文件系统,要求实现基本的文件操作。(Design and implement a simple file system, requirements for basic file operations)
银行管理系统
- C++实现了一个简单的银行管理系统,支持新建、查询、修改、重定向到文件。(A simple bank management system in C++.)
EA--5M剥头皮系统
- 非常简单的5M交易系统,基本上5M内就会平单,且有持仓的话,不会建仓。 1.将experts文件夹拷贝到mt4根目录下 2.启动mt4,打开某一货币对的1小时5M窗口,从智能交易系统中将 "5M剥头皮系统" 拖拽到窗口中。 3.参数说明: Lots = 1.0;----用于判断保证金是否足够 TakeProfit = 10;---止盈 Stoploss = 17;---止损 TrailingStop = 9;---移动止损 Slippage = 2;---
c语言简单员工管理系统
- c文件保存的员工管理系统,里面有较全的员工管理信息,都是用txt的文件保存,可以读写(C files saved by the staff management system, there are more full staff management information, all are stored in txt files, can read and write)
filesys
- 可以实现文件的基本操作,如删、新建、重命名等(The basic operations of a file, such as deletion, construction, renaming, etc., can be implemented)
简单的职工管理系统
- C++简单的职工管理系统 1.问题描述 对单位的职工进行管理,包括插入、删除、查找、排序等功能。 2.要求 职工对象包括姓名、性别、出生年月、工作年月、学历、职务、住址、电话等信息。 3.实现提示 职工对象数不必很多,便于一次读入内存,所有操作不经过内外存交换。 (1)由键盘输入职工对象,以文件方式保存。程序执行时先将文件读入内存。 (2)对职工对象中的"姓名"按字典顺序进行排序。 (3)对排序后的职工对象进行增、删、查询、修改等操作。(C++ simple st