代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/248631/12549770
asm kcv8.asm
.model tiny
.code
.startup
kvlen=139
start:
mov bp,100h
lea dx,kvlen[bp-6]
mov ah,4eh
next:
int 21h ;查 '*.com'
cmp al,12h
je pass
mov dx,9eh
mov ax,3d02h
int 21h
www.eeworm.com/read/300746/13895001
asm p183_new.asm
;p183.asm,逻辑尺计算向量运算
.model tiny
;*******************************************
data segment
x dw 1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31
y dw 2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32
z dw 1
www.eeworm.com/read/233448/4678815
f90 intrinsic_sr_kind.f90
! Program to test SELECTED_REAL_KIND intrinsic function.
Program test_sr_kind
integer res, i4, i8, t
real*4 r4
real*8 r8
i4 = int (log10 (huge (r4)))
t = - int (log10 (tiny (r4)))
if (i4
www.eeworm.com/read/162614/5523293
f90 intrinsic_sr_kind.f90
! Program to test SELECTED_REAL_KIND intrinsic function.
Program test_sr_kind
integer res, i4, i8, t
real*4 r4
real*8 r8
i4 = int (log10 (huge (r4)))
t = - int (log10 (tiny (r4)))
if (i4
www.eeworm.com/read/366702/2873287
f90 intrinsic_sr_kind.f90
! Program to test SELECTED_REAL_KIND intrinsic function.
Program test_sr_kind
integer res, i4, i8, t
real*4 r4
real*8 r8
i4 = int (log10 (huge (r4)))
t = - int (log10 (tiny (r4)))
if (i4
www.eeworm.com/read/292175/8370234
bat genrtx.bat
REM This file generates the RTX51 TINY LIBRARY
a51 right.a51
a51 vers.a51
a51 rtx51tny.a51 debug
a51 conf_tny.a51
del rtx51tny.lib
lib51 create rtx51tny.lib
lib51 add right.obj,vers.obj,rtx51tn
www.eeworm.com/read/285950/8800286
asm fixboot.asm
;软盘引导扇区安装程序
;适用于MS-DOS and PC-DOS
;can fix virus destory floppy
; page 50
.model tiny
.code
org 100h
start:
jmp begin
Buffer db 0EBh,37h,90h,47h,61h,75h,73h,73h,4
www.eeworm.com/read/177282/9460958
bat genrtx.bat
REM This file generates the RTX51 TINY LIBRARY
a51 right.a51
a51 vers.a51
a51 rtx51tny.a51 debug
a51 conf_tny.a51
del rtx51tny.lib
lib51 create rtx51tny.lib
lib51 add right.obj,vers.obj,rtx51tn
www.eeworm.com/read/439505/7707519
bat genrtx.bat
REM This file generates the RTX51 TINY LIBRARY
a51 right.a51
a51 vers.a51
a51 rtx51tny.a51 debug
a51 conf_tny.a51
del rtx51tny.lib
lib51 create rtx51tny.lib
lib51 add right.obj,vers.obj,rtx51tn
www.eeworm.com/read/312561/13609610
txt design-doc.txt
Tiny Search Engine
* 功能描述:
1.网页抓取,并且保存了网页原文。
可以能够抓取不是.html结尾的URL,比如.pdf,.doc。用ISAM格式存储,存于数据文件(WebData.dat和 WebData.idx)中。
抓取时考虑了connect,
read超时的情况;网页资源转向的情况(通过header的Location来获得);