代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/156908/11753674
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/156908/11753784
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/259522/11785217
java hibernateproxyhelper.java
//$Id: HibernateProxyHelper.java 4453 2004-08-29 07:31:03Z oneovthafew $
package org.hibernate.proxy;
/**
* Utility methods for working with proxies. (this class is being phased out)
* @author Gav
www.eeworm.com/read/155888/11840337
java utility.java
package isoj2me;
import java.util.*;
import javax.microedition.lcdui.*;
/**
*
* isoj2me: Utility
*
*
* This class contains utility methods.
*
*
* Copyright: Copyright
www.eeworm.com/read/344239/11894713
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/344239/11895929
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/344238/11897353
java ex10.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/344238/11897708
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 contai
www.eeworm.com/read/344238/11897844
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/154279/11975324
htm ref_m-q.htm
Math object
A built-in object that has properties and methods for mathematical constants and functions. For example, the Math object's PI proper