代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/389184/8544812
m mat2vec.m
function xC = Mat2Vec(W, Method, K, L)
% Mat2Vec Convert an integer matrix to a cell array of vectors,
% several different methods are possible, most of them are non-linear.
% The inverse funct
www.eeworm.com/read/388251/8623358
hpp novateldata.hpp
#pragma ident "$Id: NovatelData.hpp 896 2007-11-15 04:37:07Z ocibu $"
/**
* @file NovatelData.hpp
* gpstk::NovatelData - container for Novatel data, with methods to convert to Rinex
*/
#ifndef G
www.eeworm.com/read/387687/8659269
cpp classmethods.cpp
#include
#include "SupMakt.h"
// Class Goods_Info's methods
Goods_Info::Goods_Info(const int kd,
const char * nm,
double pri,
int num,
const char * c
www.eeworm.com/read/287415/8687313
c stdinredir2.c
/* stdinredir2.c
* shows two more methods for redirecting standard input
* use #define to set one or the other
*/
#include
#include
/* #define CLOSE_DUP /* open, close, dup,
www.eeworm.com/read/430096/8766708
java ex10(2).java
// exceptions/Ex10.java
// TIJ4 Chapter Exceptions, Exercise 10, page 468
/* Create a class with two methods, f() and g(). In g(), throw an exception of
* a new type that you define. In f(), call g
www.eeworm.com/read/430096/8766948
java stem2.java
// reusing/Stem2.java
// TIJ4 Chapter Reusing, Exercise 12, page 254
// Add a proper hierarchy of dispose() methods to all the classes of exercise 9.
/* EX 9: Create a class called Root that conta
www.eeworm.com/read/430096/8767302
java music9.java
// interfaces/music9/Music9.java
// TIJ4 Chapter Interfaces, Exercise 9, page 320
/* Refactor Music5.java by moving the common methods in Wind, Percussion and
* Stringed into an abstract class.
*/
www.eeworm.com/read/427960/8909655
h p1363.h
/*
* MIRACL P1363 header file
* DL - Discrete Logarithm
* ECp - GF(p) Elliptic Curve
* EC2 - GF(2^m) Elliptic Curve
* IF - Integer factorisation-based methods
* Copyright (c) 2000 Sh
www.eeworm.com/read/427960/8909835
c mrpower.c
/*
* MIRACL methods for modular exponentiation
* mrpower.c
*
* Copyright (c) 1988-1999 Shamus Software Ltd.
*/
#include
#include "miracl.h"
void nres_powltr(_MIPD_ i
www.eeworm.com/read/281848/9130061
java ex10(2).java
// exceptions/Ex10.java
// TIJ4 Chapter Exceptions, Exercise 10, page 468
/* Create a class with two methods, f() and g(). In g(), throw an exception of
* a new type that you define. In f(), call g