代码搜索:simulate

找到约 2,241 项符合「simulate」的源代码

代码结果 2,241
www.eeworm.com/read/354346/3078200

c scsi_debug.c

/* $Id: scsi_debug.c,v 1.1 1992/07/24 06:27:38 root Exp root $ * linux/kernel/scsi_debug.c * * Copyright (C) 1992 Eric Youngdale * Simulate a host adapter with 2 disks attached. Do a lot of c
www.eeworm.com/read/471742/6888631

m binary2.m

%binary2.m - program to simulate the binary mass system in a fully numerical way clear; rcm=0.0; %center of mass c=4*pi^2; %constant m=5;m1=3;m2=m-m1; %initial total, and
www.eeworm.com/read/368092/9712422

h cardimpt.h

#ifndef _cardimpt_ #define _cardimpt_ #ifndef _extcon_ #include "chipopt.h" #if ( SIMULATE == 1 ) #if ( K_CHIP_SET == K_CHIP_500 ) #include "impt500.h" #elif ( K_CHIP_SET == K_CHIP_503
www.eeworm.com/read/414697/11106050

m msf1df_sim.m

function msf1df_sim(simulate,pnummt,pdenmt,pdeadmt,mnummt,mdenmt,mdeadmt,pdnummt,pddenmt,cnummt,cdenmt,... order,x,y,Epsilon,subs,slbs,d_through_p,cnums,cdens) global time TimeScale st_size plot_
www.eeworm.com/read/335252/12543159

txt navcode.txt

% this script is to simulate the navigation algorithm clear; load craft; %[b a]=butter(5,pi/20,'low');omega_nb_b=filter(b,a,omega_ib_b); q(1,:)=euler2quat([gama(1), theta(1),cesi(1)]);%对于函数
www.eeworm.com/read/105179/15675929

c scsi_debug.c

/* $Id: scsi_debug.c,v 1.1 1992/07/24 06:27:38 root Exp root $ * linux/kernel/scsi_debug.c * * Copyright (C) 1992 Eric Youngdale * Simulate a host adapter with 2 disks attached. Do a lot of c
www.eeworm.com/read/459528/7274318

m sa_eps.m

function [pr_sa_eps, sa_eps_err] = sa_eps(pr, sigma, seed) % [pr_sa_eps, sa_eps_err] = sa_eps(pr, sigma, seed); % % Simulate the epsilon contribution to SA to the pseudo-range (PR) % and accumu
www.eeworm.com/read/303772/13809539

m uquant.m

function xo=uquant(p1,p2,p3,p4); %UQUANT Simulate uniform quantization. % Usage: x=uquant(x,nbits); % x=uquant(x,nbits,xmax); % x=uquant(qtype,x,nbits,xmax); % x=uqua
www.eeworm.com/read/218910/14902943

m qpsk_system_ber_simulation.m

% QPSK System Simulation, Pe evaluation clear; echo on SNRindB1=0:1:6; SNRindB2=0:0.1:6; % rayleigh channel for i=1:length(SNRindB1), [pb,ps]=cm_sm32(SNRindB1(i)); % simulate
www.eeworm.com/read/216443/15006907

m uquant.m

function xo=uquant(p1,p2,p3,p4); %UQUANT Simulate uniform quantization. % Usage: x=uquant(x,nbits); % x=uquant(x,nbits,xmax); % x=uquant(qtype,x,nbits,xmax); % x=uqua