代码搜索:Rectangular
找到约 1,427 项符合「Rectangular」的源代码
代码结果 1,427
www.eeworm.com/read/308787/13692022
m amrect.m
function y = amrect(N,t0,T);
%AMRECT Generate rectangular amplitude modulation.
% Y = AMRECT(N,T0,T) generates a rectangular amplitude modulation
% centered on a time T0, and with a spread proportion
www.eeworm.com/read/303779/13808809
m amrect.m
function y = amrect(N,t0,T);
%AMRECT Generate rectangular amplitude modulation.
% Y = AMRECT(N,T0,T) generates a rectangular amplitude modulation
% centered on a time T0, and with a spread proportion
www.eeworm.com/read/303512/13813963
m upulse.m
% upulse.m - generates trapezoidal, rectangular, triangular pulses, or a unit-step
%
% Usage: y = upulse(t,td,tr,tf) (trapezoidal pulse)
% y = upulse(t,0, tr,tf) (triangular pulse)
www.eeworm.com/read/301701/13851765
txt 最大化java代码的可重用性 (转).txt
作者:jeru
email: jeru@163.net
日期:8/6/2001 5:35:46 PM
最大化JAVA代码的可重用性
——克服传统OO方法在重用方面的缺陷
出处: http://www.javaworld.com
mashy 翻译
摘要:不要放弃编写可重用代码的努力!本文介绍了三种对现有代码进行修改以提高其可重用性的方法。
在
www.eeworm.com/read/301701/13851818
txt 提高java代码可重用性的三个措施(3).txt
作者:五一
日期:2001-6-7 16:40:08
提高Java代码可重用性的三个措施(3)
松下客 2001-05-29 09:35:18
而Rectangular接口的定义是:
public interface Rectangular {Rectangle getBounds();}
现在,所有可以描述为矩形的类(即,实现了Rectang
www.eeworm.com/read/301701/13851914
txt 最大限制地提高代码的可重用性(转).txt
作者:zergman
email: zergman@chinaasp.com
日期:2001-6-15 13:28:57
[b]最大限制地提高代码的可重用性
克服传统面向对象编程方法在可重用性方面的不足[/b]
[BLOCKQUOTE][b]摘要[/b]
不要放弃编写可重用代码的努力!本技巧总结了三种修改您的现有代码以增强其可重用性的方法。[i][/i] [/BLOCKQUOTE]
www.eeworm.com/read/301701/13852070
txt 提高java代码可重用性的三个措施.txt
作者:Eazily
email: Eazily@yeah.net
日期:2001-7-14 21:37:38
提高Java代码可重用性的三个措施
本文介绍了三种修改现有代码提高其可重用性的方法,它们分别是:改写类的实例方法,把参数类型改成接口,选择最简单的参数接口类型。
措施一:改写类的实例方法
通过类继承实现代码重用不是精确的代码重用技术,因此它并不是最理想的代码重 ...
www.eeworm.com/read/491236/6437905
m sns_fur_ser.m
%periodic signal
t=[-8 -8 -6 -6 0 0 2 2 8 8 10 10];
x=[0 1 1 0 0 1 1 0 0 1 1 0];
% figure(1);
subplot(2,1,1),plot (t,x);
axis ([-10 12 -1.5 1.5]);
xlabel('timt (t) -t');
ylabel('x(t)');
titl
www.eeworm.com/read/486726/6525824
h code10.h
#include
#include
#include
#define M 200
#define IDC_BUTTON 501
#define maxInput 11
#define nMenuItems 8
extern double parse(CString,int,double [],int []);
www.eeworm.com/read/485392/6561052
m amrect.m
function y = amrect(N,t0,T);
%AMRECT Generate rectangular amplitude modulation.
% Y = AMRECT(N,T0,T) generates a rectangular amplitude modulation
% centered on a time T0, and with a spread proportion