代码搜索:Disc
找到约 1,656 项符合「Disc」的源代码
代码结果 1,656
www.eeworm.com/read/142508/12942652
gif dsm.gif
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|10 Jun 1999 06:50:10 -0000
vti_extenderversion:SR|4.0.2.2717
vti_backlinkinfo:VX|key.htm
vti_lastwidth:IX|11
vti_lastheight:IX|11
vti_filesize:IR|
www.eeworm.com/read/142508/12942654
gif usm.gif
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|20 May 1999 13:51:40 -0000
vti_extenderversion:SR|4.0.2.2717
vti_filesize:IR|70
vti_backlinkinfo:VX|
vti_lastwidth:IX|11
vti_lastheight:IX|11
vti
www.eeworm.com/read/142508/12942656
jpg image001.jpg
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|11 Jun 1999 01:29:40 -0000
vti_extenderversion:SR|4.0.2.2717
vti_lastwidth:IX|1600
vti_lastheight:IX|3
vti_cacheddtm:TX|11 Jun 1999 01:29:40 -0000
www.eeworm.com/read/142508/12942657
gif backcuse.gif
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|11 Jun 1999 06:54:16 -0000
vti_extenderversion:SR|4.0.2.2717
vti_lastwidth:IX|628
vti_lastheight:IX|3
vti_cacheddtm:TX|11 Jun 1999 06:54:16 -0000
www.eeworm.com/read/142508/12942659
gif backindx.gif
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|11 Jun 1999 06:52:24 -0000
vti_extenderversion:SR|4.0.2.2717
vti_lastwidth:IX|568
vti_lastheight:IX|3
vti_cacheddtm:TX|11 Jun 1999 06:52:24 -0000
www.eeworm.com/read/139776/13134669
c slvsm2.c
#include
void slvsm2(double **u, double **rhs)
{
void fill0(double **u, int n);
double disc,fact,h=0.5;
fill0(u,3);
fact=2.0/(h*h);
disc=sqrt(fact*fact+rhs[2][2]);
u[2][2] = -rhs[2][
www.eeworm.com/read/132748/5909977
h adfs_fs_sb.h
/*
* linux/include/linux/adfs_fs_sb.h
*
* Copyright (C) 1997 Russell King
*/
#ifndef _ADFS_FS_SB
#define _ADFS_FS_SB
#include
/*
* adfs file system superblock data in memory
www.eeworm.com/read/126430/6016837
c slvsm2.c
#include
void slvsm2(u,rhs)
double **rhs,**u;
{
void fill0();
double disc,fact,h=0.5;
fill0(u,3);
fact=2.0/(h*h);
disc=sqrt(fact*fact+rhs[2][2]);
u[2][2] = -rhs[2][2]/(fact
www.eeworm.com/read/126430/6017449
c slvsm2.c
#include
void slvsm2(double **u, double **rhs)
{
void fill0(double **u, int n);
double disc,fact,h=0.5;
fill0(u,3);
fact=2.0/(h*h);
disc=sqrt(fact*fact+rhs[2][2]);
u[2][2] =