代码搜索:errors
找到约 10,000 项符合「errors」的源代码
代码结果 10,000
www.eeworm.com/read/257132/4365561
err clcd.err
"clcd.c", line 95: Warning: signed constant overflow: '
www.eeworm.com/read/429453/8807851
m simulation.m
% Skeleton code for simulation chain
% History:
% 2000-06-28 written /Stefan Parkvall
% 2001-10-22 modified /George Jongren
clear
% Initialization
EbN0_db = 0:10;
www.eeworm.com/read/164463/10107351
h sonet.h
/* sonet.h - SONET/SHD physical layer control */
/* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */
#ifndef LINUX_SONET_H
#define LINUX_SONET_H
#define __SONET_ITEMS \
__HANDLE_ITEM
www.eeworm.com/read/163678/10149988
cpp main.cpp
//BEGIN main.cpp
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//See equalizer_ex.h for more information
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
www.eeworm.com/read/241296/10248786
m circle_area.m
exact_area =pi*25^2;
errors = []
mesh_sizes = [32, 16, 8, 4, 2];
for mesh_size = mesh_sizes
[fens,gcells,groups,edge_gcells,edge_groups]=targe2_mesher({...
'curve 1 circle Center 13
www.eeworm.com/read/461382/7228240
m simulatemod.m
function sim_state = SimulateMod( sim_param, sim_state, code_param )
% SimulateMod runs a single coded/uncoded modulation simulation scenario
%
% The calling syntax is:
% sim_state = SimulateM
www.eeworm.com/read/461382/7228256
m simulateoutage.m
function sim_state = SimulateOutage( sim_param, sim_state, code_param )
% SimulateOutage runs a single information outage probability simulation.
%
% The calling syntax is:
% sim_state = Simul
www.eeworm.com/read/461382/7228311
m hsdpascenarios.m
% File HsdpaScenarios
%
% This is a set of scenarios for the Coded Modulation Library.
%
% The simulations specified in this file are for the turbo code
% used by the UMTS/HSDPA standard
%
% La
www.eeworm.com/read/459528/7274334
m examplecr_gps.m
% ex_gps.m
%
% Example script for generating GPS measurements.
% This example is for a static receiver fixed to the surface of the Earth.
% Written by: Jimmy LaMance
% Copyright (c) 1998 by Constel
www.eeworm.com/read/298894/7927120
m ed_sim_mui.m
function ed_sim_mui(TC,FS_CONT,L,CODE_ID,CH_MODEL,CH_ATT_THLD_DB,...
SNR_DB,NN,IF_PWR_DB,IF_CODE_IDS,LAMBDA,BURST_LENGTH,...
SYMBOL_LENGTH,PACKET_LENGTH,RSCODE,RAND_THS,RX_BW,T_INT,N_INT,G,THL