代码搜索:COMPACT
找到约 3,584 项符合「COMPACT」的源代码
代码结果 3,584
www.eeworm.com/read/366581/9807899
bat doturboc.bat
: This file is a complement to gzip.prj for Turbo C 2.0 users.
: To construct gzip, first transform all files to msdos CR LF format.
: (Use utilities such as flip or do file transfers in ascii mode.)
www.eeworm.com/read/366428/9815593
m q510.m
%《MATLAB在电子信息课程中的应用》第五章例5.10程序q510
% 有受控源的交流电路:戴维南定理
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月
clear, format compact
Z1=-j*250;Z2=250;ki=0.5;Is=2; % 设定元件参数
a11=1/Z1+1/Z2;a12=-1/Z2;a13=0; % 设定系数矩阵A
www.eeworm.com/read/366428/9815638
m q511.m
%《MATLAB在电子信息课程中的应用》第五章例5.11程序q511
% 有受控源的交流电路:戴维南定理
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月
clear, format compact
R1=4;R2=2;R3=2; % 设定元件参数
Xl1=10;Xl2=8;XM=4;Xc=8;
Us=10;Is=10; % 设定信号源参数
Y1
www.eeworm.com/read/164338/10116960
m q510.m
%《MATLAB在电子信息课程中的应用》第五章例5.10程序q510
% 有受控源的交流电路:戴维南定理
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月
clear, format compact
Z1=-j*250;Z2=250;ki=0.5;Is=2; % 设定元件参数
a11=1/Z1+1/Z2;a12=-1/Z2;a13=0; % 设定系数矩阵A
www.eeworm.com/read/164338/10117034
m q511.m
%《MATLAB在电子信息课程中的应用》第五章例5.11程序q511
% 有受控源的交流电路:戴维南定理
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月
clear, format compact
R1=4;R2=2;R3=2; % 设定元件参数
Xl1=10;Xl2=8;XM=4;Xc=8;
Us=10;Is=10; % 设定信号源参数
Y1
www.eeworm.com/read/359540/10140262
m q510.m
%《MATLAB在电子信息课程中的应用》第五章例5.10程序q510
% 有受控源的交流电路:戴维南定理
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月
clear, format compact
Z1=-j*250;Z2=250;ki=0.5;Is=2; % 设定元件参数
a11=1/Z1+1/Z2;a12=-1/Z2;a13=0; % 设定系数矩阵A
www.eeworm.com/read/359540/10140352
m q511.m
%《MATLAB在电子信息课程中的应用》第五章例5.11程序q511
% 有受控源的交流电路:戴维南定理
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月
clear, format compact
R1=4;R2=2;R3=2; % 设定元件参数
Xl1=10;Xl2=8;XM=4;Xc=8;
Us=10;Is=10; % 设定信号源参数
Y1
www.eeworm.com/read/423896/10527737
m ex544.m
%《MATLAB及其在理工课程中的应用指南》第五章例5-4-4程序
% 三重积分
% 西安电子科技大学出版社出版 陈怀琛编著 1999年10月初版,2004年11月第二版
%
clear,format compact
dx=input('dx=(书上为0.1及0.01) ');dy=dx;dz=dx;
x=0:dx:1;
for k=1:length(x)
x1=(k-1
www.eeworm.com/read/277698/10611705
asv ru_u.asv
%该程序为vidic主程序
clear;%清除工作空间变量;
clc;format compact;format long g;
%per=[0:0.2:1.0 1.5:0.5:2 3:1:6];%设定自振周期范围,分别采用不同的密度;
per=0:0.2:6;
sp=length(per);
uc=4;
Tc=2*pi*2.0/2.5*mvg/mag;
To=0.65*Tc*uc
www.eeworm.com/read/273822/10900133
news
Sept 8 2004:
Ver 1.3.4
=========
Changes to tracker.cpp fixes bug in compact peer address acquisition
This will speed up download starts using compact tracker protocol
Addition of peer identifier
Pee