代码搜索:Operating

找到约 10,000 项符合「Operating」的源代码

代码结果 10,000
www.eeworm.com/read/458254/7300353

m fig1_12.m

% Use this program to reproduce Fig. 1.12 of text. close all clear all pt = 1.5e+6; % peak power in Watts freq = 5.6e+9; % radar operating frequency in Hz g = 45.0; % antenna gain in dB sigma =
www.eeworm.com/read/458254/7300355

m myradarvisit1_1.m

% Use this program to reproduce Fig. 1.27 of text. close all clear all pt = 1.2e+3; % peak power in Watts freq = 800e6; % radar operating frequency in Hz g = 22.0; % antenna gain in dB sigmam =
www.eeworm.com/read/450111/7490651

asm weird.asm

; ; Extended Operating System Loader (XOSL) ; Copyright (c) 1999 by Geurt Vos ; ; This code is distributed under GNU General Public License (GPL) ; ; The full text of the license can be found in
www.eeworm.com/read/448678/7527295

tuning

So, you want vsftpd to go quickly? Here are some random assorted performance tips. 1) vsftpd thrives because of its lightweight RSS and vm usage. If you run a glibc based system (e.g. RedHat 5+), lo
www.eeworm.com/read/435547/7790737

m myradarvisit1_1.m

% Use this program to reproduce Fig. 1.27 of text. close all clear all pt = 1.2e+3; % peak power in Watts freq = 800e6; % radar operating frequency in Hz g = 22.0; % antenna gain in dB sigmam =
www.eeworm.com/read/297942/7984918

m lprf_reqi.m

% Use this input file to excite option 1 for function "lprf_req" clear all pt = 1e+6; % peak power in Watts freq = 5.6e+9; % radar operating frequency in Hz g = 40.0; % antenna gain in dB
www.eeworm.com/read/297846/7992643

m fig1_12.m

% Use this program to reproduce Fig. 1.12 of text. close all clear all pt = 1.5e+6; % peak power in Watts freq = 5.6e+9; % radar operating frequency in Hz g = 45.0; % antenna gain in dB sigma =
www.eeworm.com/read/297846/7992735

m myradarvisit1_1.m

% Use this program to reproduce Fig. 1.27 of text. close all clear all pt = 1.2e+3; % peak power in Watts freq = 800e6; % radar operating frequency in Hz g = 22.0; % antenna gain in dB sigmam =
www.eeworm.com/read/246805/12703895

m lprf_reqi.m

% Use this input file to excite option 1 for function "lprf_req" clear all pt = 1e+6; % peak power in Watts freq = 5.6e+9; % radar operating frequency in Hz g = 40.0; % antenna gain in dB
www.eeworm.com/read/144120/12812507

v existing.v

// Test the reader's behavior when operating on an existing design. module leaf(input in, output out); endmodule module existing(input in, output out, inout t, inout aux); leaf extra(in, out); e