代码搜索:Block

找到约 10,000 项符合「Block」的源代码

代码结果 10,000
www.eeworm.com/read/195687/8135289

o block.o

www.eeworm.com/read/195687/8135297

c block.c

#include"structure.h" int load_block_entry(u8 *buffer, u16 block_num) { u32 block_addr; block_addr=DATA_BLOCK+block_num*512; fseek(FS,block_addr,SEEK_SET); fread(buffer,sizeof(u8),512,FS); return
www.eeworm.com/read/195687/8135300

c~ block.c~

#include"structure.h" int load_block_entry(u8 *buffer, u16 block_num) { u32 block_addr; block_addr=DATA_BLOCK+block_num*512; fseek(FS,block_addr,SEEK_SET); fread(buffer,sizeof(u8),512,FS); return
www.eeworm.com/read/333254/12693352

cpp block.cpp

// block.cpp -- use a block statement #include int main() { using namespace std; cout
www.eeworm.com/read/145395/12726945

c block.c

#include "config.h" struct Request { int start; int end; } stRequest; struct Block { int start; int end; struct PeerSet *pset; } stBlock; struct PeerSet { int npeers; st
www.eeworm.com/read/246290/12740734

cs block.cs

using System; using System.Drawing; using System.Drawing.Drawing2D; namespace PocketNettrix { public class Block { public enum BlockTypes { Undefined = 0, Square = 1, Line = 2,
www.eeworm.com/read/246290/12742725

cs block.cs

using System; using System.Drawing; using System.Drawing.Drawing2D; namespace Nettrix { public class Block { public enum BlockTypes { Undefined = 0, Square = 1, Line = 2, J
www.eeworm.com/read/245748/12781779

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/245748/12781814

cpp block.cpp

#include "block.h" #include const int numBlocks=7; const TUint16 bl_types[4][numBlocks]= // #### ### ### ## ## ## ### // # # ##
www.eeworm.com/read/143995/12824691

gif block.gif