代码搜索:Block
找到约 10,000 项符合「Block」的源代码
代码结果 10,000
www.eeworm.com/read/129337/14250961
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/129171/14260833
bmp block.bmp
www.eeworm.com/read/129171/14261069
bmp block.bmp
www.eeworm.com/read/129122/14265721
cs block.cs
using System;
using System.Drawing;
using System.Windows.Forms;
namespace FiyaSoft.DiamondGame
{
///
/// 方块组
///
public class Block
{
private Point[] cakes=new Po
www.eeworm.com/read/129122/14265747
suo block.suo
www.eeworm.com/read/129122/14265750
cs block.cs
using System;
using System.Drawing;
using System.Windows.Forms;
namespace BLOCK_HB
{
///
///
///
public class Block
{
private Point[] cakes=new Point[4];
priv
www.eeworm.com/read/129122/14265764
sln block.sln
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "block", "block.csproj", "{945532D8-FF9E-42DD-A332-D5714AFCCEE1}"
ProjectSection(Proje
www.eeworm.com/read/128997/14270295
h block.h
#ifndef __BLOCK_H
#define __BLOCK_H
#include "shared\blkdev.h"
typedef struct _Block
{
/*
* Synchronised access by _Block.Mutex
*/
void *BlockData;
BOOL isDirty;
MUTEXHAND
www.eeworm.com/read/128997/14270319
c block.c
#include "vxd.h"
#include "shared\vxddebug.h"
#include "shared\blkdev.h"
#include "cache.h"
#include "block.h"
/*
* This module administrates all blocks loaded in memory.
* For each blo