代码搜索:Block

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

代码结果 10,000
www.eeworm.com/read/264342/11319361

c block.c

/* block.c - bcopy, bzero */ /*------------------------------------------------------------------------ * bcopy - copy a block of memory to another *--------------------------------------------
www.eeworm.com/read/409440/11323686

txt block.txt

大概在最近两天之内编码完成,但此前一天开始构思。第一天晚上主要完成了方块旋转算法,第二天也就是今天加了消方块的处理算法。但是可能还有一些考虑不周的地方,比如,没有采用定时中断,而是图方便采用了和cpu频率有关的delay()函数来模拟时间间隔,这是需要改进的地方。 其中的主要逻辑有: (1)由于c的随机性函数不好,所以每次游戏开始根据bios时间设置种子。 (2)得分越高,方块下降速度越快( ...
www.eeworm.com/read/263952/11336182

c block.c

/************************************************************************ * * Copyright (c) 2001 by Accelerated Technolog
www.eeworm.com/read/408786/11369755

c block.c

/* * EBS - RTFS (Real Time File Manager) * * Copyright Peter Van Oudenaren , 1993 * All rights reserved. * This code may not be redistributed in source or linkable object form * without the cons
www.eeworm.com/read/263146/11374146

ocf block.ocf

www.eeworm.com/read/408266/11400629

class block.class

www.eeworm.com/read/408266/11400644

java block.java

/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package 挖雷游戏; /** * * @author Administrator */ import java.awt.event.*; import java.awt.*; impo
www.eeworm.com/read/407803/11410549

h block.h

#ifndef _BLOCK_H_ #define _BLOCK_H_ //----------------------------------------------------------------------------- // Constants Define //------------------------------------------------------
www.eeworm.com/read/407426/11419605

java block.java

public class Block { String name;//数字 int number;//雷数 boolean boo=false;//是否为雷 /** Creates a new instance of Block */ public void setName(String name){ this.na
www.eeworm.com/read/405615/11460262

m block.m

function sub = block(blocks, block_sizes) % BLOCK Return a vector of subscripts corresponding to the specified blocks. % sub = block(blocks, block_sizes) % % e.g., block([2 5], [2 1 2 1 2]) = [3 7 8]