资源列表
[操作系统开发] diaodu
说明:1)在Linux下用C语言编程模拟优先级程调度算法。为了清楚地观察每个进程的调度过程,程序将每个时间片内的进程情况显示出来。2)进程控制块是进程存在的唯一标志,因此,在模拟算法中每一个进程用一个进程控制块PCB来代表,PCB用一结构体表示。3)进程在运行过程中其状态将在就绪、执行、完成几种状态之间转换,同时进程可能处于不同的队列中,如就绪队列。在优先级调度算法中,选择单向队列,入队既是将进程控制块插入队尾,出队既是按优先级重新排列的队,删除队头元素。4)为了便于处理,程序中的某进程运行时间以时间<王海鹏> 在 2025-06-18 上传 | 大小:2kb | 下载:0
[书籍源码] least-squares-fitting-orthogonal
说明:用这种算法编程,不用解方程组,只须用递推公式,并且当循环次数增加一 次时,只要把循环增加一次-Programming in this algorithm, without solution equations, just use recursion formula, and when cycles increaseTime, as long as to increase circulation. The rest remains the same.<张si> 在 2025-06-18 上传 | 大小:3kb | 下载:0
[书籍源码] Linear-fitting
说明:这是目前用多项式作曲线拟合的最好算法, 通用算法实现如下.-This is the best algorithm with polynomial curve fitting,General algorithm as follows.<张si> 在 2025-06-18 上传 | 大小:2kb | 下载:0
[书籍源码] The-three-spline-interpolation
说明:MATLAB实现线性插值、多项式插值、样条插值三种方法-MATLAB linear interpolation, the polynomial interpolation, three methods to spline interpolation<张si> 在 2025-06-18 上传 | 大小:3kb | 下载:0
[书籍源码] The-application-of-interpolation
说明:三次样条插值和立方插值法来比较分析随机网络评审法中两个随机变量之间的相关性-Cubic spline interpolation and cubic interpolation method to comparative analysis of random network in the method of uating the correlation between two random variables<张si> 在 2025-06-18 上传 | 大小:4kb | 下载:0
[书籍源码] Romberg-integral-method
说明:Romberg积分通常要求被积函数在积分区间上没有奇点。-Usually require Romberg integral integrand no singularity in the integral interval.<张si> 在 2025-06-18 上传 | 大小:3kb | 下载:0