代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/196142/5103910
js editor_plugin_src.js
/* Import plugin specific language pack */
tinyMCE.importPluginLanguagePack('directionality', 'en,sv,fr_ca,zh_cn,cs,da,he,nb,de,hu,ru,ru_KOI8-R,ru_UTF-8,nn,es,cy,is,pl,nl,fr,pt_br');
function Tiny
www.eeworm.com/read/191080/5167873
c qroot.c
#include
#include "nrutil.h"
#define ITMAX 20
#define TINY 1.0e-6
void qroot(p,n,b,c,eps)
float *b,*c,eps,p[];
int n;
{
void poldiv();
int iter;
float sc,sb,s,rc,rb,r,dv,delc,d
www.eeworm.com/read/191080/5167893
c ratint.c
#include
#include "nrutil.h"
#define TINY 1.0e-25
#define FREERETURN {free_vector(d,1,n);free_vector(c,1,n);return;}
void ratint(xa,ya,n,x,y,dy)
float *dy,*y,x,xa[],ya[];
int n;
{
www.eeworm.com/read/191080/5168153
c odeint.c
#include
#include "nrutil.h"
#define MAXSTP 10000
#define TINY 1.0e-30
extern int kmax,kount;
extern float *xp,**yp,dxsav;
void odeint(ystart,nvar,x1,x2,eps,h1,hmin,nok,nbad,derivs,
www.eeworm.com/read/168081/5449368
txt d6r4.txt
implementation
//PROGRAM D6R4
//Driver for routine TQLI
uses
unit2;
{$R *.DFM}
procedure TForm1.Button1Click(Sender: TObject);
const
s1='%14.6f'; s2='###'; s3='%9.6f';
NP = 3; TINY = 0
www.eeworm.com/read/399923/2357008
regkeys
ISE_VERSION_CREATED_WITH
10.1
s
ISE_VERSION_LAST_SAVED_WITH
10.1
s
LastRepoDir
D:\Verilog\TINY3\
s
OBJSTORE_VERSION
1.3
s
PROJECT_CREATION_TIMESTAMP
2008-12-23T15:12:44
s
REGISTRY_VERSION
1.1
s
REPOSI
www.eeworm.com/read/153059/5653875
js editor_plugin_src.js
/* Import plugin specific language pack */
tinyMCE.importPluginLanguagePack('directionality', 'en,sv,fr_ca,zh_cn,cs,da,he,nb,de,hu,ru,ru_KOI8-R,ru_UTF-8,nn,es,cy,is,pl,nl,fr,pt_br');
function Tiny
www.eeworm.com/read/192744/8287412
txt odeint.txt
Sub ODEINT(YSTART(), NVAR, X1, X2, EPS, H1, HMIN, NOK, NBAD, XP(), YP())
MAXSTP = 10000
TWO = 2#
ZERO = 0#
TINY = 1E-30
Dim YSCAL(10), Y(10), DYDX(10)
X = X1
H = Abs
www.eeworm.com/read/174287/9598445
c connvert.c
//对N维方阵进行LU分解,并求逆
# include
# include
# define TINY 1.0e-20
# define N ....
void ludcmp(double a[N][N],int N, int indx[N], double d[N])
{
int i, imax, j, k;
www.eeworm.com/read/173105/9673775
makefile
#
# Tiny C Compiler Makefile
#
include config.mak
CFLAGS=-O2 -g -Wall
ifndef CONFIG_WIN32
LIBS=-ldl
BCHECK_O=bcheck.o
endif
CFLAGS_P=$(CFLAGS) -pg -static -DCONFIG_TCC_STATIC
LIBS_P=
CFLAGS+=-mprefe