代码搜索:超远程
找到约 3,969 项符合「超远程」的源代码
代码结果 3,969
www.eeworm.com/read/192685/8365552
txt 请问如何在vb 5.0中使用超文本连接.txt
在 VB 5.0中 使 用 超 文 件 链 接 有 两 种 常 用 方 法 。 一 种 是 使 用 VB 5.0自 身 的 WebBrowser控 件 , 具 体 的 作 法 是 在 控 件 列 表 中 选 择 Microsoft Internet Controls。 加 入 控 件 后 , 使 用 WebBrowser1.Navigate "http://askpro.yeah.net"语 句
www.eeworm.com/read/184787/9076231
m examplesor.m
clear;
a=[4 -2 -4;-2 17 10;-4 10 9];
b=[10 3 -7]';
n=3;
u=zeros(n,1);
w=1;
[X1,K1]=sor(a,b,n,u,w);
disp('超松弛系数:')
w
disp('方程组的解:');
X1
disp('迭代的次数:')
K1
w=1.46;
[X2,K2]=sor(a,b,n,u,w);
www.eeworm.com/read/184248/9114580
c z19264c.c
/*
**长沙太阳人电子有限公司SMG19264C总线接口参考程序(KS0108)
**电话: 0731-4167806,4167808
**E-mail: www@sunman.cn
**Create by :谭超 E-mail: tanchao_1@126.com
**最后修改 : 2005年3月2日
**版本说明: 带显示矩形框、线、点子程序。
*/
//[字符图象
www.eeworm.com/read/184248/9114591
c m19264c.c
/*
**长沙太阳人电子有限公司SMG19264C模拟接口参考程序(KS0108)
**电话: 0731-4167806,4167808
**E-mail: www@sunman.cn
**Create by :谭超 E-mail: tanchao_1@126.com
**最后修改 : 2005年3月2日
**版本说明: 带显示矩形框、线、点子程序。
*/
//[字符图象
www.eeworm.com/read/164632/10099521
c opg.c
/*
实验五 自底下上语法分析----算符优先分析方法
程序测试数据:i+i*i (i-i)*i (使用任何该文法的句子即可)
其他输入串将输出错误信息及错误步骤
20031401008 褚超
*/
#include
#include
#include
#include
#defin
www.eeworm.com/read/163197/10171344
m example7_2b.m
%计算系统超调量、峰值时间、调节时间。
global y t nc dc
n1=10;d1=conv(conv([1 0],[0.25 1]),[0.1 1]);
s1=tf(n1,d1);
Gc=tf([0.2858 1],[0.02407,1]);
sys=feedback(s1*Gc,1); %校正后系统
step(sys) %绘制阶跃响应曲线
[y,t]=step(sy
www.eeworm.com/read/163197/10171558
m example7_1b.m
%计算系统超调量、峰值时间、调节时间。
global y t
s2=tf([1 3.841],[1 73.12]);
s1=tf(20700,[1 20 75 0]);
sope=s1*s2;sys=feedback(sope,1); %校正后系统
step(sys)
[y,t]=step(sys); %求出阶跃响应的函数值及其对应时间
[sigma,tp,ts]=ste(y,
www.eeworm.com/read/460020/7258781
m example7_2b.m
%计算系统超调量、峰值时间、调节时间。
global y t nc dc
n1=10;d1=conv(conv([1 0],[0.25 1]),[0.1 1]);
s1=tf(n1,d1);
Gc=tf([0.2858 1],[0.02407,1]);
sys=feedback(s1*Gc,1); %校正后系统
step(sys) %绘制阶跃响应曲线
[y,t]=step(sy