代码搜索:Block
找到约 10,000 项符合「Block」的源代码
代码结果 10,000
www.eeworm.com/read/393710/2471762
hpp block.hpp
/*
Copyright (C) 2000-2007 MySQL AB
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Soft
www.eeworm.com/read/392451/2496423
h block.h
#ifndef BLOCK_H
#define BLOCK_H
#include
class TBlock
{
public:
TBlock() :iType(0), iRot(0) {}
static int BlockCount();
static TBlock Block(int id);
static TBlock Rando
www.eeworm.com/read/392451/2496435
cpp block.cpp
#include "block.h"
#include
const int numBlocks=7;
const TUint16 bl_types[4][numBlocks]=
// #### ### ### ## ## ## ###
// # # ##
www.eeworm.com/read/389885/2531415
java block.java
import java.awt.*;
import java.awt.event.KeyEvent;
public class Block {
public static final int BLOCKWH = 20;
int x ,y ;
private Color c;
public Block(int x,int y,Color c){
this.x
www.eeworm.com/read/387667/2557138
h block.h
/*-------------------------------------------------------------------------
*
* block.h
* POSTGRES disk block definitions.
*
*
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development
www.eeworm.com/read/385822/2584505
c block.c
/****************************************************************************
*
* SciTech OS Portability Manager Library
*
* ========================================================
www.eeworm.com/read/385732/2586192
java block.java
/* ===========================================================
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (