代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/177878/9429043
java road3.java
package tools;
import java.awt.Point;
public class Road3 extends PtTools{
//methods
public Road3 ( Point k ){
super(k);
super.setID(5);
}
// GetID, SetID, GetLocation, SetLo
www.eeworm.com/read/177878/9429054
java road4.java
package tools;
import java.awt.Point;
public class Road4 extends PtTools{
//methods
public Road4 ( Point k ){
super(k);
super.setID(6);
}
// GetID, SetID, GetLocation, SetLo
www.eeworm.com/read/177878/9429056
java road6.java
package tools;
import java.awt.Point;
public class Road6 extends PtTools{
//methods
public Road6 ( Point k ){
super(k);
super.setID(8);
}
// GetID, SetID, GetLocation, SetLo
www.eeworm.com/read/373627/9446085
r ch09.r
#-*- R -*-
## Script from Fourth Edition of `Modern Applied Statistics with S'
# Chapter 9 Tree-based Methods
library(MASS)
postscript(file="ch09.ps", width=8, height=6, pointsize=9)
options(echo
www.eeworm.com/read/373623/9446370
description
Package: BayesTree
Version: 0.2-0
Date: 2006-10-11
Title: Bayesian Methods for Tree Based Models
Author: Hugh Chipman , Robert McCulloch
www.eeworm.com/read/373369/9460051
java showaddlisteners.java
//: gui/ShowAddListeners.java
// Display the "addXXXListener" methods of any Swing class.
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
import java.lang.reflect.*;
import jav
www.eeworm.com/read/373369/9460768
java print.java
//: net/mindview/util/Print.java
// Print methods that can be used without
// qualifiers, using Java SE5 static imports:
package net.mindview.util;
import java.io.*;
public class Print {
//
www.eeworm.com/read/373344/9462207
m split.m
function [ M, N, b ] = split( A, b, w, flag )
%
% function [ M, N, b ] = split( A, b, w, flag )
%
% split.m sets up the matrix splitting for the stationary
% iterative methods: Jacobi and SOR (Gauss-S
www.eeworm.com/read/176595/9490753
m least_square_paramete_solution.m
% Tasks:
% 1. Data pre-treatment using both methods discussed in the classroom;
% 2. Least squares parameter solution;
% 3. Plot both impulse response and step response;
% 4. Generate the FIR mode