代码搜索:factor
找到约 6,651 项符合「factor」的源代码
代码结果 6,651
www.eeworm.com/read/174371/9590365
m rrcosf.m
function h=rrcosf(a,T,t)
% Root raise cosine filter
% Where T is input signal sample period
% a is rolloff factor 0
www.eeworm.com/read/368546/9689682
h cnst.h
/*--------------------------------------------------------------------------*
* CNST.H *
*----------------------------------------
www.eeworm.com/read/368546/9689820
h cnst.h
/*--------------------------------------------------------------------------*
* CNST.H *
*----------------------------------------
www.eeworm.com/read/367540/9743250
c aa_hiresantialiasing.c
/*********************************************************************
* SEGGER MICROCONTROLLER SYSTEME GmbH *
* Solutions for real time microcontroller applicati
www.eeworm.com/read/171378/9758450
java java2.java
import java.lang.StrictMath;
abstract class Shape extends Object{
double xPos;
double yPos;
public Shape(){
xPos=0;
yPos=0;
}
public Shape(double x,double y){
xPos=x;
yPos=y
www.eeworm.com/read/367160/9771613
f dlauu2.f
SUBROUTINE DLAUU2( UPLO, N, A, LDA, INFO )
*
* -- LAPACK auxiliary routine (version 3.1) --
* Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd..
* November 2006
*
*
www.eeworm.com/read/367160/9772700
f slauu2.f
SUBROUTINE SLAUU2( UPLO, N, A, LDA, INFO )
*
* -- LAPACK auxiliary routine (version 3.1) --
* Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd..
* November 2006
*
*
www.eeworm.com/read/170709/9792853
cpp returnwithptr.cpp
//Listing 11.7
// Returning multiple values from a function
#include
short Factor(int, int*, int*);
int main()
{
int number, squared, cubed;
short erro
www.eeworm.com/read/270190/11045623
java computefactor.java
/* File Name:ComputeFactor.java
* 本实例演示了静态方法的应用。
*/
class Factor {
static long factorial(long n) {
if(n==1)
return 1;
else
return n*factorial(n-1);
}
public void show() {
S
www.eeworm.com/read/269672/11084460
asv cp0204_channel_noise.asv
function [y] = cp0204_Channel_Noise(x,N_los,SNR)
tx = 1;
c0 = 10^(-47/20); %47 dB attenuation
d = 2; %distance between tx and rx
gamma1 = 1.7; %attenuati