代码搜索:Disc
找到约 1,656 项符合「Disc」的源代码
代码结果 1,656
www.eeworm.com/read/489153/6474370
h beautify.h
/*---------------------------------------------------------------------------*/
// DisC Decompilation Wizard
// written by
// Satish Kumar S
// satish@miel.mot.com
//
// Copyright 1999-2001 Sati
www.eeworm.com/read/489153/6474372
h program.h
/*---------------------------------------------------------------------------*/
// DisC Decompilation Wizard
// written by
// Satish Kumar S
// satish@miel.mot.com
//
// Copyright 1999-2001 Sati
www.eeworm.com/read/475809/1382054
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]
www.eeworm.com/read/457727/1594678
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] =
www.eeworm.com/read/191080/5168726
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] =
www.eeworm.com/read/115705/15003365
h bufalloc.h
/*=============================================================================
* Copyright (C) 2001 Acer Labs, Inc. All Rights Reserved.
*
* File: BUFALLOC.H
*
* Contents: Disc Infom
www.eeworm.com/read/148484/12463953
h otg12a.h
#define play 0x38
#define pause 0x39
#define goto_time_play 0x3a
#define goto_name_play 0x3b
#define jump_name_pause 0x3e
#define stop_play 0x
www.eeworm.com/read/125476/14491805
cc termstru_transforms.cc
#include "cmath"
double term_structure_yield_from_discount_factor(double dfact,
double t) {
return (-log(dfact)/t);
}
double term_structure_discount_factor_from_yield(double r,
www.eeworm.com/read/457727/1594066
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/191080/5168114
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