代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/334951/12559072
cpp pearsn.cpp
#include
#include "nr.h"
using namespace std;
void NR::pearsn(Vec_I_DP &x, Vec_I_DP &y, DP &r, DP &prob, DP &z)
{
const DP TINY=1.0e-20;
int j;
DP yt,xt,t,df;
DP syy=0.0,sxy=0.0,
www.eeworm.com/read/146922/12602814
c zooext.c
#ifndef LINT
/* derived from: zooext.c 2.21 88/08/24 02:39:04 */
/*$Source: /usr/home/dhesi/zoo/RCS/zooext.c,v $*/
/*$Id: zooext.c,v 1.9 91/07/09 01:54:13 dhesi Exp $*/
static char sccsid[]="$Sour
www.eeworm.com/read/235964/14039013
txt updates.txt
R0.05, Aug 26, 2007
Changed arguments of f_read, f_write.
Changed arguments of f_mkfs. (FatFs)
Fixed f_mkfs on FAT32 creates incorrect FSInfo. (FatFs)
Fixed f_mkdir on FAT32 creates incorr
www.eeworm.com/read/205098/15326633
h parse.h
/****************************************************/
/* 文件 parse.h */
/* 说明 TINY编译器的语法扫描器界面 */
/* 主题 编译器结构:原理和实例 */
/****************************************************/
/*
www.eeworm.com/read/106929/15617140
cpp pearsn.cpp
#include
#include "nr.h"
using namespace std;
void NR::pearsn(Vec_I_DP &x, Vec_I_DP &y, DP &r, DP &prob, DP &z)
{
const DP TINY=1.0e-20;
int j;
DP yt,xt,t,df;
DP syy=0.0,sxy=0.0,
www.eeworm.com/read/290152/8502015
xcl bootldr128.xcl
/*****************************************************************************
*
*****************************************************************************/
/* Define CPU */
-ca90
/* Suppr
www.eeworm.com/read/290130/8503155
xcl bootldr88.xcl
/*****************************************************************************
*
*****************************************************************************/
/* Define CPU */
-ca90
/* Sup
www.eeworm.com/read/290127/8503215
xcl bootldr88.xcl
/*****************************************************************************
*
*****************************************************************************/
/* Define CPU */
-ca90
/* Sup
www.eeworm.com/read/291164/8438938
c memory.c
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
#include
#include
#include
#include
#include "ar
www.eeworm.com/read/189605/8465863
java applet.java
package jnt.scimark2;
/*****************************************************************************
Main benchmark driver
**************************************************************************