搜索资源列表
最佳适应法
- 采用首次适应法、最佳适应法或最差适应法,编写一内存分配和回收模拟程序。 动态地随机产生新的“内存分配”或“内存回收”请求,再按照你选定的分配算法修改这个数组。由于这个实验的重点在于内存分配,所以不考虑与某内存区相关的进程情况。-used first to adapt, adapt best or the worst adaptation law, the preparation of a memory allocation and recovery simulation program. Dyn
最佳适应算法 信安 陆华锋 20022638
- 最佳适应算法是动态内存分区分配算法的一种。所谓“最佳”是指每次为作业分配内存时,总是把能满足要求、又是最小的空闲分区分配给作业,避免“大材小用”。为了加速寻找,该算法要求将所有的空闲分区按其内容以从小到大的顺序形成一空闲分区链。这样,第一次找到的能满足要求的空闲区,必然是最佳的。-best adaptation algorithm is a dynamic memory allocation through an algorithm. The so-called "best"
用matlab实现多次最佳一致的函数逼近
- 用matlab实现多次最佳一致的函数逼近,算法由本人独立完成,经过实践检验-using Matlab best to achieve the same number of function approximation algorithm independent, I will be completed through the test of practice
运动员最佳匹配问题
- 数值算法中的运动员最佳匹配问题解法,比较经典的算法之一。-numerical algorithm of the best athletes matching method to compare the classical algorithm.
最佳一致逼近的里米兹算法
- 最佳一致逼近的里米兹算法-best approximation algorithm Meads Lane
最佳匹配·可视化
- 最佳匹配·可视化c++实现-matching the best visual realization c
解决最佳生产的经典算法
- 解决最佳生产的经典算法-production of the classic algorithm
通信当中的最佳编码
- 通信当中的最佳编码源程序-communication among the best source coding
多项式逼近之最佳一致逼近
- 多项式逼近之最佳一致逼近-polynomial approximation best approximation
最佳基带系统的Pe-EbN0曲线,
- 最佳基带系统的Pe-Eb/N0曲线,滚降系数0.5,取样时间偏差Ts/4.-best baseband system Pe-Eb/N0 curve, roll-off factor of 0.5, sampling time warp Ts / 4.
最佳升余弦滚降系统的多径传输
- 最佳升余弦滚降系统的多径传输. 滚降系数0.5, 取样时间无偏差.-best Raised Cosine system multipath transmission. Roll-off coefficient of 0.5, sampling time without deviation.
CPU调度算法
- 采用最佳适应算法和最先适应算法对CPU进行调度
将 Flex 集成到 Java EE 应用程序的最佳实践
- 将 Flex 集成到 Java EE 应用程序的最佳实践
求图像的二值化最佳阈值
- 求图像的二值化最佳阈值 利用opencv 实现图像的膨胀,腐蚀,开运算,闭运算,求轮廓操作,并可以从外部文件导入结构算子-Find the best binary image threshold image using opencv achieve dilation, erosion, opening operation and closing operation, find the outline of operation, and can be imported from an extern
diedai.本程序给出了迭代法求取最佳阈值
- 本程序给出了迭代法求取最佳阈值,对具有双峰直方图的图像效果良好,This procedure gives the iteration method yields the best threshold, with a bimodal histogram of the image well
ContosoUniversity 是学习 asp.net mvc3的最佳例子
- 是学习 asp.net mvc3的最佳例子之一,采用EF做持久层,演示了Ioc的使用,以及Resposity,UnitOfWork模式的使用方式。-Learn asp.net mvc3 is one of the best examples, the use of EF as a persistent layer, demonstrates the use of Ioc and Resposity, UnitOfWork mode is used.
最佳灾情巡视路线的数学建模资料
- 最佳灾情巡视路线的数学建模资料,有很多篇文章,有很高的学习价值,The best route to inspect the disaster of the mathematical modeling of information, there are many articles, has a high learning value
运动员最佳匹配问题
- 羽毛球队有男女运动员各n人。给定2 个n×n矩阵P和Q。P[i][j]是男运动员i和女运动员j配对组成混合双打的男运动员竞赛优势;Q[i][j]是女运动员i和男运动员j配合的女运动员竞赛优势。由于技术配合和心理状态等各种因素影响,P[i][j]不一定等于Q[j][i]。男运动员i和女运动员j配对组成混合双打的男女双方竞赛优势为P[i][j]*Q[j][i]。设计一个算法,计算男女运动员最佳配对法,使各组男女双方竞赛优势的总和达到最大。 输入:。第一行有1 个正整数n (1≤n≤20
深入理解Java虚拟机JVM高级特性与最佳实践第2版
- 深入理解Java虚拟机:JVM高级特性与最佳实践[第2版](In-Depth Understanding of Java Virtual Machines: JVM Advanced Features and Best Practices [Version 2])
2函数逼近与离散数据拟合—最佳平方逼进法
- 使用matlab编写了最佳平方逼进法的函数,里面有题目,可直接运行计算得到结果。(Matlab prepared using the best square approximation function, which is the problem, can be directly run the calculated results.)