代码搜索:factor
找到约 6,651 项符合「factor」的源代码
代码结果 6,651
www.eeworm.com/read/338619/12291766
cpp prime1.cpp
#include "iostream"
#include "math.h"
#include "time.h"
//#define M 100
using namespace std;
//用于数组的遍历,composite[]元素的个数是从2到n的数的个数,若为质数其值为false,反之为true
inline long Strike(bool composite[],
www.eeworm.com/read/338619/12291771
cpp prime3.cpp
#include "iostream"
#include "math.h"
#include "omp.h"
#include "time.h"
#define M 100
using namespace std;
//用于数组的遍历,composite[]元素的个数是从2到n的数的个数,若为质数其值为false,反之为true
inline long Strike(bo
www.eeworm.com/read/209560/15217505
pl blast.pl
#!/usr/bin/perl
#
# This is a program whose output can be piped to the test drivers for
# hash.c and dict.c. It inserts a bunch of data and then deletes it all.
#
# The $modulus should be a prime num
www.eeworm.com/read/450760/7476969
v wave_gen_new.v
module wave_gen_new(clk,fre_factor_low,fre_factor_hi,out1);
input clk;
input[15:0] fre_factor_low,fre_factor_hi;
wire[31:0] fre_factor;
assign fre_factor={fre_factor_hi,fre_factor_low};
output[11
www.eeworm.com/read/197606/7984594
asm prime.asm
;
; file: prime.asm
; This program calculates prime numbers
;
; To create executable:
; nasm -f coff prime.asm
; gcc -o prime prime.o driver.c asm_io.o
;
; Works like the following C program:
; #inc
www.eeworm.com/read/398147/8002130
asm prime.asm
;
; file: prime.asm
; This program calculates prime numbers
;
; To create executable:
; nasm -f coff prime.asm
; gcc -o prime prime.o driver.c asm_io.o
;
; Works like the following C program:
; #inc
www.eeworm.com/read/124283/14581071
changelog
Thu Sep 12 22:56:31 2002 Brian Gough
* results.c (gsl_test_rel): catch NaN
(gsl_test_abs): catch NaN
Fri Sep 28 10:40:21 2001 Brian Gough
www.eeworm.com/read/212047/15167693
changelog
Fri Sep 28 10:40:21 2001 Brian Gough
* results.c: use the definition STDC_HEADERS instead of __STDC__
as recommended by the autoconf manual
Thu Sep 6 10:17:10 2001
www.eeworm.com/read/167728/5454118
changelog
Thu Sep 12 22:56:31 2002 Brian Gough
* results.c (gsl_test_rel): catch NaN
(gsl_test_abs): catch NaN
Fri Sep 28 10:40:21 2001 Brian Gough
www.eeworm.com/read/102880/15754326
c lpc.c
/**********************************************************************/
/* QCELP Variable Rate Speech Codec - Simulation of TIA IS96-A, service */
/* option one for TIA IS95, North American Wid