-
Dynamic programming method, algorithm programming, if there are other questions,...
动态规划法,算法程序设计,如果有其他问题,请给我发邮件-Dynamic programming method, algorithm programming, if there are other questions, please send me e-mail
- 2022-06-30 11:29:46下载
- 积分:1
-
数值分析相关问题代码,数据拟合
利用数值分析方法进行数据拟合#include
#include
#include
void main()
{
int i;
float a[3];
float x[16];
float y[16];
void Approx(float[],float[],int,int,float[]);
Approx(x,y,16,2,a);
for(i=0;i
- 2022-03-25 20:23:44下载
- 积分:1
-
FCFS CPU 调度算法
第一次来,先到先得调度
到目前为止最简单的 CPU 调度算法是第一次来,先到先得 (FCFS) 调度算法。这种算法,进程分配 CPU 在他们请求它的顺序。
基本上,那里是单个队列的准备过程。只有通过到达时间 (可怜的选择) 测量作业的相对重要性。
FCFS 政策的实施是易于管理的先进先出的队列。当一个进程进入就绪队列时,其 PCB 被链接到队列的尾巴上。
- 2022-07-03 04:20:49下载
- 积分:1
-
opencv harr 行人检测
用opencv写的行人检测代码,其中用到的特征是harr行人特征,图像是基于彩色图像的。分类器是自己选训练的。
- 2022-11-26 21:50:05下载
- 积分:1
-
Example to calculate, with basic operations, polinomial til 10 degrees, just the...
Example to calculate, with basic operations, polinomial til 10 degrees, just the first step for
solution of polinomial problems, can be implemented according to your wish-Example to calculate, with basic operations, polinomial til 10 degrees, just the first step for
solution of polinomial problems, can be implemented according to your wish
- 2023-07-30 06:10:03下载
- 积分:1
-
ICA算法语音BSS
经典的语音ICABSS算法,可以进行基本的信号分离, 还可以兼容复数领域的计算,非常适合信号盲分离。
里面还有一个实例,非常适合语音的
- 2023-01-25 10:40:03下载
- 积分:1
-
查找字符串
字典树,前几个月做过个关键字过滤的东东,用的AC自动机的算法(Bell实验室70年代研究出的东东,详情请找度娘),10w数据量也就是0.x秒的事
而且这个算法,执行时间只与树的高度有关,与数据量无关,也就是说,哪怕你数据量再扩大一百倍,只要每个数据都是32位,那么时间就是固定的
- 2023-01-26 13:55:03下载
- 积分:1
-
时间序列工具箱 ,内含双谱,AR模型参数估计程序
时间序列工具箱 ,内含双谱,AR模型参数估计程序-time series toolbox containing Bispectrum, AR model parameter estimation procedures
- 2022-08-09 14:48:08下载
- 积分:1
-
数值算法,0.618搜索演示
数值算法,黄金分割搜索演示-numerical algorithm, 0.618 search demonstration
- 2023-05-17 15:15:03下载
- 积分:1
-
gentic算法的多目标优化
MOEA/ D(多目标进化基于分解算法)是一个通用的算法框架。它分解一个多目标优化问题转化为多个不同的单目标优化的子(或简单的多目标优化子问题),然后使用人群为基础的方法,同时优化这些子问题。
- 2022-01-24 10:14:17下载
- 积分:1