代码搜索:factor

找到约 6,651 项符合「factor」的源代码

代码结果 6,651
www.eeworm.com/read/278154/10564814

c sphbes.c

#include #define RTPIO2 1.2533141 void sphbes(int n, float x, float *sj, float *sy, float *sjp, float *syp) { void bessjy(float x, float xnu, float *rj, float *ry, float *rjp, float
www.eeworm.com/read/276740/10711995

cn2 drivparm.cn2

~aDRIVPARM~0 当你启动MS-DOS时,为磁盘及磁带这样的设备定义参数。你只能在CONFIG.SYS 文件中使用此命令。 ~aDRIVPARM~0命令对所存在的物理驱动器的参数进行修改。但它并不建立一新 的逻辑驱动器。在~aDRIVPARM~0命令中指定的设置将覆盖掉任何先前块设备的驱
www.eeworm.com/read/349903/10785399

c brent.c

/* * 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 * * Copyright
www.eeworm.com/read/419623/10853242

m smat2cov.m

function P = smat2cov(Smat,idx) % SMAT2COV Make covariance matrix from vector of Cholesky factor elements. % P = smat2cov(Svec) returns the (quadratic) covariance matrix when given a % vector
www.eeworm.com/read/349037/10855199

txt sort.txt

#include #include #include #include #include #include #define ALT_F 33 /*定义键盘编码*/ #define ALT_S 31 #defin
www.eeworm.com/read/419541/10863157

c csort.c

/************************************************************************ 名称: csort.c 一个动画程序来显示6个排序算法的动作。 运行这个程序要求包含
www.eeworm.com/read/348787/10867197

h rccu.h

#ifndef _RCCU #define _RCCU /************************************************************************/ /* ST9+ family RCCU control registers release 4.0 */ /*
www.eeworm.com/read/273514/10913774

c disp.c

/* ********************************************************************************************************* * uC/GUI * Universal
www.eeworm.com/read/271877/10977222

c csort.c

/************************************************************************ 名称: csort.c 一个动画程序来显示6个排序算法的动作。 运行这个程序要求包含
www.eeworm.com/read/271346/10999781

txt 使用说明文档.txt

本程序的产生式: 文法产生式如下(Program是文法的起始元素): Program —> id ( ) { Slist } Slist —> Dlist Olist | Olist | ε Dlist —> Dlist D | D D —> type id ; Olist —> Olist O | O O —> id = expression ; | if ( e