搜索资源列表
osdesign
- 这是一个操作系统课程设计之文件系统管理,实现了多级目录管理,先开放20M空间。完成树形目录操作-courses on operating system design from the file system management, and the realization of the multi-level directory management, first 20M open space. Complete tree directory operations
BankSystemSimulation(c++)
- c++实现的模拟银行系统的程序,可以模拟登录,存款,取款,转账等操作,最后将操作的数据保存到文件中。-c achieve the banking system simulation process can be simulated Login, deposits, withdrawals, transfers, etc, Finally, the data operation to preserve documents.
henclib263
- 客户机/服务器系统比文件服务器系统能提供更高的性能,因为客户端和服务器端将应用的处理要求分开,同时又共同实现其处理要求,对客户端程序的请求实现“分布式应用处理”。服务器为多个客户端应用程序管理数据,而客户端程序发送、请求和分析从服务器接收的数据,这是一种“胖客户机 (Fat Client)”,“瘦服务器 (Thin Server)”的网络计算模式。服务器处理服务要求的过程实际是,先获取传送来的头信息,然后根据头信息新建文件,然后继续接受数据写入文件,当接受完数据后关闭文件。-client / s
wenjian
- 建立内存文件系统 在内存中建立一个虚拟磁盘; 建立文件系统; 设计合理的数据结构,管理虚拟磁盘中已分配和未分配的盘块; 设计相应的目录结构,文件控制块等来管理系统中的文件; 实现文件的创建,删除,移位和改名; 设计可视化界面,显示已分配和未分配的磁盘空间; 实现磁盘转储功能,使文件可以从虚拟磁盘转入内存中。 -The establishment of the memory file system in memory to create a virtual d
file_operation
- 采用一级目录结构实现的磁盘文件系统操作系统模拟算法-Using a directory structure to achieve the operating system disk file system simulation algorithm
source
- 本视频监控系统主要实现了云台控制、快照和录像、录像回放、定时自动监控、监控管理及日志。本系统默认操作员用户名为:tsoft,密码为:111。 (2)可执行文件路径:\Debug\Capture.exe (3)本系统使用的硬件是天敏VC4000监控卡,其中使用了MPG4c32.dll、MediaTransmit.dll、MediaTransmit.lib、MediaTransmit.h、Sa7134Capture.dll、Sa7134Capture.lib和Sa7134Capture.h几
upan
- 这是一个控制台程序,可以实现开机启动,U盘插入时偷取U盘中的doc,txt,jpg文件,保存在D盘一个系统隐藏的文件夹中,让后发动到邮箱,这里还有一个BUG,加入没有连接网络的话会报错。-This is a console application, you can boot U disk into the theft of the U disk, doc, txt, jpg files, stored in the D drive a system hidden folder, so that
cmobliphone
- C语言实现设计一个简易的手机通讯录管理系统。该题目要求在熟练掌握C语言的基本知识:数据类型(整形、实型、字符型、指针、数组、结构等);运算类型(算术运算、逻辑运算、自增自减运算、赋值运算等);程序结构(顺序结构、判断选择结构、循环结构);大程序的功能分解方法(即函数的使用)等。进一步掌握各种函数的应用,包括时间函数、、绘图函数,以及文件的读写操作等。-Design a simple mobile phone address book management system. The subject
fsfat16
- 模拟磁盘环境实现FAT16文件系统,具备一般文件系统的功能。-The simulated disk environment, the FAT16 file system with the general file system functions.
StuManagement
- C语言实现的学生管理系统,对数据进行文件存储,具有增删改查的基本功能。-C language student management system, data file storage with basic CRUD functionality.
List
- 自定义c++ list数据结构实现 基本上实现了系统list库文件的操作功能。-Basically achieve self-defined c++ list data structure to achieve the operating functions of the library file system list.
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
Assistant
- 文学研究人员需要统计某篇英文小说中某些形容词出现的次数和位置。试写一个实现这一目标的文字统计系统,称为“文学研究助手”。 基本要求为: 英文小说存于一个文本文件中。待统计的词汇集合要一次输入完毕,即统计工作必须在程序的一次运行之后就全部完成。程序的输出结果是每个词出现的次数和出现位置所在行的行号,格式自行设计。-Literary researchers need to count the number and location of some of the adjectives in t
pjxt
- c++调用matlab模糊控制系统文件,就是.fis文件,实现整个化工生产系统的评价,可以直接把matlab中的fis文件保存为txt,也可以直接读取。-c++ call matlab fuzzy control system file is. fis file, realize the entire chemical production system can be evaluated directly in matlab fis file saved as txt, can also be
UnixFileSystem
- 在windows环境下实现Unix文件系统,其中最重要的是Inode的实现-Unix file system is realized in the windows environment, the most important is the realization of Inode
OSforUnix
- 1.在Windows平台上模拟Unix文件系统 2.理解Unix文件系统和i-node用法 3.实现子目录功能-1. Simulate a Unix file system on your Windows Platform 2. Understand the file system on Unix system, and the usage of i-nodes 3. Implement the function of sub-directory
Huffman-Compressed-file-systems
- 哈弗曼算法及文件压缩系统实现,原创精品,属于一次实战所做-Huffman compression algorithm and file system implementation, original fine
MyFS
- 在磁盘上申请一块空间实现一个模拟文件系统,该模拟文件系统实现了增加、删除、打开、关闭、读写文件等文件系统的基本功能。-The program is a virtual file system. It supports some basic functions such as create ,delete, open, close, read and write files...
ext2_gx
- 仿真EXT2文件系统,使用一个txt文件模拟磁盘,最终实现对磁盘文件的创建、打开、读、写、关闭操作。其中涉及到inode、位图、超级块等概念与操作-A simple file system simulate EXT2, using a TXT file simulated disk, realizede the operationg for the disk file, such as create, open, read, write and close.Which involved some
direcuory
- 磁盘文件系统的模拟,能实现文件的添加,删除,实现多级目录-Disk file system simulation, can realize the file to add, delete, multi-stage directory