代码搜索:Comp
找到约 10,000 项符合「Comp」的源代码
代码结果 10,000
www.eeworm.com/read/278030/10579781
bas comp_vbcreorderble.bas
Attribute VB_Name = "Comp_VBCReorderble"
Option Explicit
'This is a 2 run method
Private Type Bitset
LowValue As Integer
Needed As Integer
End Type
Private Type MinMax
Mi
www.eeworm.com/read/278030/10579819
bas comp_reducerhuffcodes.bas
Attribute VB_Name = "Comp_ReducerHuffcodes"
Option Explicit
'This is a 2 run method
'This compressor makes use of a dictionary and code the ascii character
'to the position it is located i
www.eeworm.com/read/278030/10579833
bas comp_lzsslazy.bas
Attribute VB_Name = "Comp_LZSSLazy"
Option Explicit
'This is a 1 run method but we have to keep the whole contents
'in memory until some variables are saved wich are needed bij the decompress
www.eeworm.com/read/278030/10579857
bas comp_orderer.bas
Attribute VB_Name = "Comp_Orderer"
Option Explicit
'This is a 1 run method but we have to keep the whole contents
'in memory until some variables are saved wich are needed bij the decompresso
www.eeworm.com/read/278030/10579874
bas comp_huffman.bas
Attribute VB_Name = "Comp_Huffman"
Option Explicit
'This is a 2 run method
Public Sub Compress_HuffMan(FileArray() As Byte)
Dim X As Long
Dim Y As Long
Dim Z As Long
Dim
www.eeworm.com/read/159335/10668252
c serialconsolestdio_comp.c
/*
* Copyright (c) 1999 by TriMedia Technologies.
*
* +------------------------------------------------------------------+
* | This software is furnished under a license and may only be used
www.eeworm.com/read/159335/10668342
c serialconsoledriver_comp.c
/*
* Copyright (c) 1999 by TriMedia Technologies.
*
* +------------------------------------------------------------------+
* | This software is furnished under a license and may only be used
www.eeworm.com/read/421117/10754591
asm comp3.asm
ORG 0000H
MOV A,40H
CJNE A,41H,CHK1
SJMP SKIP1
CHK1: JC CMP1
SKIP1: CJNE A,42H,CHK2
CHK2: JNC DISP40
CMP1: MOV A,41H
CJNE A,42H,CHK3
SJMP SKIP2
CHK3: JC RES1
www.eeworm.com/read/275958/10781975
ico comp_off.ico
www.eeworm.com/read/275499/10815246
bak comp_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {