搜索资源列表
虚拟存储器实验
- 此为操作系统实验报告:虚拟存储器 内含:程序流程图 设计思路 主要源码等等。 简介:在计算机系统中,为了提高主存利用率,往往把辅助存储器(如磁盘)作为主存储器的扩充,使多道运行的作业的全部逻辑地址空间总和可以超出主存的绝对地址空间。用这种办法扩充的主存储器称为虚拟存储器。通过本实验帮助同学理解在分页式存储管理中怎样实现虚拟存储器。-experimental operating system for this report : virtual memory consisting of : flow
lab4
- 利用多线程计算平方和 sum=1^2+2^2+3^2.....+n^2-The use of multi-threaded calculation of square and the sum = 1 ^ 2+ 2 ^ 2+ 3 ^ 2 .....+ N ^ 2
MultiThread-2
- program used to sum the total numbers of an array using multithreading
morethread
- 基于MFC和vc6.0编写的多线程程序,能动态添加线程,分线程计算10000自然数累加和-Multithreaded programs written in MFC and vc6.0 can dynamically add a thread, the thread computing 10000 natural number sum
coordinate_process_my
- 创建两个子进程,父进程从屏幕读取两个数字,通过管道传给两个子进程,子进程分别算出加和与乘积再传回父进程。-Create two child processes, the parent process read two numbers from the screen, then passed to child processes through pipes, child processes calculate the sum and the product, then transmit back