代码搜索:factor

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

代码结果 6,651
www.eeworm.com/read/318176/13484365

c brute.c

/* * Program to factor numbers using brute force. * * Copyright (c) 1988-1997 Shamus Software Ltd. */ #include #include "miracl.h" #define LIMIT 15000 int main() { /* fi
www.eeworm.com/read/316280/13526360

cc smooth_filter.cc

//Copyright (c) 2004, Charles Killian, Adolfo Rodriguez, Dejan Kostic, Sooraj Bhat, and Amin Vahdat //All rights reserved. // //Redistribution and use in source and binary forms, with or without //mod
www.eeworm.com/read/314881/13557171

m capacity_rician.m

function outage=capacity_rician(SNR,M,k,output) %************************************************************************** %This program illustrates the coding for determining the capacity in the
www.eeworm.com/read/314478/13566177

c jdcoefct.c

//////////////////////////////////////////////////////////////////////// // // Note : this file is included as part of the Smaller Animals Software // JpegFile package. Though this file has not bee
www.eeworm.com/read/313963/13577781

m exp_fnct.m

function y=exp_fnct(x,funfcn,k,T,p1,p2,p3) % y=exp_fnct(x,funfcn,k,T,p1,p2,p3) % Returns the function funfcn(x) times % the exponential factor exp(-j*2*pi*k/T*x) j=sqrt(-1) ; args=[]; for nn
www.eeworm.com/read/312211/13615929

cpp sphbes.cpp

#include #include "nr.h" using namespace std; void NR::sphbes(const int n, const DP x, DP &sj, DP &sy, DP &sjp, DP &syp) { const DP RTPIO2=1.253314137315500251; DP factor,order,rj,rj
www.eeworm.com/read/306478/13744667

m exp_fnct.m

function y=exp_fnct(x,funfcn,k,T,p1,p2,p3) % y=exp_fnct(x,funfcn,k,T,p1,p2,p3) % Returns the function funfcn(x) times % the exponential factor exp(-j*2*pi*k/T*x) j=sqrt(-1) ; args=[]; for nn
www.eeworm.com/read/304881/13784523

m exp_fnct.m

function y=exp_fnct(x,funfcn,k,T,p1,p2,p3) % y=exp_fnct(x,funfcn,k,T,p1,p2,p3) % Returns the function funfcn(x) times % the exponential factor exp(-j*2*pi*k/T*x) j=sqrt(-1) ; args=[]; for nn
www.eeworm.com/read/304001/13805039

m melp_decoder.m

%C is the struct array which contain the coded data produced by coder. %function v=melp_decoder(C) d_init; C=c; TEMPSIZE=size(C); FRN=TEMPSIZE(2); for i=1:FRN ls2=d_lsf(C(i).ls); [G1,G2,
www.eeworm.com/read/303558/13812619

m exp_fnct.m

function y=exp_fnct(x,funfcn,k,T,p1,p2,p3) % y=exp_fnct(x,funfcn,k,T,p1,p2,p3) % Returns the function funfcn(x) times % the exponential factor exp(-j*2*pi*k/T*x) j=sqrt(-1) ; args=[]; for nn