搜索资源列表
xianlaixianfuwu
- 先来先服务,短作业优先,最高响应比三种算法下的求平均周转和带权周转时间的实现
os
- 编程序实现下述磁盘调度算法,并求出每种算法的平均寻道长度:
_PAGE_REPL14800210182002
- 页面置换求最大公约数,希望对大家有帮助。算法简单易懂
diaoye.rar
- 页面置换算法的利用,400条指令,可以求出命中率和缺页次数,希望大家喜欢,Page replacement algorithm for the use of 400 orders that can derive the percentage of hits and the number of missing pages, I hope you like
1
- 求最长公共子串的算法,这是最好的算法用c++编写的-For the longest common sub-string algorithm, this algorithm is the best c++ to prepare the
Spacing_for_two
- 求两点间距。 程序运行后,会弹出bios对话框,在bios对话框中按要求输入两个点的坐标,然后按回车键便可得到两点间的距离值。-Spacing for two
Matrix
- 本程序实现两个矩阵相加、相减和相乘的运算和求稀疏矩阵的转置矩阵-Implementation of this program add two matrices, subtraction and multiplication operations and seek sparse matrix transpose
zuoye2
- 编写求十进制数12678532与21736543之和的程序,并将和以十进制数的形式送屏幕显示。-Written request of the decimal number 12678532 and 21736543 and procedures, and to decimal form and send screen.
sss
- 模拟操作系统中内存的分配与回收 更加直观的学习操作系统 求送学习操作系统-Simulation operating system memory allocation and recovery more intuitive to learn operating system request send learning operating system
zhexuejiajiucanwenti
- 一群哲学家围坐在一个圆桌,手上持有密码m,并从1开始编了号取初值m,哲学家从1开始报数, 报到m的哲学家停止吃饭,退出圆桌,求哲学家退出的顺序。要求:n和初值m由完家输入.手上的密码随机产生.最后要打印出编号对应的密码,输出哲学家离开的相后顺序-philosopher,philosopher away from cookdesk in the follow queue
require-the-use-of-a-linked-
- 题目说明: 要求采用链表形式,求两个一元多项式的乘积:h3 = h1*h2。函数原型为:void multiplication( NODE * h1, NODE * h2, NODE * h3 )。 输入: 输入数据为两行,分别表示两个一元多项式。每个一元多项式以指数递增的顺序输入多项式各项的系数(整数)、指数(整数)。 例如:1+2x+x2表示为:<1,0>,<2,1>,<1,2>, 输
MaxFlowMinCut_Me
- 利用Ford--Fulkerson 标号法求最大流算法的MATLAB 程序代码 -Use Ford- Fulkerson labeling method for maximum flow algorithm MATLAB code
FIFO
- c语言编写的FIFO页面淘汰算法,对页面访问序列进行处理,显示出换页的过程,并求出缺页率。-c language FIFO page replacement algorithm for page access sequence is processed, showing the paging process and seek vacancy rates page.
uCOS-III-LED
- 这是一个ucos_3系统框架,单片机stm32f103r8t6控制三个LED闪烁。 本框架经过本人亲手调配验证,灵活多变,绝对好用。 功能简单,框架珍贵,求通行.-This is a ucos_3 system framework, stm32f103r8t6 MCU to control the three LED flashing. After my own deployment of validation, the framework is flexible, very eas
Student-am-system
- 学生成绩管理系统,支持成绩的输入,自动求平均,求班级成绩最低,最高-Student performance management system, support the input of the results, the average for the average, the lowest grade, the highest
4线程问题
- 创建4个线程,线程1和2能读文件中的数字,线程3和4能求出数字的和或者是乘积(Creates 4 threads, thread 1 and 2 can read the file number in the 3 and 4 threads can be obtained and digital or product)
EOSApp
- 1)设计一程序,由一个进程创建三个子进程,三个子进程一个是生产者进程,两个是消费者进程。 2)父子进程都使用父进程创建的共享存储区进行通信,由生产者进程将一个数组中的十个数值发送到由5个缓冲区组成的共享内存中。? 3)两个消费者进程轮流接收并输出这十个数值,同时将两个消费者进程读出的数值进行累加求各和。 4)考虑生产者进程生产的速度和消费者进程速度。(1) a program is designed to create three sub processes from one proc