资源列表

« 1 2 ... .11 .12 .13 .14 .15 14816.17 .18 .19 .20 .21 ... 14958 »

[汇编语言color

说明:Draws a palette of 256 colors
<magmo> 在 2024-11-10 上传 | 大小:1kb | 下载:0

[汇编语言mouse1

说明: Shows current mouse coordinates as string
<magmo> 在 2024-11-10 上传 | 大小:1kb | 下载:0

[LabViewada

说明: Demo of adaBoost (adaptive boosting) Xu Cui 2009/05/12 clear training data (1000 samples, 2 dimensions, can be seen as 1000 people, each people have 2 variable: weight and age) data = randn(1000,2
<a> 在 2024-11-10 上传 | 大小:1kb | 下载:0

[并行运算duo

说明:代码主要实现了单线程、多线程求π的计算方法,在集群上运行,比较时间。-The code mainly implements the single-thread, multithreaded method of calculating π, runs on the cluster, compares the time.
<巩晨星> 在 2024-11-10 上传 | 大小:1kb | 下载:0

[书籍源码Phase

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

[操作系统开发进程调度

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

[操作系统开发LRU

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

[书籍源码sample1

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

[汇编语言bp_drag

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

[汇编语言homework1

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

[汇编语言homework2

说明:Reversing a String and Array using Push and Pop
<Toog > 在 2024-11-10 上传 | 大小:1kb | 下载:0
« 1 2 ... .11 .12 .13 .14 .15 14816.17 .18 .19 .20 .21 ... 14958 »

源码中国 www.ymcn.org