代码搜索:Simple
找到约 10,000 项符合「Simple」的源代码
代码结果 10,000
www.eeworm.com/read/232055/14209977
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/129636/14234963
m exm05034_1.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/231052/14258053
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/227861/14408092
m exm051_3.m
%exm051_3.m 用符号计算验证三角等式 。
syms fai1 fai2;
y=simple(sin(fai1)*cos(fai2)-cos(fai1)*sin(fai2))
www.eeworm.com/read/227861/14408406
m exm053_7.m
%exm053_7.m
clear
syms T t positive %限定T,t为取正值的符号变量
syms tao
ut=exp(-t); %定义系统输入
ht=exp(-t/T)/T; %定义系统冲激响应
uh_tao=subs(ut,t,tao)*subs(ht,t,t-tao); %运用变量替换指令形成被积函数
yt=int(u
www.eeworm.com/read/126464/14422882
y tiny.y
/****************************************************/
/* File: tiny.y */
/* The TINY Yacc/Bison specification file */
/* Compiler Construction: Princi
www.eeworm.com/read/224153/14604521
bak parse.y.bak
/****************************************************/
/* File: tiny.y */
/* The TINY Yacc/Bison specification file */
/* Compiler Construction: Princi
www.eeworm.com/read/224153/14604536
y parser.y
%{
#define YYPARSER /* distinguishes Yacc output from other code files */
#include "globals.h"
#include "util.h"
#include "scan.h"
#include "parse.h"
#include
#define YYSTYPE T
www.eeworm.com/read/221721/14726335
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/119756/14823139
plg milk.plg
Build target 'Target 1'
compiling MAIN.C...
compiling Simple_EOS.c...
compiling Pulse_count.c...
compiling Bargraph.c...
linking...
creating hex file from "Milk"...
"Milk" - 0 Error(s), 0 Warning(s).