资源列表
7
- 1. 最早截止时间优先EDF(Earliest DeadlineFirst)算法是非常著名的实时调度算法之一。在每一个新的就绪状态,调度器都是从那些已就绪但还没有完全处理完毕的任务中选择最早截止时间的任务,并将执行该任务所需的资源分配给它。在有新任务到来时,调度器必须立即计算EDF,排出新的定序,即正在运行的任务被剥夺,并且按照新任务的截止时间决定是否调度该新任务。如果新任务的最后期限早于被中断的当前任务,就立即处理新任务。按照EDF算法,被中断任务的处理将在稍后继续进行。
breastcancerju
- K-MEANS聚类算法,以及PSO和QPSO算法改进K-MEANS算法,breastcancer数据验证了该分类模型的有效性
vb_CRC16
- BV写的CRC16生成器,可自己输多项式,可以反算多项式,功能强大
waituifa
- 用外推法求函数最优区间的程序-use extrapolation method for the optimal function of the interval procedures
多元线性回归分析程序
- 多元线性回归分析算法-multiple linear regression analysis algorithm
吉尔法求解一阶微分方程组
- 吉尔法求解一阶微分方程组的算法-Gil Solving equations a band algorithm
Mie_bistaic_far_scattering_DG
- 本程序为matlab版的Mie级数展开程序,用来求解球体散射场;-the procedures for Matlab version of the Mie Series procedures used to solve scattering ball field;
WheelDll
- 旋转矩阵的实现算法-rotation matrix algorithm
模拟退火算法
- 简洁得模拟退火算法,用来求函数得极值问题,有兴趣得可以看看。里面提出了一个问题,有兴趣得可以做一个实验-concise in simulated annealing algorithm, used to function in extreme demand, are interested they can look at. They raised a question that interested you can do an experiment
最小二成法拟和直线函数
- 根据最小二乘法由一组点拟合一条直线-by the least squares method based on a group fitting a linear point
高斯消去解方程组c++程序
- 高斯消去解方程组c++程序-Gaussian Elimination Solution equation c procedures
Kmp算法
- 本程序为Kmp匹配算法的实现,程只需直接运行即可,-the procedures for KMP matching algorithm implementation, a journey which takes you directly can run,