代码搜索:tiny

找到约 5,807 项符合「tiny」的源代码

代码结果 5,807
www.eeworm.com/read/188790/8515083

css gprs.css

SMALL.TINY { font-size : xx-small } SMALL.SCRIPTSIZE { font-size : xx-small } SMALL.FOOTNOTESIZE { font-size : x-small } SMALL.SMALL { font-size : small } BIG.LARGE { font-size : large } BI
www.eeworm.com/read/387009/8712357

h miser.h

void miser(Doub func(VecDoub_I &), VecDoub_I ®n, const Int npts, const Doub dith, Doub &ave, Doub &var) { const Int MNPT=15, MNBS=60; const Doub PFAC=0.1, TINY=1.0e-30, BIG=1.0e30; static I
www.eeworm.com/read/378913/9213333

f90 ludcmp.f90

SUBROUTINE ludcmp(a,n,np,indx,d) PARAMETER (nmax=100,tiny=1.0e-20) DIMENSION a(np,np),indx(n),vv(nmax) d=1. do i=1,n aamax=0. do j=1,n if (abs(a(i,j))>aamax) aamax=abs(a(i,j))
www.eeworm.com/read/378783/9216114

f90 ludcmp.f90

SUBROUTINE ludcmp(a,n,np,indx,d) PARAMETER (nmax=100,tiny=1.0e-20) DIMENSION a(np,np),indx(n),vv(nmax) d=1. do i=1,n aamax=0. do j=1,n if (abs(a(i,j))>aamax) aamax=abs(a(i,j))
www.eeworm.com/read/378712/9217856

asm bootstrap.asm

.MODEL TINY .386 .code JMP START ;字符串常量 string DB 13,10,'Hello world!' ;读取光标当前位置,DH=row,DL=column READ proc MOV AH,03H XOR BH,BH INT 10H RET READ ENDP S
www.eeworm.com/read/372592/9500794

txt d8r4.txt

Private Sub Command1_Click() 'PROGRAM D8R4 'Driver for routine TQLI NP = 3 TINY = 0.000001 Dim A(3, 3), C(3, 3), D(3), E(3), F(3) A(1, 1) = 1#: A(1, 2) = 2#: A(1, 3) = 3#
www.eeworm.com/read/176119/9515589

f90 ludcmp.f90

SUBROUTINE ludcmp(a,n,np,indx,d) PARAMETER (nmax=100,tiny=1.0e-20) DIMENSION a(np,np),indx(n),vv(nmax) d=1. do i=1,n aamax=0. do j=1,n if (abs(a(i,j))>aamax) aamax=abs(a(i,j))
www.eeworm.com/read/174770/9574674

c cs.c

#include unsigned char sec100,sec,sec5,min,hour,flag1,command,temp,opto; /* above must be defined as register for tiny model */ unsigned char i,digit,buffer[4],onHour1,onMin1,offH
www.eeworm.com/read/355959/10240813

asm by_jmd_18f4525.asm

radix DEC LIST P=18F4525 ; change also: Configure->SelectDevice from Mplab xtal EQU 20000000 ; you may want to change: _XT_OSC_1H _HS_OSC_1H _HSPLL_OSC_1H baud EQU 115200 ; standard Tiny
www.eeworm.com/read/355475/10262628

f90 ludcmp.f90

SUBROUTINE ludcmp(a,n,np,indx,d) PARAMETER (nmax=100,tiny=1.0e-20) DIMENSION a(np,np),indx(n),vv(nmax) d=1. do i=1,n aamax=0. do j=1,n if (abs(a(i,j))>aamax) aamax=abs(a(i,j))