代码搜索:Rectangular
找到约 1,427 项符合「Rectangular」的源代码
代码结果 1,427
www.eeworm.com/read/104413/15694522
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/104413/15694617
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/104413/15694773
txt 提高java代码可重用性的三个措施.txt
作者:Eazily
email: Eazily@yeah.net
日期:2001-7-14 21:37:38
提高Java代码可重用性的三个措施
本文介绍了三种修改现有代码提高其可重用性的方法,它们分别是:改写类的实例方法,把参数类型改成接口,选择最简单的参数接口类型。
措施一:改写类的实例方法
通过类继承实现代码重用不是精确的代码重用技术,因此它并不是最理想的代码重 ...
www.eeworm.com/read/191841/8420179
apr avr_jtag.apr
D10 ROUNDED 40,000 40,000 0,000 LINE
D11 ROUNDED 78,740 39,370 0,000 FLASH
D12 ROUNDED 78,740 39,370 0,000 FLASH
D13 ROUNDE
www.eeworm.com/read/429877/8784443
m fig8_7.m
% Use this program to reproduce Fig. 8.7 of text
clear all
close all
eps =0.00001;
N = 32;
rect(1:32) = 1;
ham = hamming(32);
han = hanning(32);
blk = blackman(32);
k3 = kaiser(32,3);
k6 = k
www.eeworm.com/read/381207/9104613
m fig8_7.m
% Use this program to reproduce Fig. 8.7 of text
clear all
close all
eps =0.00001;
N = 32;
rect(1:32) = 1;
ham = hamming(32);
han = hanning(32);
blk = blackman(32);
k3 = kaiser(32,3);
k6 = k
www.eeworm.com/read/364310/9912760
m fig8_7.m
% Use this program to reproduce Fig. 8.7 of text
clear all
close all
eps =0.00001;
N = 32;
rect(1:32) = 1;
ham = hamming(32);
han = hanning(32);
blk = blackman(32);
k3 = kaiser(32,3);
k6 = k
www.eeworm.com/read/359349/10153956
m rectan.m
% The response of an ideal lowpass filter to a rectangular pulse.
% Name:rectan
% tao1: the time delay of the filter.
% tao2: the width of the rectangular pulse/
% t0~t1:the time range.
% r(t):th
www.eeworm.com/read/356183/10235362
m fig8_7.m
% Use this program to reproduce Fig. 8.7 of text
clear all
close all
eps =0.00001;
N = 32;
rect(1:32) = 1;
ham = hamming(32);
han = hanning(32);
blk = blackman(32);
k3 = kaiser(32,3);
k6 = k
www.eeworm.com/read/467764/7000995
m fig10_7.m
% Use this program to reproduce Fig. 10.7 of text
clear all
close all
eps =0.00001;
N = 32;
rect(1:32) = 1;
ham = hamming(32);
han = hanning(32);
blk = blackman(32);
k3 = kaiser(32,3);
k6 =