代码搜索:factor

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

代码结果 6,651
www.eeworm.com/read/115151/15024357

cpp parse.cpp

#include "global.h" #include "lexer.h" #include "emit.h" #include "error.h" #include "parse.h" int lookahead; void parse(){ lookahead=lexan(); while(lookahead!=DONE){ expr();match(';'
www.eeworm.com/read/115142/15024577

acc spec.acc

%token NUMBER; expression : term { printf("%d\n", n); } ; term : term '+' factor { *n = x+y; } | term '-' factor { *n = x-y; } | factor ; factor : factor '*' primar
www.eeworm.com/read/115142/15024668

acc spec.acc

%token NUMBER; expression : term { printf("%d\n", n); } ; term : term '+' factor { *n = x+y; } | term '-' factor { *n = x-y; } | factor ; factor : factor '*' primar
www.eeworm.com/read/215709/15051855

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/215312/15065502

m ml_decision_2x2.m

function [Symbol_1,Symbol_2]=ML_decision_2x2(H11,H21,H12,H22,ComSymbol_1,ComSymbol_2,qam) % Alamouti Maximum Likelihood Decision Rule Factor=H11.*conj(H11)+H21.*conj(H21)+H12.*conj(H12)+H22.*conj(
www.eeworm.com/read/114188/15073817

htm 00000005.htm

BBS水木清华站∶精华区 BBS水木清华站∶精华区 发信人: ax.bbs@bbs.ee.nthu.edu.tw. (athena)
www.eeworm.com/read/211983/15168665

m cp0702_gaussian_derivatives_10db_bandwidth.m

% % FUNCTION 7.6 : "cp0702_Gaussian_derivatives_ % 10dB_bandwidth" % % Analysis of -10 dB of the first 15 derivatives of the % Gaussian pulse as a function of the shape factor % % 'smp' sampl
www.eeworm.com/read/211569/15177684

c aa_hiresantialiasing.c

/* ********************************************************************************************************* * uC/GUI * Universal
www.eeworm.com/read/209003/15229427

--

哪个大虾帮我编写个带优先的四则运算计算器,比如1+2*3-4/2结果=5 先乘除后加减。不带优先的就算了! #include #include #include char token[61]; /*存放表达式字符串的数组*/ int n=0; void error(void) /*报告错误函数*/ {
www.eeworm.com/read/207237/15279036

pas teblndwk.pas

unit teBlndWk; interface {$INCLUDE teDefs.inc} uses {$IFDEF WIN32} Windows, Messages, {$ENDIF WIN32} SysUtils, Classes, teRender, {$ifdef CLX} QT, QGraphics; {$else} G