代码搜索:modulus
找到约 3,028 项符合「modulus」的源代码
代码结果 3,028
www.eeworm.com/read/395876/8147360
java primes.java
// control/Primes.java
// TIJ4 Chapter Control, Exercise 4, page 139
// Write a program that uses two nested for loops and the modulus operator (%)
// to detect and print prime numbers.
public c
www.eeworm.com/read/392244/8355539
java primes.java
// control/Primes.java
// TIJ4 Chapter Control, Exercise 4, page 139
// Write a program that uses two nested for loops and the modulus operator (%)
// to detect and print prime numbers.
public c
www.eeworm.com/read/370596/9592651
java primes.java
// control/Primes.java
// TIJ4 Chapter Control, Exercise 4, page 139
// Write a program that uses two nested for loops and the modulus operator (%)
// to detect and print prime numbers.
public c
www.eeworm.com/read/270032/11050846
c sturm.c
/*
* sturm.c
*
* the functions to build and evaluate the Sturm sequence
*/
#include
#include
#include "solve.h"
/*
* modp
*
* calculates the modulus of u(x) / v(x) leaving
www.eeworm.com/read/414988/11087403
java primes.java
// control/Primes.java
// TIJ4 Chapter Control, Exercise 4, page 139
// Write a program that uses two nested for loops and the modulus operator (%)
// to detect and print prime numbers.
public c
www.eeworm.com/read/190618/8440316
c qsort.c
#include
#define MAXNUM 200
#ifndef LOOPS
#define LOOPS 10
#endif
#define MODULUS ((long) 0x20000)
#define C 13849L
#define A 25173L
/******************************************************
www.eeworm.com/read/427960/8908974
cpp process.cpp
//
// Program to pre-process the .raw file of modular polynomials
// to produce a .pol file, with coefficients reduced mod p
//
// .pol file format
// ,,,
www.eeworm.com/read/381752/9073882
cpp chapter11-20.cpp
//文件名:CHAPTER11-20.cpp
#include
#include
#include
#include
#include
using namespace std;
// Return whether modulus of elem1 is equal to mo
www.eeworm.com/read/349903/10785615
cpp process.cpp
//
// Program to pre-process the .raw file of modular polynomials
// to produce a .pol file, with coefficients reduced mod p
//
// .pol file format
// ,,,
www.eeworm.com/read/318176/13484205
cpp process.cpp
//
// Program to pre-process the .raw file of modular polynomials
// to produce a .pol file, with coefficients reduced mod p
//
// .pol file format
// ,,,