代码搜索:QL
找到约 821 项符合「QL」的源代码
代码结果 821
www.eeworm.com/read/167250/9974373
cpp ql.cpp
#include "d:\cpp\head.h"
typedef char ElemType;
typedef struct QNode{
ElemType data;
struct QNode *next;
}QNode,*QueuePtr;
typedef struct{
QueuePtr front;
QueuePtr rear;
}LinkQueue;
www.eeworm.com/read/276665/10717723
gif ql.gif
www.eeworm.com/read/271021/11012331
frf ql.frf
www.eeworm.com/read/378839/6952264
gif ql.gif
www.eeworm.com/read/434325/7874187
m ql.m
function D = ql(A,epsilon,show)
%---------------------------------------------------------------------------
%QL The QL method for finding eigenvalues
% of a symmetric tridigonal matrix.
% S