代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/106597/6191829
c pitsyn.c
/*
$Log: pitsyn.c,v $
Revision 1.1.1.1 2002/07/28 05:23:42 freeman_yong
lpc10 codec
* Revision 1.2 1996/08/20 20:40:12 jaf
* Removed all static local variables that were SAVE'd in the
www.eeworm.com/read/106597/6191835
c voicin.c
/*
$Log: voicin.c,v $
Revision 1.1.1.1 2002/07/28 05:23:51 freeman_yong
lpc10 codec
* Revision 1.2 1996/08/20 20:45:00 jaf
* Removed all static local variables that were SAVE'd in the
www.eeworm.com/read/101082/6241003
s modf.s
/* @(#)modf.s 4.1 Ultrix 7/3/90 */
/*
* double modf (value, iptr)
* double value, *iptr;
*
* Modf returns the fractional part of "value",
* and stores the integer part indirectly through "iptr".
www.eeworm.com/read/101066/6256546
c strtol.c
/* strtol.c - strtol file for stdlib */
/* Copyright 1992-1995 Wind River Systems, Inc. */
/*
modification history
--------------------
01f,11feb95,jdi doc fix.
01e,13oct93,caf ansi fix: added ca
www.eeworm.com/read/101066/6256548
c strtoul.c
/* strtoul.c - strtoul file for stdlib */
/* Copyright 1992-1993 Wind River Systems, Inc. */
/*
modification history
--------------------
01d,08feb93,jdi documentation cleanup for 5.1.
01c,21sep92
www.eeworm.com/read/274660/6288499
c util.c
/*
** 2001 September 15
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiven
www.eeworm.com/read/493718/6389295
pas ac1045.pas
program ural1045;
const
maxn=1000;
var
e:array[1..maxn,0..20]of integer;
v:array[1..maxn]of boolean;
n,k,i,x,y:integer;
function win(x:integer):boolean;
var
i:byte;
begin
www.eeworm.com/read/493722/6389443
pas ac1273.pas
program ural1273;
const
maxk=100;
var
a,b:array[1..maxk]of integer;
k,i,j,l,r,m:shortint;
t:integer;
begin
read(k);
for i:=1 to k do
read(a[i],b[i]);
for i:=1 to k-1 do
www.eeworm.com/read/493005/6403461
rcin
NAME
rcin - encode for REDC algorithms
SYNOPSIS
rcin(x, m)
TYPES
x integer
m odd positive integer
return integer v, 0
www.eeworm.com/read/493005/6403549
rcmul
NAME
rcmul - REDC multiplication
SYNOPSIS
rcmul(x, y, m)
TYPES
x integer
y integer
m odd positive integer
return integer v, 0