代码搜索:factor

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

代码结果 6,651
www.eeworm.com/read/317326/13505893

m sa_fig4_2.m

% Figure 4.2 2-D patterns for sin(theta)^2 element pattern % and the two element array factor pattern cos(pi*sin(theta)/2+beta/2)^2 % set(0,'defaultfigurecolor','w') theta=0:.01:2*pi; EF=sin(
www.eeworm.com/read/316280/13526346

cc multiplication_hash_function.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/315699/13537932

c hotel.c

/* hotel.c -- hotel management functions */ #include #include "hotel.h" int menu(void) { int code, status; printf("\n%s%s\n", STARS, STARS); printf("Enter the number of
www.eeworm.com/read/314620/13563440

asm prog6_24.asm

stack segment stack para stack 'stack' db 64 dup(?) stack ends data segment n db 8 funcn dw ? data ends code segment assume cs:code,ds:data,ss:stack main proc fa
www.eeworm.com/read/314474/13566835

cc stopngramstats.cc

/* * StopNgramStats.cc -- * N-gram statistics with contexts excluding stop words * */ #ifndef lint static char TaggedNgramStats_Copyright[] = "Copyright (c) 1996-2006 SRI International. A
www.eeworm.com/read/312211/13615812

cpp zbrac.cpp

#include #include "nr.h" using namespace std; bool NR::zbrac(DP func(const DP), DP &x1, DP &x2) { const int NTRY=50; const DP FACTOR=1.6; int j; DP f1,f2; if (x1 == x2) nrerr
www.eeworm.com/read/312169/13616951

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/308787/13692090

m tfrrmsc.m

function [tfr,rtfr,hat] = tfrrmsc(x,t,N,f0T,trace,K); %TFRRMSC Reassigned Morlet Scalogram time-frequency distribution. % [TFR,RTFR,HAT] = TFRRMSC(X,T,N,F0T,TRACE) % computes the Morlet scalogram and
www.eeworm.com/read/307616/13719231

cpp ex8_09.cpp

// Ex8_09.cpp : main project file. // Overloading operators in the value class, Length #include "stdafx.h" using namespace System; value class Length { private: int feet; int inches;
www.eeworm.com/read/303779/13808891

m tfrrmsc.m

function [tfr,rtfr,hat] = tfrrmsc(x,t,N,f0T,trace,K); %TFRRMSC Reassigned Morlet Scalogram time-frequency distribution. % [TFR,RTFR,HAT] = TFRRMSC(X,T,N,F0T,TRACE) % computes the Morlet scalogram and