代码搜索结果
找到约 1,193 项符合
Q 的代码
q.m
function [res] = Q(X,Y)
% This function is used by Finite Element Method
% (Algorithm 12.5) to implement Q(x,y).
res = 1;
q.m
function [res] = Q(X,Y)
% This function is used by Finite Element Method
% (Algorithm 12.5) to implement Q(x,y).
res = 1;
examp4_23.m
A=[16,2,3,13; 5,11,10,8; 9,7,6,12; 4,14,15,1];
Q=orth(A)
norm(Q'*Q-eye(3))
q.m
% File: q.m
% Software given here is to accompany the textbook: W.H. Tranter,
% K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of
% Communication Systems Simulation with Wireless App
q.m
% File: q.m
% Software given here is to accompany the textbook: W.H. Tranter,
% K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of
% Communication Systems Simulation with Wireless App
qcompeteselect.m
%q竞争选择
%f为适应度, q为选择参数
%q竞争选择机制
%从u个父代个体中选择n个子代个体的方法
%(1)记u个父代个体集合为P, 对每一个个体Xk∈P,再从这个个体集合中随机选取q个个体(q