代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/342884/11993888
c start08.c
/******************************************************************************
FILE : start08.c
PURPOSE : 68HC08 standard startup code
LANGUAGE : ANSI-C / INLINE ASSEMBLER
www.eeworm.com/read/153843/12002748
c start08.c
/******************************************************************************
FILE : start08.c
PURPOSE : 68HC08 standard startup code
LANGUAGE : ANSI-C / INLINE ASSEMBLER
www.eeworm.com/read/153842/12002847
c start08.c
/******************************************************************************
FILE : start08.c
PURPOSE : 68HC08 standard startup code
LANGUAGE : ANSI-C / INLINE ASSEMBLER
www.eeworm.com/read/153842/12002944
c start08.c
/******************************************************************************
FILE : start08.c
PURPOSE : 68HC08 standard startup code
LANGUAGE : ANSI-C / INLINE ASSEMBLER
www.eeworm.com/read/256129/12023433
cpp countst.cpp
//THIS PROGRAM IS TO TEST THE COUNTER CLASS
//FILE COUNTST.CPP
#define ZERO 0
#define TEN 10
#include
#include "Count.h"
int main(void)
{
COUNTER TEST;
int CIRCLE;
c
www.eeworm.com/read/153407/12035525
m mylog10.m
function y=mylog10(x)
%MYLOG10 Protected LOG10 function.
% MYLOG10(X) returns zero if X=0 and LOG10(ABS(X)) otherwise.
%
% Input arguments:
% X - the number to log (double)
% Outpu
www.eeworm.com/read/153407/12035624
m isvalid.m
function v=isvalid(value,domain)
%ISVALID Validates a value according to a domain.
% ISVALID(VALUE,DOMAIN) returns true if VALUE belongs to
% the specified DOMAIN, false otherwise.
%
% I
www.eeworm.com/read/153407/12035660
m mylog.m
function y=mylog(x)
%MYLOG Protected LOG function, equal to Koza.
% MYLOG(X) returns zero if X=0 and LOG(ABS(X)) otherwise.
%
% Input arguments:
% X - the number to log (double)
%
www.eeworm.com/read/255969/12042959
cpp countst.cpp
//THIS PROGRAM IS TO TEST THE COUNTER CLASS
//FILE COUNTST.CPP
#define ZERO 0
#define TEN 10
#include
#include "Count.h"
int main(void)
{
COUNTER TEST;
int CIRCLE;
c
www.eeworm.com/read/255566/12073585
cs gps.cs
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic