代码搜索:Check
找到约 10,000 项符合「Check」的源代码
代码结果 10,000
www.eeworm.com/read/150632/5689932
m ex030800.m
% 第三章: 例 3.8:
%
x = rand(1,11); n = 0:10;
k = 0:500; w = (pi/500)*k;
X = x * (exp(-j*pi/500)).^(n'*k); % x 的 DTFT
% 信号移位两个样本点
y = x; m = n+2;
Y = y * (exp(-j*pi/500)).^(m'*k); % y 的 DTFT
www.eeworm.com/read/150632/5689936
m ex031000.m
% 第三章: 例 3.10:
%
n = -5:10; x = rand(1,length(n)) + j*rand(1,length(n));
k = -100:100; w = (pi/100)*k; % -pi 和 +pi 之间的频率
X = x * (exp(-j*pi/100)).^(n'*k); % DTFT of x
% 共轭特性
y = conj(x
www.eeworm.com/read/127087/6007735
def libbind9.def
LIBRARY libbind9
; Exported Functions
EXPORTS
bind9_check_namedconf
bind9_check_key
bind9_getaddresses
www.eeworm.com/read/119348/6084905
entries
/he-spell-check.gif/1.1/Tue Apr 20 22:50:49 2004/-kb/TVersion-1_0_0-branch
/spell-check.gif/1.1/Thu Jan 8 09:00:54 2004/-kb/TVersion-1_0_0-branch
D
www.eeworm.com/read/101990/6234749
crypt0003
#!/bin/bash
#
# This test checks various aspects of RSA decryption
#
# It will blank the card, create an RSA key and test it
#
# Run this from the regression test directory.
. functions
msg
www.eeworm.com/read/101990/6234757
crypt0004
#!/bin/bash
#
# This test checks various aspects of RSA signing
#
# It will blank the card, create an RSA key and test it
#
# Run this from the regression test directory.
. functions
msg
www.eeworm.com/read/493456/6393701
m ex030800.m
x = rand(1,11); n = 0:10;
k = 0:500; w = (pi/500)*k;
X = x * (exp(-j*pi/500)).^(n'*k); % DTFT of x
% signal shifted by two samples
y = x; m = n+2;
Y = y * (exp(-j*pi/500)).^(m'*k); % DTFT o
www.eeworm.com/read/490317/6454434
sql 4_1.sql
--alter table Student
--alter column[id_person]
--int
--NOT NULL
--alter table Student
-- add constraint check_form check ((id_form=1) or (id_form=2) or(id_form=3) or(id_form=4))
alter
www.eeworm.com/read/480288/6671901
m hc328.m
%《数字信号处理教程——MATLAB释义与实现》第三章例3.2.8程序hc328
% 验证DTFT的共轭性质
% 电子工业出版社出版 陈怀琛编著 2004年9月
%
n = -5:10; x = rand(1,length(n)) + j*randn(1,length(n));
k = -100:100; w = (pi/100)*k; % -pi 和 +pi 之间的频率
www.eeworm.com/read/263248/11369823
m hc328.m
%《数字信号处理教程——MATLAB释义与实现》第三章例3.2.8程序hc328
% 验证DTFT的共轭性质
% 电子工业出版社出版 陈怀琛编著 2004年9月
%
n = -5:10; x = rand(1,length(n)) + j*randn(1,length(n));
k = -100:100; w = (pi/100)*k; % -pi 和 +pi 之间的频率