资源列表

« 1 2 ... .83 .84 .85 .86 .87 13288.89 .90 .91 .92 .93 ... 14954 »

[操作系统开发diaodu

说明:1)在Linux下用C语言编程模拟优先级程调度算法。为了清楚地观察每个进程的调度过程,程序将每个时间片内的进程情况显示出来。2)进程控制块是进程存在的唯一标志,因此,在模拟算法中每一个进程用一个进程控制块PCB来代表,PCB用一结构体表示。3)进程在运行过程中其状态将在就绪、执行、完成几种状态之间转换,同时进程可能处于不同的队列中,如就绪队列。在优先级调度算法中,选择单向队列,入队既是将进程控制块插入队尾,出队既是按优先级重新排列的队,删除队头元素。4)为了便于处理,程序中的某进程运行时间以时间
<王海鹏> 在 2025-06-18 上传 | 大小:2kb | 下载:0

[书籍源码down_189

说明:MRAC 模型参考自适应控制学习的资料。简单入门!-MRAC learning materials. Getting started is simple!
<cj> 在 2025-06-18 上传 | 大小:1.15mb | 下载:0

[书籍源码huamo

说明:滑模学习的资料,对应刘金锟老师的第二版书籍!源码例子都有!-learing VSS!
<cj> 在 2025-06-18 上传 | 大小:642kb | 下载:0

[书籍源码ssb

说明: 用LabView仿真模拟数字调制解调技术ssb。-LabView simulation with digital modulation and demodulation techniques ssb.
<wangli> 在 2025-06-18 上传 | 大小:107kb | 下载:0

[MacOS编程testClock

说明:自己制作的一个备忘录,能够实现记录一些事件,能够事件到期的时间,到期之后能够调用本地通知,有丰富多彩的界面-A memo to produce their own, it is possible to achieve record some events, time events can expire after the expiration can call local notifications, with colorful interface
<hcj> 在 2025-06-18 上传 | 大小:129kb | 下载:0

[MacOS编程naozhong

说明:在这个平台上实现做的程序,自定义实现精美的界面,可以设定时间,到时间后可以调用通知,播放音乐等-Implemented on this platform to do the procedure, a custom implementation elegant interface, you can set the time period after notification can call, play music, etc.
<hcj> 在 2025-06-18 上传 | 大小:58kb | 下载: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

[汇编语言PHR

说明:最优化中PHR算法实现,包含主程序和各个调用程序,比较完整哦-The PHR optimization algorithm, including the main program and the individual caller, relatively complete
<hhggg> 在 2025-06-18 上传 | 大小:10kb | 下载: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
« 1 2 ... .83 .84 .85 .86 .87 13288.89 .90 .91 .92 .93 ... 14954 »

源码中国 www.ymcn.org