代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/422167/10659289
java user.java
//IMPORT LIBRARIES FOR SERIALIZABLE
import java.io.*;
class User implements Serializable
{
//DECLARE USERNAME AND PASSWORD VARAIBLES
private String userName;
private String password;
//CL
www.eeworm.com/read/421949/10676625
m contents.m
% Statistical learning methods.
%
% Included directories (implementing algorithms):
% minimax - (dir) Minimax learning algorithm.
% unsuper - (dir) Unsupervised learning methods, EM algori
www.eeworm.com/read/276377/10743681
txt changelog.txt
Version history
---------------
3.1 December 24, 2005
by Paul Doland:
Added Delphi 2006 support
by Leroy Casterline:
Fixed bug in setting length of strings returned by EnumComPorts.
www.eeworm.com/read/421239/10747747
java findapp.java
import java.lang.reflect.*;
public class FindApp {
public static void main(String[] arguments) {
if (arguments.length == 1) {
Class inspect;
try {
www.eeworm.com/read/421239/10747749
java seemethods.java
import java.lang.reflect.*;
public class SeeMethods {
public static void main(String[] arguments) {
Class inspect;
try {
if (arguments.length > 0)
www.eeworm.com/read/349902/10786246
m fieldnames.m
function F = fieldnames(S)
% BVQXfigure::fieldnames - return pseudo fieldnames
% Version: v0.7b
% Build: 7090409
% Date: Sep-04 2007, 9:04 AM CEST
% Author: Jochen We
www.eeworm.com/read/349902/10786458
m fieldnames.m
function F = fieldnames(S)
% BVQXinifile::fieldnames - get fieldnames
% Version: v0.7b
% Build: 7090311
% Date: Sep-03 2007, 11:35 AM CEST
% Author: Jochen Weber, Bra
www.eeworm.com/read/275831/10794556
rb 05 - automatically loading files as needed.rb
# functions.rb
module Decidable
# ... Many, many methods go here.
end
module Semidecidable
# ... Many, many methods go here.
end
#---
# functions.rb
autoload :Decidable, "decidable.rb"
autoload :
www.eeworm.com/read/349842/10796829
m feature_selection_commands.m
function feature_selection_commands(command)
%This function deals with commands generated by the feature selection module
persistent methods;
if isempty(methods)
methods = read_algorithms('
www.eeworm.com/read/349119/10848878
txt changelog.txt
Version history
---------------
3.0
Version number, small changes in documentation
2.64 (18.03.2003)
Delphi 7 support
2.64 (3.10.2002)
C++ Builder 6 support
2.63 (3.9.2001)
De