代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/318176/13484332
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/318176/13484364
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/316507/13521826
f sw.f
program stegwarm
c...Solves the Riemann problem for the Euler equations using first-order
c...upwind methods based on STEGER-WARMING flux vector splitting.
c...Number of grid points.
www.eeworm.com/read/316507/13521829
f vanleer.f
program vanleer
c...Solves the Riemann problem for the Euler equations using first-order
c...upwind methods based on VAN LEER flux vector splitting.
c...Number of grid points.
parame
www.eeworm.com/read/316379/13523978
html 00index.html
R: Methods for detection of clusters in hierarchical clustering
dendrograms.
www.eeworm.com/read/316379/13523979
html dynamictreecut-package.html
R: Methods for detection of clusters in hierarchical clustering
dendrograms.
www.eeworm.com/read/313554/13584944
java singlearraymaze.java
/* ver: 0.1, date 19-12-2007 by Jeroen W
* added and implemented necessary public methods:
* getElement, clear, isCleared, getSizeX, getSizeY.
* ver: 0.2, date 02-01-2007 by Marcel Hekman
* add cl
www.eeworm.com/read/313554/13584957
java pathbuild.java
/*ver 0.1 made by Jeroen S and W
* implemented methods of interface Build
* ver 0.2 - 02-01-2008 - by Jeroen S
* Minor bugfixes and other cleanup
* ver 0.3 - 02-01-2008 - by Jeroen S
* Res
www.eeworm.com/read/313151/13595208
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/313151/13595281
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