代码搜索:factor
找到约 6,651 项符合「factor」的源代码
代码结果 6,651
www.eeworm.com/read/101208/15841422
c retval.c
/*@A (C) 1992 Allen I. Holub */
#include
#include "lex.h"
char *factor ( void );
char *term ( void );
char *expressio
www.eeworm.com/read/100919/15860502
c jdcoefct.c
/*
* jdcoefct.c
*
* Copyright (C) 1994-1997, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying READ
www.eeworm.com/read/100612/15868801
mak miracl.mak
# UNIX Makefile for MIRACL Software Multi-Precision Math Lib.
#
# Contributed by John Kennedy
# Updated by M.Scott 15/7/97
#
# Notes: This is a "bare-bones" makefile for compi
www.eeworm.com/read/100560/15872141
c jdcoefct.c
/*
* jdcoefct.c
*
* Copyright (C) 1994-1997, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying READ
www.eeworm.com/read/428742/8849450
m nco_gen.m
%%NCO数据,用于下变频
function [NCO_I_Quanti,NCO_Q_Quanti]=Nco_gen(Ts,fi,fd_estimate,N)
%------------------------ 载波NCO的计算---------------------%
%%%%%% 载波NCO参数设定
Accumu_Bit = 32; % 相位累积
www.eeworm.com/read/482078/6626186
sql p127.sql
select id,name,block_size,size_for_estimate sfe,size_factor sf,
estd_physical_read_factor eprf,estd_physical_reads epr
from v$db_cache_advice;
www.eeworm.com/read/338766/12285762
cpp advancedscoremodel_frag.cpp
#include "AdvancedScoreModel.h"
bool StrongFragModel::write_model(ostream &os) const
{
if (! ind_has_models)
return false;
os
www.eeworm.com/read/468066/6998954
mif rom0_factor_rom_q_1d1b3fdd.hdl.mif
-- begin_signature
-- factor_rom_Q
-- end_signature
WIDTH=16;
DEPTH=64;
ADDRESS_RADIX=UNS;
DATA_RADIX=BIN;
CONTENT BEGIN
63 : 1100000000000101;
62 : 1100000000010100;
61 : 11000000001
www.eeworm.com/read/17690/754138
mif rom0_factor_rom_q_1d1b3fdd.hdl.mif
-- begin_signature
-- factor_rom_Q
-- end_signature
WIDTH=16;
DEPTH=64;
ADDRESS_RADIX=UNS;
DATA_RADIX=BIN;
CONTENT BEGIN
63 : 1100000000000101;
62 : 1100000000010100;
61 : 11000000001
www.eeworm.com/read/291752/8399479
cpp isprime.cpp
// isprime.cpp
//
#include "isprime.h"
#include
#include "math.h"
bool ValueIsPrime(int value)
{
int trial, max_factor;
max_factor = int(sqrt(double(value)));
if( value =