代码搜索:Implementations

找到约 4,027 项符合「Implementations」的源代码

代码结果 4,027
www.eeworm.com/read/494289/6381615

cpp modpol.cpp

// // Program to generate Modular Polynomials mod p, as required for fast // implementations of the Schoof-Elkies-Atkins algorithm // for counting points on an elliptic curve Y^2=X^3 + A.X + B mod
www.eeworm.com/read/479166/6699939

cpp gradebook.cpp

// Fig. 3.16: GradeBook.cpp // Implementations of the GradeBook member-function definitions. // The setCourseName function performs validation. #include using std::cout; using std::en
www.eeworm.com/read/479166/6699942

cpp gradebook.cpp

// Fig. 3.12: GradeBook.cpp // GradeBook member-function definitions. This file contains // implementations of the member functions prototyped in GradeBook.h. #include using std::cout;
www.eeworm.com/read/478118/6720383

java cycles.java

// interfaces/Cycles.java // TIJ4 Chapter Interfaces, Exercise 18, page 342 /* Create a Cycle interface, with implementations Unicycle, Bicycle and * Tricycle. Create factories for each type of Cy
www.eeworm.com/read/156908/11753288

cpp modpol.cpp

// // Program to generate Modular Polynomials mod p, as required for fast // implementations of the Schoof-Elkies-Atkins algorithm // for counting points on an elliptic curve Y^2=X^3 + A.X + B mod
www.eeworm.com/read/344238/11897852

java cycles.java

// interfaces/Cycles.java // TIJ4 Chapter Interfaces, Exercise 18, page 342 /* Create a Cycle interface, with implementations Unicycle, Bicycle and * Tricycle. Create factories for each type of Cyc
www.eeworm.com/read/256101/12028638

cpp gradebook.cpp

// Fig. 3.16: GradeBook.cpp // Implementations of the GradeBook member-function definitions. // The setCourseName function performs validation. #include using std::cout; using std::en
www.eeworm.com/read/256101/12028666

cpp gradebook.cpp

// Fig. 3.12: GradeBook.cpp // GradeBook member-function definitions. This file contains // implementations of the member functions prototyped in GradeBook.h. #include using std::cout;
www.eeworm.com/read/150781/12263005

c sshsh512.c

/* * SHA-512 algorithm as described at * * http://csrc.nist.gov/cryptval/shs.html */ #include "ssh.h" #define BLKSIZE 128 /* * Arithmetic implementations. Note that AND, XOR and
www.eeworm.com/read/250756/12385872

c sshsh512.c

/* * SHA-512 algorithm as described at * * http://csrc.nist.gov/cryptval/shs.html */ #include "ssh.h" #define BLKSIZE 128 /* * Arithmetic implementations. Note that AND, XOR and