代码搜索:Vector
找到约 10,000 项符合「Vector」的源代码
代码结果 10,000
www.eeworm.com/read/213502/15133061
m ex1291.m
%----------------------------------------------------------------------------
% Example 12.9.1
% to solve the ordinary differential equa
www.eeworm.com/read/213502/15133105
m ex351.m
%----------------------------------------------------------------------------
% EX3.5.1
% to solve the ordinary differential equation gi
www.eeworm.com/read/213502/15133113
m ex892.m
%----------------------------------------------------------------------------%
% Example 8.9.2 %
% to solve a static beam deflection usin
www.eeworm.com/read/213502/15133119
m ex891.m
%----------------------------------------------------------------------------%
% Example 8.9.1 %
% to solve a static beam deflection usin
www.eeworm.com/read/213502/15133142
asv ex351.asv
%----------------------------------------------------------------------------
% EX3.5.1
% to solve the ordinary differential equation gi
www.eeworm.com/read/213502/15133147
m ex352.m
%----------------------------------------------------------------------------
% EX3.5.2
% to solve the ordinary differential equation gi
www.eeworm.com/read/213114/15142299
m mmono.m
function f=mmono(x)
%MMONO Test for Monotonic Vector.
% MMONO(X) where X is a vector returns:
% 2 if X is strictly increasing,
% 1 if X is non decreasing,
% -1 if X is non increasing,
%
www.eeworm.com/read/210975/15189275
m mmono.m
function f=mmono(x)
%MMONO Test for Monotonic Vector.
% MMONO(X) where X is a vector returns:
% 2 if X is strictly increasing,
% 1 if X is non decreasing,
% -1 if X is non increasing,
%
www.eeworm.com/read/210671/15193740
cpp fig20_42.cpp
// Fig. 20.42: fig20_42.cpp
// Demonstrating function objects.
#include
using std::cout;
using std::endl;
#include
#include
#include
#include