代码搜索结果
找到约 10,000 项符合
U 的代码
u.asv
clc
clear
syms t;
taxis=6;
yaxis=10;
A=1;
B=3;
C=3;
i1=0;
i2=0;
cons=3;
xt1=cons;
f0='A*D2y+B*Dy+C*y=0';
f0=subs(sym(f0));
f0=char(f0);
ini1='y(0)=i1';
ini1=subs(sym(ini1));
ini1=
u.m
clc
clear all
close all
syms t n k k1 k2 ;
A=1;
B=-1/6;
C=-1/6;
if (A+B+C)~=0
cons=4;
i1=0;
i2=12;
xt1=cons;
y1='A+B/t+C/t^2=0';
f=char(subs(y1));
z=solve(f);
if C~=0
if z(1)
u.m
function [ y ] = U( x1,x2,M )
%UNTITLED1 Summary of this function goes here
% Detailed explanation goes here
for k=1:4;
z(k)=Mmod(x1(k),x2(k),M);
end;
for k=1:4;
y(k)=reMmod(z(k),x2(k),M);
e
u.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
resi_u
time Resi_u
1 1.000000
2 1.000000
3 1.000000
4 1.000000
5 1.000000
6 1.000000