代码搜索:Simple
找到约 10,000 项符合「Simple」的源代码
代码结果 10,000
www.eeworm.com/read/433368/7937108
m e0554.m
syms T t tao;
ut=exp(-t); %定义系统输入
ht=exp(-t/T)/T; %定义系统冲激响应
uh_tao=subs(ut,t,tao)*subs(ht,t,t-tao); %运用变量替换指令形成被积函数
yt=int(uh_tao,tao,0,t); %实施卷积
yt=simple(yt)
www.eeworm.com/read/198282/7942271
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/198282/7942980
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/198252/7945867
plg hy502b_spi.plg
礦ision3 Build Log
Project:
C:\lab\MyLab\programs\51Pro\HY502\MCU\HY502 DEMO\simple demo\HY502B DEMO\HY502B_SPI.uv2
Project File Date: 12/29/2006
Out
www.eeworm.com/read/396636/8097452
txt dlist.txt
Dynamics Linked-List Library
SPC Dynamics, Omsk, Russia
(C) 2000
The simple and 5 years tested linked-list library!
www.eeworm.com/read/145866/12699100
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/145341/12734823
txt circuit.txt
Simple JTAG interface circuit.
==============================
PL1 25wayD Male PL2 20wayIDC
PL1/17-25
www.eeworm.com/read/145255/12742869
y tiny.y
/****************************************************/
/* File: tiny.y */
/* The TINY Yacc/Bison specification file */
/* Compiler Construction: Princi
www.eeworm.com/read/145250/12743241
y tiny.y
/****************************************************/
/* File: tiny.y */
/* The TINY Yacc/Bison specification file */
/* Compiler Construction: Principle