代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/102935/6226641
s ev6-stxncpy.s
/*
* arch/alpha/lib/ev6-stxncpy.S
* 21264 version contributed by Rick Gorton
*
* Copy no more than COUNT bytes of the null-terminated string from
* SRC to DST.
*
www.eeworm.com/read/101082/6240929
s memcmp.s
/* @(#)memcmp.s 4.1 (ULTRIX) 7/3/90 */
/* ------------------------------------------------------------------ */
/* | Copyright Unpublished, MIPS Compu
www.eeworm.com/read/101082/6251886
s libasm.s
#ident "$Header: libasm.s,v 1.1 87/08/18 16:23:56 mdove Exp $"
/* 4.2 libasm.s
*
* Copyright 1985 by MIPS Computer Systems, Inc.
*
* libasm.s -- standalone libc'ish assembler code
*
* Revision
www.eeworm.com/read/101082/6252260
s softfp.s
/* @(#)softfp.s 4.4 (ULTRIX) 2/12/91 */
/* ------------------------------------------------------------------ */
/* | Copyright Unpublished, MIPS Computer Systems, Inc. All Rights | */
/* | Reserve
www.eeworm.com/read/101082/6252309
s kn230_copy.s
/* static char *sccsid = "@(#)kn230_copy.s 4.2 (ULTRIX) 1/3/91"; */
/************************************************************************
* *
* Copyright (c) 1989 by *
www.eeworm.com/read/101066/6256583
c pow.c
/* pow.c - math routines */
/* Copyright 1992-1993 Wind River Systems, Inc. */
/*
modification history
--------------------
01e,05feb93,jdi doc changes based on kdl review.
01d,02dec92,jdi doc twe
www.eeworm.com/read/320368/6295220
frm d10r10.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3060
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic
www.eeworm.com/read/320368/6295699
txt laguer.txt
Sub LAGUER(A(), M, X(), EPS, POLISH%)
Dim ZERO(2), B(2), D(2), F(2), G(2), H(2)
Dim G2(2), SQ(2), GP(2), GM(2), DX(2), X1(2)
ZERO(1) = 0#
ZERO(2) = 0#
EPSS = 0.00000006
M
www.eeworm.com/read/493719/6389387
pas ac1168.pas
program ural1168;
const
maxsize=50;
maxk=1000;
zero=1e-6;
var
map:array[1..maxsize,1..maxsize]of word;
station:array[1..maxsize,1..maxsize]of boolean;
x,y:array[1..maxk]of byte;
www.eeworm.com/read/493722/6389456
pas ac1266.pas
program ural1266;
const
maxn=20;
zero=1e-6;
var
e:array[1..maxn,1..maxn]of real;
n,m,i,x,y,r:longint;
ans:real;
begin
read(n,m);
for i:=1 to m do begin
read(x,y,r);
e