代码搜索:Method
找到约 10,000 项符合「Method」的源代码
代码结果 10,000
www.eeworm.com/read/368337/9701263
eps roots-secant-method.eps
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: Mathematica-PSRender
%%BoundingBox: 0 82 432 350
%%Pages: (atend)
%%EndComments
%%BeginProlog
/setrgbcolor dup where
{ pop pop }
{ { .114 mul exch .587 mul
www.eeworm.com/read/368337/9701267
eps roots-newtons-method.eps
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: Mathematica-PSRender
%%BoundingBox: 0 79 432 353
%%Pages: (atend)
%%EndComments
%%BeginProlog
/setrgbcolor dup where
{ pop pop }
{ { .114 mul exch .587 mul
www.eeworm.com/read/266104/11240211
m fft_accumulation_method.m
function S=fft_accumulation_method(x,y,N,a,g,L)
%
% FFT_ACCUMULATION_METHOD
% estimate the spectral correlation density using the FFT
% accumulation method
%
%
www.eeworm.com/read/334550/12592497
cpp factory method2.cpp
//去掉了ShapeFactory的两个子类,改为由ShapeFactory直接负责实例的创建.
// ShapeFactory自己变成一个具体的创建器,直接用参数化的方法实现factoryMethod返回多种对象.
class ShapeFactory {
private: static Shape s;
ShapeFactory() {}
static S
www.eeworm.com/read/334550/12592501
txt factory method2.txt
//去掉了ShapeFactory的两个子类,改为由ShapeFactory直接负责实例的创建.
// ShapeFactory自己变成一个具体的创建器,直接用参数化的方法实现factoryMethod返回多种对象.
class ShapeFactory {
private: static Shape s;
ShapeFactory() {}
static S
www.eeworm.com/read/334550/12592522
txt factory method1.txt
// ss.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include
#include
using namespace std;
class Shape {
// 勾画shape
public:
virtual
www.eeworm.com/read/237668/13939248
txt iterative closest point method .txt
function [TR, TT] = icp(model,data,max_iter,min_iter,fitting,thres,init_flag,tes_flag)
% ICP Iterative Closest Point Algorithm. Takes use of
% Delaunay tesselation of points in model.
%
% Ordina
www.eeworm.com/read/235317/14074600
m fft_accumulation_method.m
function S=fft_accumulation_method(x,y,N,a,g,L)
%
% FFT_ACCUMULATION_METHOD
% estimate the spectral correlation density using the FFT
% accumulation method
%
%
www.eeworm.com/read/201318/15410250