资源列表

« 1 2 ... .41 .42 .43 .44 .45 1446.47 .48 .49 .50 .51 ... 14959 »

[书籍源码Phase

说明:利用zernike多项式系数拟合波前,采用的是zernike边缘多项式,有36项(Fitting wavefront using Zernike polynomial)
<yuqiu2249 > 在 2025-03-07 上传 | 大小:1kb | 下载:1

[操作系统开发进程调度

说明:进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。 每个进程有一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。 进程的优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。进程的到达时间为进程输入的时间。进程的运行时间以时间片为单位进行计算。每个进程的状态可以是就绪 W(Wait)、运行R(Run
<寒修末 > 在 2025-03-07 上传 | 大小:1kb | 下载:0

[操作系统开发LRU

说明:用高级语言模拟页面置换算法LRU,加深对LRU算法的认识。 其基本原理为: 如果某一个页面被访问了,它很可能还要被访问;相反,如果它长时间不被访问,在最近未来的时间里是不大可能被访问的。(Using high-level language simulation page replacement algorithm LRU, deepen the understanding of the LRU algorithm. The bas
<寒修末 > 在 2025-03-07 上传 | 大小:1kb | 下载:0

[书籍源码sample1

说明:基础粒子群算法,输出迭代次数与适应度值关系图(The relation between the number of output iterations and the fitness value of the basic particle swarm optimization algorithm)
<naitgniq > 在 2025-03-07 上传 | 大小:1kb | 下载:0

[中间件编程批量法向量计算代码

说明:由点的三维坐标,进行批量计算所在点的局部曲面的法向量,法向量中x赋值给予,y,z计算得出。然后计算欧拉角表示的坐标(From the point of three-dimensional coordinates, batch calculation of the local surface of the normal vector, the normal vector x assignment given, y, Z calculati
<杜培健 > 在 2025-03-07 上传 | 大小:1kb | 下载:0

[汇编语言bp_drag

说明:拽力模型,基于最小流化速度和流化床中的空隙率计算气固间的相互作用力(drag modelbased on the limited fluid velocity to compute the mutual influence between the gas and solid.)
<初见 > 在 2025-03-07 上传 | 大小:1kb | 下载:0

[汇编语言homework1

说明:This program copies the string stored in source to target in reverse order.
<Toog > 在 2025-03-07 上传 | 大小:1kb | 下载:0

[汇编语言homework2

说明:Reversing a String and Array using Push and Pop
<Toog > 在 2025-03-07 上传 | 大小:1kb | 下载:0

[汇编语言Class attendance code

说明:本文档使用JAVA程序,编写代码,实现班级人数出勤情况的代码实现。(This document using JAVA program, writing code, class attendance number code.)
<快乐人生Bob > 在 2025-03-07 上传 | 大小:1kb | 下载:1

[汇编语言exe

说明:8086 打印字符串程序, 调用 AX 为字符串在数据段中的首地址(8086 print strings, AX IS THE BASE ADRESS FOR STRING TO PRINT IN DATA SEGMENT)
<辛嘉彰 > 在 2025-03-07 上传 | 大小:1kb | 下载:0

[操作系统开发FIFO请求分页式算法

说明:分页式虚拟存储系统是吧作业信息的副本存放在磁盘上,当作业被选中时,可把作业的开始几页装入主存且启动执行。(A paged virtual storage system is where copies of the job information are stored on disk. When the job is selected, you can load the start pages of the job into the ma
<堇色安年 > 在 2025-03-07 上传 | 大小:1kb | 下载:0

[操作系统开发页面置换算法

说明:OPT LRU FIFO页面置换算法(page switch algorithm)
<Aye__ > 在 2025-03-07 上传 | 大小:1kb | 下载:0
« 1 2 ... .41 .42 .43 .44 .45 1446.47 .48 .49 .50 .51 ... 14959 »

源码中国 www.ymcn.org