代码搜索:continued
找到约 220 项符合「continued」的源代码
代码结果 220
www.eeworm.com/read/119864/6081771
c igamf.c
/* igamf.c
*
* Incomplete gamma integral
*
*
*
* SYNOPSIS:
*
* float a, x, y, igamf();
*
* y = igamf( a, x );
*
*
*
* DESCRIPTION:
*
* The function is defined by
*
*
www.eeworm.com/read/119864/6082073
c etanh.c
/* xtanh.c */
/* hyperbolic tangent check routine */
/* this subroutine is used by the exponential function routine */
/* by Stephen L. Moshier. */
#include "ehead.h"
void etanh(
www.eeworm.com/read/221024/14771402
htm http:^^www.cs.washington.edu^education^courses^142^currentqtr^lecture-schedule.htm
Date: Tue, 10 Dec 1996 16:51:07 GMT
Server: NCSA/1.4.2
Content-type: text/html
Last-modified: Tue, 26 Nov 1996 01:54:43 GMT
Content-length: 3221
www.eeworm.com/read/202248/15388484
txt [梦幻考研(一)]突然选择考研.txt
From: [精 选 集].bbs@bupt.org
To: caozihua.bbs@bupt.org
Subject: [梦幻考研(一)]突然选择考研
Date: Mon, 28 Feb 2005 12:02:31 +0800 (CST)
Status: RO
作者: vito (凤凰涅槃) 站内: KaoYan
标题: [梦幻考研(一)]突然选择考研
时间: Fri Apr
www.eeworm.com/read/152141/12136287
h token.h
/*
* Copyright (c) 1998, 1999, 2000, 2003
* Tama Communications Corporation
*
* This file is part of GNU GLOBAL.
*
* GNU GLOBAL is free software; you can redistribute it and/or modify
* it unde
www.eeworm.com/read/202248/15387741
txt my fav1-511,502.txt
From: [精 选 集].bbs@bupt.org
To: caozihua.bbs@bupt.org
Subject: my fav:1-511,502
Date: Mon, 28 Feb 2005 12:02:37 +0800 (CST)
Status: RO
作者: ever (惜言) 站内: KaoYan
标题: my fav:1-511,502
时间: Tue Apr
www.eeworm.com/read/373348/9461901
txt 14.txt
CS 1355
Introduction to Programming in C
Thursday 2006.10.24 (Week 7)
Lecture notes (at http://r638-2.cs.nthu.edu.tw/C/notes/14.txt)
Chapter 6: Arrays (continued)
- search: linear vs binary s
www.eeworm.com/read/278099/10569662
c fraction.c
/* +++Date last modified: 05-Jul-1997 */
/*
** FRACTION.C - Compute continued fraction series
**
** cfrac() donated to the public domain by the author, Thad Smith
** original Fraction.C, pub
www.eeworm.com/read/142075/12966479
h keyscan.h
#ifndef __KeyScan_H__
#define __KeyScan_H__
#define NOKEY 0
#define DONT 0
#define DONE 1
#define DOWN 111
#define BeFree 122
#define Continued 100
#de
www.eeworm.com/read/136959/13351534
c fraction.c
/*
** FRACTION.C - Compute continued fraction series
**
** cfrac() donated to the public domain by the author, Thad Smith
** original Fraction.C, public domain by Bob Stout, modified to use cfrac()