-
-
Gateway_Placement_Optimization_in_Wireless.rar
... a minimum number of gateways such that
QoS requirements are satisfied. We propose a polynomial time
near-optimal algorithm which recursively computes minimum
weighted Dominating Sets (DS), while consistently preserving
QoS requirements ...
-
-
BinarySearchTree.rar
This code executes the operation to provide optimal binary search tree for given array of elements.
-
-
-
01716354_09007dcc8030db7f.rar
Design of Optimal PI Controllers for Doubly Fed Induction Generators
Driven by Wind Turbines Using Particle Swarm Optimization
-
Unix_Shell_Programming.zip
Unix Shell Programming is a tutorial aimed at helping Unix and Linux users get optimal performance out of their operating out of their operating system. It shows them how to take control of their systems and work efficiently by harnessing the power of the ...
-
DMC.rar
... DMC is used to prepare the control action needed to control the outlets of the different valves to control steam,water flow and the fuel consumption in an optimal way considering some observation parameters,such as water level,and steam pressure.
-
pso.zip
... solve these problems.
Several traditional approaches, like lambda-iteration and gradient method are utilized to find out
the optimal solution of non-linear problem. More recently, the soft computing techniques have
received more attention and were used ...
-
Vir_Mem.rar
2.设计一个虚拟存储区和内存工作区,并使用下述算法计算访问命中率。
1) 最佳置换算法(Optimal)
2) 先进先出法(Fisrt In First Out)
3) 最近最久未使用(Least Recently Used)
4) 最不经常使用法(Least Frequently Used)
5) 最近未使用法(No Used Recently)
其中,命中率=1-页面失效次数/页地址流长度。
试对上述算法的性能加以较各:页面个数和命中率间的关系;同样情况下的命中率比较。
-