代码搜索:Method
找到约 10,000 项符合「Method」的源代码
代码结果 10,000
www.eeworm.com/read/239550/13272764
m ev_method.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% FUNCTION: ev_method.m
%
% AUTHOR: Steve Kogon
%
% DATE: January 18, 1999
%
% DESCRIPTION: This file for
www.eeworm.com/read/321810/13398406
doc singlepoint method.doc
www.eeworm.com/read/321782/13399416
gif vsobject_method.gif
www.eeworm.com/read/318852/13469428
bmp tms_method.bmp
www.eeworm.com/read/307450/13722141
m cc_method.m
function [tau,m]=CC_Method(data)
x=data;
x=x';
X = [x-mean(x)]/[max(x)-min(x)]; % 归一化到均值为 0,振幅为 1
maxLags = 100; % 最大时延
m_vector = 2:5; % m 取值范围
sigma = std(X);
www.eeworm.com/read/303514/13813695
txt rayleigh ritz method .txt
clear
clc
disp('This module Does FEM analysis of a field problem when the Governing differential equation of field is known')
disp('GOVERNING DIFFERENTIAL EQUATION d/dx(a*du/dx)+cu+q=0 ')
disp('NO
www.eeworm.com/read/303169/13820567
pdf stitching_method.pdf
www.eeworm.com/read/301863/13847468
pdf crc_method.pdf
www.eeworm.com/read/150892/5687873
txt control_method.txt
参照物
BALL
PLAYER
SCENE
CAMERA
进度控制方式
TIME,时间
DISTANCE,球相对于球道的位置
STATIC,静态的镜头
CONSTANT,镜头(在运动的过程中)突然停下来
MENTAL,手动控制的镜头
坐标定义方式
XYZ,三维坐标
AAD,极坐标
www.eeworm.com/read/139332/5802596
hpp call_method.hpp
#if !defined(BOOST_PP_IS_ITERATING)
// Copyright David Abrahams 2002.
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.