代码搜索:DOMAIN
找到约 10,000 项符合「DOMAIN」的源代码
代码结果 10,000
www.eeworm.com/read/100018/15888103
pl domain-lib.pl
# domains-lib.pl
# Functions for the domains table
# domains_dbm(&config)
# Returns the filename and type of the domains database, or undef if none
sub domains_dbm
{
foreach $f (&find_type("K", $_[0]
www.eeworm.com/read/100018/15888128
cgi save_domain.cgi
#!/usr/local/bin/perl
# save_domain.cgi
# Save, create or delete an address mapping
require './sendmail-lib.pl';
require './domain-lib.pl';
&ReadParse();
$access{'domains'} || &error($text{'dsave_eca
www.eeworm.com/read/100018/15888180
cgi edit_domain.cgi
#!/usr/local/bin/perl
# edit_domain.cgi
# Edit an existing domain
require './sendmail-lib.pl';
require './domain-lib.pl';
&ReadParse();
$access{'domains'} || &error($text{'dform_ecannot'});
$conf = &
www.eeworm.com/read/289272/8563350
jpg domain_right7.jpg
www.eeworm.com/read/287073/8723196
png class_euclidean_domain_of.png
www.eeworm.com/read/287073/8726507
html class_euclidean_domain_of.html
Crypto++: EuclideanDomainOf< T > Class Templ
www.eeworm.com/read/427909/8913720
m extend_domain_table.m
function B = extend_domain_table(A, smalldom, smallsz, bigdom, bigsz)
% EXTEND_DOMAIN_TABLE Expand an array so it has the desired size.
% B = extend_domain_table(A, smalldom, smallsz, bigdom, bigsz)
www.eeworm.com/read/281506/9152432
m frequency_domain_view.m
clear all;
s=[ones(1,10),zeros(1,90)]; % transmitted signal
s_f=fft(s);
x=s_f([1:50]);
y=s_f([51:100]);
signal_f=[y,x]; %input spectrum
dt=5/10; % each time interval is 0.01 micro sec
df=1/(1
www.eeworm.com/read/281506/9152453
m time_domain_view.m
clear all;
an=[1,0.3,-0.8,0.5,-0.4,0.2];
tn=[0,1,2,3,4,5;0,0.1,0.2,0.3,0.4,0.5];
tn=[0,1,2,3,4,5;0,0.3,0.6,1.2,2.4,3.6];
signal=[0, zeros(1,0),ones(1,501),zeros(1,1000)]; % transmitted signal
for
www.eeworm.com/read/281506/9152455
asv time_domain_view.asv
clear all;
an=[1,0.3,-0.8,0.5,-0.4,0.2];tn=[0,1,2,3,4,5;0,0.1,0.2,0.3,0.4,0.5];
signal=[0, zeros(1,0),ones(1,501),zeros(1,1000)]; % transmitted signal
for k=1:2; %for two cases
for i=1:6;
ray(i,: