-
队列医院
门诊的医院,在那里有单一的医生咨询,病人发放令牌依次递增的他们的到来。令牌符号还携带了一个数字,指示情况下,病人的严重程度。例如,如果感冒、 咳嗽患者正值 9.55 上午,他获取令牌数 10 和优先数 3 而在 10 上午患者心脏病发作的时候,他获取令牌数目 11 及优先次序
- 2022-04-13 14:22:16下载
- 积分:1
-
This file implements a pid controller used to simulator cruise control in a car
This file implements a pid controller used to simulator cruise control in a car
The input is a throtle value between 0 - 100 ( read on P1 )
The output is the car s speed ( P2 - P0 ) -This file implements a pid controller used to simulator cruise control in a car The input is a throtle value between 0- 100 (read on P1) The output is the car s speed (P2- P0)
- 2023-07-17 12:45:03下载
- 积分:1
-
支持多道进程并发的简单管理模拟系统
支持多道进程并发的简单管理模拟系统-Support for multi-channel process complicated by the simple management simulation system
- 2022-07-26 06:54:45下载
- 积分:1
-
adaboost分类算法工具箱
主要用于分类。adaboost是目前分类最好的分类算法。通过不断学习改变样本的权重达到更好的分类效果。
- 2022-03-16 20:50:09下载
- 积分:1
-
solving nonlinear equations in a way : by using a method of optimizing initial G...
解非线性方程组的一种方法:先用一种优化方法将给定初值(它有可能会使得后续的牛顿法发散)通过一条比较快的途径收敛到精确解附近,得到一个新的初始点,然后再通过牛顿法将新的初始点迭代到精确解(一定的误差范围内)。这种方法的优点在于:它可以将牛顿法快速收敛的优势发挥出来,同时又避免了该方法收敛域比较窄的缺点。-solving nonlinear equations in a way : by using a method of optimizing initial Givens (it might make follow-up to Newton"s law divergence) adopted a relatively fast convergence to the channel near the exact solution, to be a new starting point, and then Newton"s law of the new iteration of the initial point of the exact solution ( some of error). This method has the advantage : it can be rapid convergence of Newton"s method to exploit the advantages while avoiding convergence of the method is relatively narrow domain shortcomings.
- 2022-03-20 10:21:18下载
- 积分:1
-
阅读使用MATLAB的三维人脸模型
它对于三维人脸或目标识别非常有用,它包含一个gui,可以帮助您查看或应用加载的三维文件类型上的命令
- 2022-01-28 21:06:36下载
- 积分:1
-
C++ 各种排序算法演示(插入、希尔、冒泡、快速等)
C++ 各种排序算法演示(插入、希尔、冒泡、快速等)。
- 2023-08-01 22:15:03下载
- 积分:1
-
AVL 树源代码
AVL树是一种两个二进制排序树,但它可以保持高度ofbalance本身,并插入这使得搜索树是非常快的,当然,为了保持该树的平衡也做了一些保持树itselfbalanced操作树中插入和删除在process.AVL树节点的活动由前苏联发明GM阿德尔森,Velskii andE.M.兰迪斯在1962年,这种结构存在于计算机科学和第一数据结构的自我平衡特性,具有开拓性的意义,对于2-4树,红黑树,AA树的存货发明并指出thedirection,具有非常重要的意义这一设计理念。对于更复杂的数据结构是设计,如红黑树中多表现theaverage的AVL树,所以AVL树直接应用已经消失,butit是最好的学习设计思想之一,具有十分重要的意义或toimprove的水平。这是我知道的时候是在他们的派生树的插入和deletionalgorithms的AVL树。
- 2022-08-17 09:34:42下载
- 积分:1
-
Adding maliicious node to aodv
- 2022-08-15 14:09:20下载
- 积分:1
-
排队系统
//#include"stdafx.h"
#include < stdio.h >
#include < tchar.h >
#include < iostream >
使用命名空间 std ;
int main)
{
////////////////////////////////////////////////////////
/ / 初始化变量 / /
int n = 0,n1 = 0 ;/ / 没有。就业机会
int maxLength = 0 ;/ / 最大长度队列。
浮
- 2023-01-13 23:05:03下载
- 积分:1