代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/418779/10899151
txt 448.txt
Rule:
--
Sid:
448
--
Summary:
This event is generated when an ICMP "Source Quench" message is generated that has a non-zero ICMP code.
--
Impact:
Informational. This may indicate that the ICMP m
www.eeworm.com/read/273823/10900103
c lcm_initial.c
#include "config.h"
#define SCK 0x00000010 //P0.4
#define MISO 0x00000020 //P0.5
#define MOSI 0x00000040 //P0.6
#define SSEL 0x00000080 //P0.7
#define OUT 0x000000D0
void
www.eeworm.com/read/272996/10932114
java trynestdemo.java
public class TryNestDemo{
public static void main(String []args){
int n=0;
try{
try{
n=24/n; //产生ArithmeticException异常
}catch(NumberFormatEx
www.eeworm.com/read/272020/10974044
h color.h
#ifndef COLORH
#define COLORH
//#include
#include
#define UpColor QColor(255,0,0)
#define DownColor QColor(14,195,255)
#define SameColor QColor(0,0,128)
#define NameColor QCo
www.eeworm.com/read/272020/10974053
cpp color.cpp
#include "color.h"
void zDrawFloat(QPainter* p,int x,int y, int w,int h,int flags,float f,float zero)
{
if(f>zero)p->setPen(UpColor);
else if(f==zero)p->setPen(SameColor);
else p->setPen(D
www.eeworm.com/read/417673/10980895
fis xor.fis
[System]
Name='xor'
Type='sugeno'
NumInputs=2
NumOutputs=1
NumRules=4
AndMethod='prod'
OrMethod='probor'
ImpMethod='min'
AggMethod='max'
DefuzzMethod='wtaver'
[Input1]
Name='X'
Range=[0 1]
NumMFs=2
M
www.eeworm.com/read/271037/11011228
input-matrix-operations1
/* ===================================================== */
/* MATRIX OEPRATION I */
/* */
/* Test basic
www.eeworm.com/read/416320/11033338
m egcodepol.m
% File: egcodepol.m
% Description:
% Determine the generator polynomial of a binary EG code
%
% Copyright (c) 2006. Robert Morelos-Zaragoza. All rights reserved.
clear all
warning off all
O
www.eeworm.com/read/470800/6908481
cpp exceed.cpp
// exceed.cpp -- exceeding some integer limits
#include
#define ZERO 0 // makes ZERO symbol for 0 value
#include // defines INT_MAX as largest int value
int main()
{
www.eeworm.com/read/470800/6908767
cpp exceed.cpp
// exceed.cpp -- exceeding some integer limits
#include
#define ZERO 0 // makes ZERO symbol for 0 value
#include // defines INT_MAX as largest int value
int main()
{