代码搜索:Disc

找到约 1,656 项符合「Disc」的源代码

代码结果 1,656
www.eeworm.com/read/224643/14577480

txt readme.txt

_______________________________________________________________ Companion Disc for INSIDE VISUAL C++ 1.5 Copy
www.eeworm.com/read/222288/14697945

m muller.m

function [p,y,err]=muller(f,p0,p1,p2,delta,epsilon,max1) %Input - f is the object function % - p0, p1, and p2 are the initial approximations % - delta is the tolerance for p0, p
www.eeworm.com/read/162614/5525379

ada c37309a.ada

-- C37309A.ADA -- Grant of Unlimited Rights -- -- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687, -- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/162614/5525545

ada c37306a.ada

-- C37306A.ADA -- Grant of Unlimited Rights -- -- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687, -- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/162614/5525622

ada c37310a.ada

-- C37310A.ADA -- Grant of Unlimited Rights -- -- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687, -- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/205421/15316140

c panelvfd.c

/* Copyright 1996, ESS Technology, Inc. */ /* SCCSID @(#)panelvfd.c 1.41 01/19/98 */ /* * $Log$ */ #include #include "vcd30.h" #include "const.h"
www.eeworm.com/read/242316/13017084

c cdc_menu.c

/*************************************************************************** Project : Car two ting dvd System Compiler : ST7 HiCross C (HiWARE) Module : autos.c Version : V 1.0 Created
www.eeworm.com/read/291235/8433623

cpp lnsrch.cpp

#include #include #include "nr.h" using namespace std; void NR::lnsrch(Vec_I_DP &xold, const DP fold, Vec_I_DP &g, Vec_IO_DP &p, Vec_O_DP &x, DP &f, const DP stpmax, bool &che
www.eeworm.com/read/382044/9056707

cpp feature.cpp

#include "stdio.h" #include "math.h" #define N 10 double a[N][N],mk[N][N],fv[N][2],x[2][2]; double e=1.0E-12; double azhen(); double ni(); double qrbijin(int); double root(double,double); voi