代码搜索:Vector
找到约 10,000 项符合「Vector」的源代码
代码结果 10,000
www.eeworm.com/read/438067/7737319
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/438067/7737329
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/436538/7768215
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/436514/7768862
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/197407/7998511
out cknap.out
Optimal value is
16.6667
x vector is
1 1 0.333333 0 1
www.eeworm.com/read/142258/12954084
asm led.asm
;--------------------------------------------------------------
; interrupt vector table
;---------------------------------------------------------------
.s
www.eeworm.com/read/242370/13009124
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/325790/13184894
txt props.txt
Help on properties of the linear time-invariant expression class (pflinear).
'expression'
The expression supplied by the user.
'str'
A string representing the expression.
'exprsize'
The si
www.eeworm.com/read/320159/13432013
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/308995/13684449
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