代码搜索:Structure
找到约 10,000 项符合「Structure」的源代码
代码结果 10,000
www.eeworm.com/read/430518/1928127
structure
L3 Bus Driver
-------------
The structure of the driver is as follows:
+----------+ +----------+ +----------+
| client 1 | | client 2 | | client 3 |
+-----^----+ +----^-----+ +----^-----+
www.eeworm.com/read/191821/8420848
dat structure.dat
www.eeworm.com/read/191821/8420850
asm structure.asm
www.eeworm.com/read/188007/8580006
psm structure.psm
www.eeworm.com/read/188007/8580008
dat structure.dat
www.eeworm.com/read/432213/8619438
doc structure.doc
IJG JPEG LIBRARY: SYSTEM ARCHITECTURE
Copyright (C) 1991-1995, Thomas G. Lane.
This file is part of the Independent JPEG Group's software.
For conditions of distribution and use, see the accompanyin
www.eeworm.com/read/288572/8621654
h structure.h
/*------------------------------------------------------------------------------*/
/* Project Name: Multiplexer of MPEG-II */
/* Module Name: structure defin
www.eeworm.com/read/387673/8659741
class structure.class
www.eeworm.com/read/387673/8659748
java structure.java
package integrate;
public class Structure {
public int unitNum;
public Coor[] unitList;
public double resultDis;
public Structure(int x){
unitNum=x;
unitList=new Coor[x+1];
for (in