代码搜索:COMPACT
找到约 3,584 项符合「COMPACT」的源代码
代码结果 3,584
www.eeworm.com/read/262226/11599049
asp compact.asp
1 then
response.write "您没有操作的权限"
response.end
end if
end if
%>
www.eeworm.com/read/157453/11703344
out compact.out
Find(1) = 1 Find(2) = 1
Find(3) = 1 Find(4) = 1
Find(5) = 5 Find(6) = 6
www.eeworm.com/read/157453/11703657
cpp compact.cpp
// union/find with weighting and path compaction
#include
int *parent;
bool *root;
void Initialize(int n)
{// One element per set/class/tree.
root = new bool[n+1];
pare
www.eeworm.com/read/259865/11761644
c compact.c
#include
void main(void)
{
int a = 1, b, c, d;
switch (a) {
case 1: a = 5;
b = 6;
c = 7;
d = 8;
break;
case 2: b
www.eeworm.com/read/156186/11822718
c compact.c
//###########################################################
// File: compact.c
//
// Read-/Writeroutines for CompactFlash in LBA mode.
// CHS mode not supported.
//
//#########################
www.eeworm.com/read/156186/11822723
h compact.h
//#########################################################################
// File: compact.h
//
// CompactFlash hardware definitions
//
//#######################################################
www.eeworm.com/read/344877/11854717