代码搜索:Simulates
找到约 1,151 项符合「Simulates」的源代码
代码结果 1,151
www.eeworm.com/read/440906/1782214
c 20000906-1.c
/* { dg-do run } */
/* Testcase distilled from glibc's nss_parse_service_list in nss/nsswitch.c
It can't be distilled further. Fails with `-O2' for i[3456]86. */
/* this simulates a bounded-poi
www.eeworm.com/read/430037/1942735
m pr4_13.m
%Problem 4.13;
%simulates K users FDMA;
clear all, close all;
K=5; %number of users, take it within 3...8;
t=[0:0.01:0.99]; %time scale;
f=[5:5+K-1]; %vector of subcarrier frequencies;
S=cos(2
www.eeworm.com/read/413855/2157619
hh radiosim.hh
#ifndef RADIOSIM_HH
#define RADIOSIM_HH
/*
* =c
* RadioSim([keywords,] [lat1 lon1, lat2 lon2, ...])
* =s Grid
* simulates reachability and broadcast in an 802.11-like radio network
* =d
* Radio
www.eeworm.com/read/366702/2882534
c 20000906-1.c
/* { dg-do run } */
/* Testcase distilled from glibc's nss_parse_service_list in nss/nsswitch.c
It can't be distilled further. Fails with `-O2' for i[3456]86. */
/* this simulates a bounded-poi
www.eeworm.com/read/162614/5530129
c 20000906-1.c
/* { dg-do run } */
/* Testcase distilled from glibc's nss_parse_service_list in nss/nsswitch.c
It can't be distilled further. Fails with `-O2' for i[3456]86. */
/* this simulates a bounded-poi
www.eeworm.com/read/476078/6773384
m smldp510.m
function [p]=smldP510(snr_in_dB)
% [p]=smldP510(snr_in_dB)
% SMLDP510 simulates the probability of error for the given
% snr_in_dB, signal-to-noise ratio in dB.
M=4; % quaternary orth
www.eeworm.com/read/475805/6778621
m sfun_fbg.m
function[sys,x0,str,ts]=sfun_fbg(t,x,u,flag,length,neff,lamda_wg,lamda_cr,N,kapa)
% SFUN_FBG simulates fiber bragg gratings.
switch flag
%%%%%%%%%%%%%%%%
% Initialization
%%%%%%
www.eeworm.com/read/414455/11111390
m smldp510.m
function [p]=smldP510(snr_in_dB)
% [p]=smldP510(snr_in_dB)
% SMLDP510 simulates the probability of error for the given
% snr_in_dB, signal-to-noise ratio in dB.
M=4; % quaternary orth
www.eeworm.com/read/335805/12497564
m smldp510.m
function [p]=smldP510(snr_in_dB)
% [p]=smldP510(snr_in_dB)
% SMLDP510 simulates the probability of error for the given
% snr_in_dB, signal-to-noise ratio in dB.
M=4; % quaternary orth
www.eeworm.com/read/147608/12542755
c alarm.c
/* In alarm.c, the first function, ding, simulates an alarm clock. */
#include
#include
#include
static int alarm_fired = 0;
void ding(int sig)
{
alarm_fired =