代码搜索:Vector
找到约 10,000 项符合「Vector」的源代码
代码结果 10,000
www.eeworm.com/read/351896/10598231
cpp elim-dups.cpp
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that
www.eeworm.com/read/272848/10941333
output maxprofitbbknapsack.output
Optimal value is 15
Packing vector is 1 1 0 0 1
www.eeworm.com/read/271821/10979220
m f1.m
function y=f1(x)
% This is sphere function
% x is a vector
d=length(x);
y=0;
for k=1:d
y=y+x(k)^2;
end
www.eeworm.com/read/456209/7353786
svn-base reverse.m.svn-base
function x = reverse(x)
% flip a vector
x = x(end:-1:1);
www.eeworm.com/read/456209/7353833
m reverse.m
function x = reverse(x)
% flip a vector
x = x(end:-1:1);
www.eeworm.com/read/441402/7670964
me l_read.me
L_READ.ME
ASCII-file accompanying the MATLAB M-files for the LAMBDA-method
for GPS double difference ambiguity resolution.
Development of the LAMBDA method
--------------------------------
The