代码搜索:Method
找到约 10,000 项符合「Method」的源代码
代码结果 10,000
www.eeworm.com/read/363492/9949216
m split_step_fourier_method.m
clc; clear all; close all; clf;
cputime=0;
tic;
ln=1;
i=sqrt(-1);
Po=.00064; %input pwr in watts
alpha=0; % Fiber loss value in dB/km
alph=alpha/(4.343); %Ref page#55 eqn 2.5.3 Fiber optic Comm
www.eeworm.com/read/165415/10063455
txt mfc-simple-print-method.txt
MFC简单打印方法
通过MFC来完成打印作业有很多的方法,应用场合也有所不同。我们通常是利用视图框架在MFC基础之上按照OnPreparePrinting() \ OnBeginPrinting() \ OnPreprareDC() \ OnPrinting () \ OnEndPrinting()的顺序来编程的。对于使用单文档或者多文档的视图框架时这无疑是一种很好的方式。但是,在基于对话框
www.eeworm.com/read/356056/10237841
pdf programming_the_finite_element_method.pdf
www.eeworm.com/read/275831/10794273
rb 13 - creating an abstract method.rb
class Shape2D
def area
raise NotImplementedError.
new("#{self.class.name}#area is an abstract method.")
end
end
Shape2D.new.area
# NotImplementedError: Shape2D#area is an abstract meth
www.eeworm.com/read/275831/10794421
rb 03 - getting a reference to a method.rb
s = 'A string'
length_method = s.method('length') # => #
length_method.arity # => 0
length_method.call # => 8
#---
1.succ
www.eeworm.com/read/419588/10857656
var http_method_not_allowed.html.var
Content-language: cs
Content-type: text/html; charset=ISO-8859-2
Body:----------cs--
www.eeworm.com/read/272785/10944571
gif db_add_method_breakpoint.gif
www.eeworm.com/read/271333/11000043
m new method for order parameter.m
%A is the order parameter
maxA = -1000;
minA = 1000;
for k=1:NumOfImage
%伪逆法
%A(1,k)=VV(k,:)*Q;
%距离法
%A(1,k)=1-norm((v(k,:)-Q'))/2;
%相关系数法
%A(1,k)=sum(sum((v(k