代码搜索:errors
找到约 10,000 项符合「errors」的源代码
代码结果 10,000
www.eeworm.com/read/245004/12826629
h pmdecode.h
#ifndef PMD_ErrorCodes
#define PMD_ErrorCodes
// PMDecode.h -- error codes
//
// Performance Motion Devices, Inc.
//
#if defined(__cplusplus)
extern "C" {
#endif
typedef enum PMDErrorCo
www.eeworm.com/read/323119/13351464
result rpl_variables.result
stop slave;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
reset master;
reset slave;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
start slave;
set global slave_net_timeout=100;
set global sql_s
www.eeworm.com/read/136812/5860697
h audbri_msg.h
#ident "@(#)audbri_msg.h 1.1 92/07/30 SMI"
/*
* Copyright (C) 1992 by Sun Microsystems, Inc.
*/
/*
* Error message declarations for the DBRI/MMCODEC audio tests.
*/
extern char *test_usage_
www.eeworm.com/read/135153/5889131
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/127438/6006413
c coll8.c
#include "mpi.h"
#include
int main( int argc, char **argv )
{
int rank, size, i;
int data;
int errors=0;
int result = -10
www.eeworm.com/read/127438/6006422
c coll2.c
#include "mpi.h"
#include
#define MAX_PROCESSES 10
int main( int argc, char **argv )
{
int rank, size, i,j;
int table[MAX_PROCESSES][MAX_PROCESSES];
i
www.eeworm.com/read/127438/6006424
c coll7.c
#include "mpi.h"
#include
#define MAX_PROCESSES 10
int main( int argc, char **argv )
{
int rank, size, i,j;
int table[MAX_PROCESSES][MAX_PROCESSES];
i
www.eeworm.com/read/125688/6022884
h const.h
/*
* include/linux/nfsd/nfsconst.h
*
* Various constants related to NFS.
*
* Copyright (C) 1995 Olaf Kirch
*/
#ifndef __NFSCONST_H__
#define __NFSCONST_H__
#include
www.eeworm.com/read/485265/6556934
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
www.eeworm.com/read/258131/11882832
m simulatemod.m
function sim_state = SimulateMod( sim_param, sim_state, code_param )
% CodedSimulate runs a single coded/uncoded modulation simulation scenario
%
% The calling syntax is:
% sim_state = Simulat