代码搜索:Block
找到约 10,000 项符合「Block」的源代码
代码结果 10,000
www.eeworm.com/read/439049/7717558
h block.h
/*
*****************************************************************************
* COPYRIGHT AND WARRANTY INFORMATION
*
* Copyright 2003, Advanced Audio Video Coding Standard, Part II
*
* DISCLA
www.eeworm.com/read/439049/7717575
c block.c
/*
*****************************************************************************
* COPYRIGHT AND WARRANTY INFORMATION
*
* Copyright 2003, Advanced Audio Video Coding Standard, Part II
*
* DISCLA
www.eeworm.com/read/439049/7717592
h block.h
/*
*****************************************************************************
* COPYRIGHT AND WARRANTY INFORMATION
*
* Copyright 2003, Advanced Audio Video Coding Standard, Part II
*
* DISCLA
www.eeworm.com/read/439049/7717618
c block.c
/*
*****************************************************************************
* COPYRIGHT AND WARRANTY INFORMATION
*
* Copyright 2003, Advanced Audio Video Coding Standard, Part II
*
* DISCLA
www.eeworm.com/read/438675/7728366
h block.h
/* block.h */
/* Vladimir Kolmogorov (vnk@cs.cornell.edu), 2001. */
/*
Template classes Block and DBlock
Implement adding and deleting items of the same type in blocks.
If there there are
www.eeworm.com/read/399963/7819236
c block.c
#include
#include
#include
int main()
{
char block[1024];
int in, out;
int nread;
in = open("file.in", O_RDONLY);
out = open("file.out", O_WR
www.eeworm.com/read/199019/7894223
h block.h
/*****************************************************************************
*
* T264 AVC CODEC
*
* Copyright(C) 2004-2005 llcc
* 2004-2005 visionany
www.eeworm.com/read/199019/7894246
c block.c
/*****************************************************************************
*
* T264 AVC CODEC
*
* Copyright(C) 2004-2005 llcc
* 2004-2005 visionany
www.eeworm.com/read/298388/7963456
h block.h
#if !(defined BLOCK_H)
#define BLOCK_H
struct BLOCK
{
int x,y,type;
void show();//显示障碍物
BLOCK(int typex,int xx,int yy);
};
#endif
www.eeworm.com/read/298388/7963512