代码搜索:Method
找到约 10,000 项符合「Method」的源代码
代码结果 10,000
www.eeworm.com/read/330223/6302454
txt hello6.txt
// Prints greetings from two separate methods
// on the screen
// Note that each method calls the other
import javax.swing.JOptionPane;
public class Hello6Act2
{
public static void splong()
www.eeworm.com/read/330223/6302455
txt hello5.txt
// Prints greetings from two separate methods
// on the screen
import javax.swing.JOptionPane;
public class Hello5
{
public static void splong()
{
JOptionPane.showMessageDialog(null,
www.eeworm.com/read/291067/6302923
m stardoa.m
function [StartDOA] = stardoa(R,thetaprev,method,tol)
% *****************************************************************************
% * DBT, A Matlab Toolbox for Radar Signal Processing *
% (c)
www.eeworm.com/read/267423/6305571
cpp registerwin32.cpp
//--FILE DEFINITION-----------------------------------------------------------
//
/*! \file
File name: RegisterWIN32.cpp(CRegisterWIN32)
Author: Yves Lessard
Date: 2001/12
www.eeworm.com/read/213911/6312105
m normex2.m
%输入矩阵
A=hilb(5);
%使用定义求解各阶范数
N1=max(sum(abs(A)));
N2=norm(A);
Ninf=max(sum(abs(A')));
Nfro=sqrt(sum(diag(A'*A)));
%使用norm命令求解范数
n1=norm(A,1);
n2=norm(A,2);
ninf=norm(A,inf);
nfro=norm(A,'fr
www.eeworm.com/read/187066/6320305
java convert.java
package convert;
import java.io.*;
import java.awt.*;
import javax.swing.*;
import java.awt.event.*;
public class Convert extends JFrame {
private JMenuBar jJMenuBar = null;
priva
www.eeworm.com/read/230631/6320556
java sysproppoa.java
/**
* SysPropPOA.java .
* 由 IDL-to-Java 编译器(可移植),版本 "3.2" 生成
* 来自 SysProp.idl
* 2007年6月18日 星期一 上午11时32分57秒 GMT
*/
public abstract class SysPropPOA extends org.omg.PortableServer.Servant
im
www.eeworm.com/read/152657/6321840
m pacific02.m
figure; %另開視窗
worldmap([-60 60],[110 290]); %畫出太平洋區域
setm(gca,'MLabelParallel',60); %將經度的label移到緯度60的地方
co = plotm(coast); set(co,'color',[0 0 0]); %畫海岸線
% load coast; h = patchm(lat,long,'w'); %將
www.eeworm.com/read/152657/6321842
m pacific01.m
figure; %另開視窗
worldmap([-50 50],[30 180]); %畫出太平洋區域
setm(gca,'MLabelParallel',60); %將經度的label移到緯度60的地方
co = plotm(coast); set(co,'color',[0 0 0]); %畫海岸線
% load coast; h = patchm(lat,long,'w'); %將陸
www.eeworm.com/read/494164/6379657
m illustrate.m
clear all
%% This program calls the main program "coherence_MVDR",
%% which computes the coherence function with the MVDR method
%example on how the coherence function works with the MVDR metho