代码搜索:factor
找到约 6,651 项符合「factor」的源代码
代码结果 6,651
www.eeworm.com/read/101082/6251302
c units.c
static char *sccsid = "@(#)units.c 4.1 (ULTRIX) 7/17/90";
/* Old ID:
static char *sccsid = "@(#)units.c 4.1 (Berkeley) 10/1/80";
*/
/*************************************************
www.eeworm.com/read/101082/6251522
c schedule.c
#ifndef lint
static char sccsid[] = "@(#)schedule.c 4.2 (Berkeley) 5/27/83";
#endif not lint
# include "trek.h"
/*
** SCHEDULE AN EVENT
**
** An event of type 'type' is scheduled for time NOW + 'of
www.eeworm.com/read/101082/6251537
c schedule.c
#ifndef lint
static char sccsid[] = "@(#)schedule.c 4.2 (Berkeley) 5/27/83";
#endif not lint
# include "trek.h"
/*
** SCHEDULE AN EVENT
**
** An event of type 'type' is scheduled for time NOW + 'of
www.eeworm.com/read/330223/6302396
txt convtemp.txt
// Computes the Fahrenheit equivalent of 20 Celsius
import javax.swing.JOptionPane;
public class ConvTemp
{
public static void main(String[] args)
{
// ratio of F degree to C degree
www.eeworm.com/read/330223/6302449
txt convtemp.txt
// Computes the Fahrenheit equivalent of 20 Celsius
import javax.swing.JOptionPane;
public class ConvTemp
{
public static void main(String[] args)
{
// ratio of F degree to C degree
www.eeworm.com/read/427307/6350292
cpp g722.cpp
/**********************************************************************
codec_ftns.c - Encoder and Decoder functions.
***********************************************************************/
#incl
www.eeworm.com/read/494190/6380055
m ire.m
function ire(x, signal)
% Interactive resolution enhancement for data in the arguments
% "x,signal" written as a single self-contained matlab function.
% See http://www.wam.umd.edu/~toh/spectrum/I
www.eeworm.com/read/494289/6381566
cpp lenstra.cpp
/*
* Program to factor big numbers using Lenstras elliptic curve method.
* Works when for some prime divisor p of n, p+1+d has only
* small factors, where d depends on the particular curve
www.eeworm.com/read/494289/6381797
cpp brent.cpp
/*
* Program to factor big numbers using Brent-Pollard method.
* See "An Improved Monte Carlo Factorization Algorithm"
* by Richard Brent in BIT Vol. 20 1980 pp 176-184
*
* Requires:
www.eeworm.com/read/490574/6447749
java viewerbehavior.java
package Java3DApplet;
import java.awt.*;
import java.awt.event.*;
import java.util.*;
import javax.media.j3d.*;
import javax.vecmath.*;
/**
* ViewerBehavior
*
* @version 1.0, 98/04/16