代码搜索:Simple
找到约 10,000 项符合「Simple」的源代码
代码结果 10,000
www.eeworm.com/read/483659/6600363
y ch1-06.y
%{
#include
/* we found the following required for some yacc implementations. */
/* #define YYSTYPE int */
%}
%token NOUN PRONOUN VERB ADVERB ADJECTIVE PREPOSITION CONJUNCTION
%%
sentence
www.eeworm.com/read/265327/11268295
y tiny.y
/****************************************************/
/* File: tiny.y */
/* The TINY Yacc/Bison specification file */
/* Compiler Construction: Princi
www.eeworm.com/read/263108/11375374
v parse.v
#############################################################################
# U N R E G I S T E R E D C O P Y
#
# You are on day 85 of your 30 day trial period.
#
# This
www.eeworm.com/read/408213/11401487
m examp2_6.m
syms s; P=(s+3)^2*(s^2+3*s+2)*(s^3+12*s^2+48*s+64) % P 保持原状
simple(P) % 见过一系列化简尝试,得出计算机认为的最简形式
[a,m]=simple(P) % 返回化简方法为因式分解方法,用 factor() 函数将得同样结果
expand(P)
www.eeworm.com/read/408213/11401699
m examp5_4.m
syms t s; f=t^2*exp(-2*t)*sin(t+pi);
F=simple(laplace(diff(f,t,5)))
F0=laplace(f); simple(F-s^5*F0)
ss=0; f1=f;
for i=4:-1:0
ss=ss-s^i*subs(f1,t,0); f1=diff(f1,t);
end
www.eeworm.com/read/402746/11528634
y tiny.y
/****************************************************/
/* File: tiny.y */
/* The TINY Yacc/Bison specification file */
/* Compiler Construction: Princi
www.eeworm.com/read/402676/11530267
log test.log
ALTERA diagnostic utility.
Application accesses hardware using WinDriver.
simple_diag: Failed to initialize the ALTERA library: Failed to initialize the WDC library. Error 0x20000001 - Invalid han