搜索资源列表
BT.500-11
- ITU的关于图像主观质量评价的标准文档,具体描述了double-stimulus continuous quality-scale (DSCQS)的测试条件和方法
500个零件加工动态规划逆序程序
- 500个零件4个车床加工,求最短时间,有发表的论文使用动态规划顺序用matlabe编写的,我自己把它改写成动态规划逆序。
ToyExample1
- 一个关于KHA的算法,他是一种在KPCA基础上进一步训练的算法-a 5,500 on the algorithm, he is a KPCA in further training on the basis of the algorithm
spgs
- 用途:用向量(稀疏存储)形式的Gauss-Seidel迭代解线性方程组Ax=b % 格式: x=spgs(A,b,x0,e,N),A为系数矩阵,b为右端向量,x返回解向量。 % x0为初值向量(默认原点),e为精度(默认1e-4),设置迭代次数上限以防发散(默 % 认500)。 -purposes : with Vector (sparse storage) form of Gauss- Seidel iterative
c9_estimatepi
- %File: c9_estimatepi.m %有5个pi的估计,每一个都是基于500次重复随机试验,所得的pi的五个估计值用以下向量表示 %pi的估计值=[3.0960 3.0720 2.9920 3.1600 3.0480] %如果对5个结果进平均,则pi的估计值=3.0736,这样的结果等价于2500次的试验结果。- File: c9_estimatepi.m have 5 pi estimates are based
Hmatrix
- 基于穷举法实现的LDPC码的校验H矩阵的自动生成程序,并且有一定的去小环的功能。如果最后的结果趋缓结果不理想,可以适当加大变量GENE的初始值,它表明程序穷举的次数,预置为500次。-Method Based on the exhaustive LDPC check matrix H automatic generation procedures, and to a certain small part of the function.
faces
- 200704015人脸数据库_内含多达500张人脸图片-200704015 face database _ containing as many as 500 people face Photo
psb2machines_pss
- 一1000 MW水电站(机组M1)通过一条500 kV, 700 km的输电线路与负载中心连接。负载中心模型是5000 MW的阻抗负载,由遥远的1000 MW电站和当地的5000 MW (机组 M2)电站供电。系统已经初始化,因此线路传送950 MW,接近它的潮流阻抗负载(SIL = 977 MW)。这两台机相当于一台水轮机和管理(HTG),励磁系统和电力系统稳定器(PSS)。这三个模块位于“涡轮和调速”子系统中。通过此例,在500 k
exp103
- 1、典型连续时间信号波形绘制 1)单边指数信号 要求: (1) 画出t=0,1,2,…,500共501点 (2)在一个坐标系中用三种不同颜色分别绘制如下三种情况下的波形 (a) E=200,X=62.5 (b) E=200,X=125.0 (c) E=200,X=250.0 (3)标出特殊点的坐标,如t=0和 的坐标 代码为此题目的解
jobshopingmatlab
- 车间调度(matlab).rar 1、初始化参数: 族群 60,循环500次,交叉0。8 变异 0。6 代沟0。9 2、初始化群:按调度优先级编码,比如 3个零件,每个零件3个工序,就初始化: 1、3、4、5、6、7、8、9、2 2、1、3、4、5、6、7、8、9 等等 -Shop scheduling (matlab). Rar 1, initialization parameters: group
MAZI
- 设定a为N(0,1)的500个随机数和量化级数n=64, 调用u_pcm.m, 分别输出sqnr、a(1:5)、a_quan(1:5)、code(1:5,:)。 -Set a for the N (0,1) of 500 random numbers and quantify the series n = 64, call u_pcm.m, respectively output sqnr, a (1:5), a_quan (1:5
wucha
- 设定a为N(0,1)的500个随机数和i长为500,以n=8、16、64.分别调用u_pcm.m ,从中计算量化误差f=a-a_quan并绘图,分别输出各样值的量化误差图形。 -Set a for the N (0,1) of 500 random numbers and i long for the 500 to n = 8,16,64. Were called u_pcm.m, quantization error from t
2183
- 1、 假定有一目标沿水平方向运动,起始位置为(-2000米,500米),运动速度为10米/秒,扫描周期 秒, , 米,采用蒙特卡洛方法对跟踪滤波器进行仿真分析,仿真次数为100次-1, it is assumed that the target has one movement along the horizontal direction, the starting position for the (-2000 meters, 500
DynamicProgramming
- 一个4台机器加工500个工件求最小加工时间的动态规划正向算法的例子的matlab实现-A 4-machine processing 500 Workpiece minimum processing time for dynamic programming algorithms are examples of the realization of the matlab
fuzzy-pi
- 一被控对象 ,给定为阶跃给定,幅值为500,设计一个两维模糊PI型控制器,输入语言变量和输出语言变量均取7个值{NB,NM,NS,ZE,PS,PM,PB},模糊论域为{-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6},用matlab编程仿真研究。-Charged with one object, to set at a given step, the amplitude for the 500, the design o
adaptivefir
- 自适应滤波器。自适应滤波器为11个权系数的FIR结构。(1)不同的方差σ2(2)LMS算法画出一次实验的误差平方收敛曲线,训练长度为500,给出滤波器系数;进行20次独立实验,给出平均收敛曲线。不同步长值的比较。(3)RLS算法,LMS和RLS算法的比较 -Adaptive filter. Adaptive filter weights for 11 of the FIR structure. (1) different varia
SATSP
- 模拟退火解决tsp问题,可以解决500城市的问题,效果还不错-Tsp simulated annealing to solve problems, can solve the problem of 500 cities, the effect was not bad
c9_estimatepi
- pi的蒙特卡罗估计 matlab源程序有5个pi的估计,每一个都是基于500次的重复随机实验-Monte Carlo estimate pi source matlab has 5 pi estimates are based on each of 500 random repeat the experiment
500
- 500个零件4台车床加工,用动态规划逆序方法求需要的最短时间-dynamic programming backward