代码搜索:effect
找到约 4,591 项符合「effect」的源代码
代码结果 4,591
www.eeworm.com/read/140893/7117156
java multiimplementation.java
//: c08:MultiImplementation.java
// With concrete or abstract classes, inner
// classes are the only way to produce the effect
// of "multiple implementation inheritance."
// From 'Thinking in Jav
www.eeworm.com/read/453435/7420720
m fig2_22.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Figure 2.22
% Effect of element spacing on beam pattern
% Lillian Xu
% Last updated by K. Bell 7/22/01, 10/4/01
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
clear all
www.eeworm.com/read/449996/7491903
readme
TinyTcp Public Domain Release
The files in this release contain a simple implementation of TCP & FTP,
suitable for burning into ROM. It is, in effect, a big hack put together
in two or thr
www.eeworm.com/read/444955/7602229
pas splash.pas
// If forms of your application appears on the screen with delay, the splash of
// the other demo has better effect.
unit Splash;
interface
uses
Windows, Messages, SysUtils, Classes, Grap
www.eeworm.com/read/441618/7668167
m cp0701_shape_factor_variation.m
%
% FUNCTION 7.1 : "cp0701_shape_factor_variation"
%
% Effect of shape factor variation on pulse width and
% Energy Spectral Density of the Gaussian pulse
%
% The pulse amplitude is set to 'A'
www.eeworm.com/read/441618/7668168
asv cp0701_shape_factor_variation.asv
%
% FUNCTION 7.1 : "cp0701_shape_factor_variation"
%
% Effect of shape factor variation on pulse width and
% Energy Spectral Density of the Gaussian pulse
%
% The pulse amplitude is set to 'A'
www.eeworm.com/read/437619/7744677
readme
TinyTcp Public Domain Release
The files in this release contain a simple implementation of TCP & FTP,
suitable for burning into ROM. It is, in effect, a big hack put together
in two or thr
www.eeworm.com/read/435150/7796132
cpp ex3_03.cpp
// Exercise 3.3 Using a bitwise operator to affect the binary representation of an integer.
// The simplest way to invert the last bit of a number is to exclusive-OR the number with 1.
// The effect