代码搜索:factor

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

代码结果 6,651
www.eeworm.com/read/431771/6311871

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/494289/6381820

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/493005/6403847

cal mfactor.cal

/* * mfactor - return the lowest factor of 2^n-1, for n > 0 * * Copyright (C) 1999 Landon Curt Noll * * Calc is open software; you can redistribute it and/or modify it under * the terms of the
www.eeworm.com/read/492901/6412743

cpp d13r7.cpp

#include "iostream.h" #include "math.h" #include "stdlib.h" void main() { //program d13r7 //driver for routine ftest int npts = 1000, nval = 10; int i,j,mpts = 500; doub
www.eeworm.com/read/491039/6439413

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/491039/6439422

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/488461/6487302

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/488491/6488022

m ex_07_03_2.m

% ex_07_03_2.m : 习题 7.3 clear all; fl=pi/6;fh=pi/3;N=29; factor=(N+1)/2;m=factor*fl/pi; m=floor(m);m2=factor*fh/pi;m2=ceil(m2); j=sqrt(-1); for k=0:(N-1) if((k=(N-m))||((k>=
www.eeworm.com/read/488224/6498580

m program_13_2.m

% Program 13_2 % Illustration of Down-Sampling by an Integer Factor % clf; N = input('Output length = '); M = input('Down-sampling Factor = '); fo = input('Input signal frequency = '); % Genera
www.eeworm.com/read/488224/6498585

m program_13_1.m

% Program 13_1 % Illustration of Up-Sampling by an Integer Factor % clf; N = input('Input length = '); L = input('Up-sampling Factor = '); fo = input('Input signal frequency = '); % Generate t