搜索资源列表
testdata
- 实验种采集的一些实验数据,包括单通道和多通道的.数据来源为,磨床震动信号等
实验三 最高优先级调度代码
- 模拟创建进程(建立一个记录型数据结构PCB):给出进程标识、状态、到达时间、运行时间等用先来先服务调度算法进行模拟实现-simulation creation process (to establish a record type data structure PCB) : the process of identification is given, state, arrival time, the time spent running a first-come first-service s
进程同步实验
- 此为操作系统实验:进程同步机制的模拟实现. 报告中有 程序流程图 解题思路 部分主要源码等!! 简介:进程是程序在一个数据集合上运行的过程,进程是并发执行的,也即系统中的多个进程轮流地占用处理器运行。 我们把如干个进程都能进行访问和修改地那些变量成为公共变量。由于进程是并发执行的,所以,如果对进程访问公共变量不加限制,那么就会产生“与时间有关”的错误,即进程执行后,所得到的结果与访问公共变量的时间有关。为了防止这类错误,系统必须要用同步机构来控制进程对公共变量的访问。一般说,同步机构是由若干条原
sendnetworkfile.rar
- 实验二 网络文件传输,使用c++实现,包括单线程、多线程、区分数据段的演示。,Experiment II network file transfer, use c++ Achieve, including the single-threaded, multi-threaded, the distinction between data presentation section.
Project1
- 哈工大数据结构实验使用到的各种数据结构,从跳表到AVL树-HIT experimental data structure using a variety of data structures, jumping table to AVL tree
dpperiment
- 本实验的内容是无线楼宇数据传输仿真,分析915M的楼宇通信特性,不错的-The content of this experiment is wireless building simulation data transmission, analysis of the 915 m building communication features, good
47286500
- 数据结构里的迷宫实验,把它编成一个类似坦克游戏的程序()