搜索资源列表
LTE-Sim_R3_1.tar
- LTE-Sim是Linux平台上使用gcc编译器才能编译通过的工程;主要是用于模拟仿真LTE网络的行为,并得出一些性能参数;该工程能根据设置的仿真环境来模拟LTE网络。请仔细预读readme中的说明。-LTE-Sim Linux platform using gcc compiler to compile by the project mainly for simulation LTE network behavior, and draw some performance parameters
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
2
- 实验二、进程控制(15分) 设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 在Windows下实现: 使用CreateProcess()来创建进程 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 调用GetSystemTime()来获取时间 在Linux下实现: 使用fork()/execv()来创建进程
RemoteUX
- A push-run implementation for both Windows and Linux with the same interface.
list
- 自己实现的一个动态链表的操作函数集,可用于windows和linux-Operating function sets a dynamic list of their own to achieve, it can be used for windows and linux