资源列表
FILEVER.ZIP
- 文件属性阅读器,可以阅读exe,dll等文件的常用属性-file viewer,can be view exe,dll fileproperty
filesystem100
- 文件系统的模拟,可以简单的模拟文件系统的管理等功能-File system simulation
filesys
- 用c语言编写的文件管理系统,可以作为操作系统课程设计的参考。-C language of the document management system can be used as a reference operating system curriculum design.
FileMonitor100
- FileMonitor:监视目录下文件的改变的模块,采用模块化,很方便改成类,支持多目录监视。-FileMonitor: monitor directory changes in the document module, modular, easily replaced by categories, support multi-monitor directory.
filemanagement
- 文件系统模拟程序设计一个 n个用户的文件系统,每次用户可保存m个文件,用户在一次运行中只能打开一个文件,对文件必须设置保护措施,且至少有Create、delete、open、close、read、write等命令。-File system simulation program to design an n-user file system, each user can be stored m file, the user in an operation can only open a file,
filedir
- 解析路径信息,vc++的源代码,希望对您有所帮助-Analytic path information, vc++ source code, I hope for your help
filedialog_hook
- DialogHook利用Windows API实现对文件打开对话框的监控-DialogHook used Windows API
file-operations
- VB 下, 进行文件操作 ,二进制操作。生成Txt,然后读取显示。-VB, file operations, binary operations. Generate Txt, then read the display.
fieling
- 可以监视硬盘中设定盘或文件夹里文件的新建,移动,删除,修改等操作-Can monitor the hard drive disk or folder to set the new file, move, delete, modify, and other operations
FFT
- Matlab中信号的快速傅立叶变换的演示程序-Fast Fourier Transform Algorithm in Matlab
fenyeguanli
- 模拟存储管理常用的请求分页存储管理技术 深入理解虚拟内存的思想和主要的页面淘汰算法-Commonly used in analog storage management storage management technology demand paging virtual memory depth understanding of the ideas and the main page replacement algorithm
fenshidiaoduxitong
- 分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规定的时间片时,被迫释放处理机给下一个处于就绪队列中的第一个进程,分给这个进程相同的时间片,每个运行完时间片的进程,当未遇到任何阻塞时,就回到就绪队列的尾部,并等待下次转到它时再投入运行。于是,只要是处于就绪队列中的进程,按此种算法迟早总可以分得处理机投入运行。模拟实现这一组进程的工作过程。-err