虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

STEP-DOWN

  • java的一个源代码

    java的一个源代码,、 public class ThunderBoltAct extends Canvas implements Runnable { private int TIMEOUT = 0 private final static int NUMERIC = 10000 //总分 private final static int INERRGAL = 60 //频率 private final static int MAXBATTLE = 3 //最大飞机数 private final static int MAXBALLNUM = 30 //最多飞机子弹数 private final static int MAXCOPTERNUM = 16 //最大敌机数 private final static int MAXCOPTERBALLNUM = 16 //最多敌机子弹数 private final static int STEP = 1 private final static int MINCOPTER = 2 //最小敌机数

    标签: java 源代码

    上传时间: 2016-04-26

    上传用户:jichenxi0730

  • 在无符号数的字节数组中

    在无符号数的字节数组中,计算大于、等于、小于search的元素个数,分别存放在字节单元up、equal、down中。 程序显示up、equal、down的值

    标签: 符号 字节 数组

    上传时间: 2016-06-18

    上传用户:2525775

  • This directory builds the miniport driver for Adaptec’s 1540 family of SCSI controllers. This driver

    This directory builds the miniport driver for Adaptec’s 1540 family of SCSI controllers. This driver exports several functions which are used by SCSIPORT.SYS to issue SCSI requests to the devices attached to the controller, process adapter interrupts, and various other SCSI activities. This driver is also responsible for detecting non-Plug and Play 1540 SCSI controllers—the Plug and Play controllers are detected by the operating system—and for shutting down the controller during device removal or power management operations. This sample also demonstrates the use of the SCSIWMI library to add WMI functionality to SCSI miniports. This library can be linked into a miniport and provides most of the framework needed to expose WMI data blocks to SCSIPORT and the system.

    标签: driver This controllers directory

    上传时间: 2016-06-28

    上传用户:caiiicc

  • This directory contains the miniport driver for INI-9100U/UW PCI_UltraSCSI Bus Master Controllers. T

    This directory contains the miniport driver for INI-9100U/UW PCI_UltraSCSI Bus Master Controllers. This driver exports several functions that are used by Scsiport.sys to issue SCSI requests to the devices attached to the controller, process adapter interrupts, and various other SCSI activities. This driver is also responsible shutting down the controller during device removal or power management operations.

    标签: PCI_UltraSCSI Controllers directory contains

    上传时间: 2016-06-28

    上传用户:l254587896

  • This book is for all those people. • For the person who thinks programming is too hard •

    This book is for all those people. • For the person who thinks programming is too hard • For the person who gets bogged down when writing or changing larger scripts (our analyst) • For the person who knows the wrong languages well (our programmer): languages like Java, C#, C++, and C are perfectly fine languages—in their niche.

    标签: 8226 programming people person

    上传时间: 2016-07-10

    上传用户:lz4v4

  • The Ruby Way takes a "how-to" approach to Ruby programming with the bulk of the material consisting

    The Ruby Way takes a "how-to" approach to Ruby programming with the bulk of the material consisting of more than 400 examples arranged by topic. Each example answers the question "How do I do this in Ruby?" Working along with the author, you are presented with the task description and a discussion of the technical constraints. This is followed by a step-by-step presentation of one good solution. Along the way, the author provides detailed commentary and explanations to aid your understanding.

    标签: Ruby programming consisting the

    上传时间: 2013-12-13

    上传用户:yoleeson

  • 本代码是展示了如何通过delphi监控指定web站点的运行情况

    本代码是展示了如何通过delphi监控指定web站点的运行情况,如果web站点down掉的话,会实时报警给维护人员

    标签: delphi web 代码 监控

    上传时间: 2016-07-13

    上传用户:1101055045

  • The production of this book required the efforts of many people, but two in particular deserve to be

    The production of this book required the efforts of many people, but two in particular deserve to be singled out for their diligent, sustained, and unselfish efforts. Sally Stickney, the book s principal editor, navigated me through that minefield called the English language and contributed greatly to the book s readability. Marc Young, whose talents as a technical editor are nothing short of amazing, was relentless in tracking down bugs, testing sample code, and verifying facts. Sally, Marc: This book is immeasurably better because of you. Thanks.

    标签: production particular required efforts

    上传时间: 2016-07-15

    上传用户:ve3344

  • 8puzzle game by Java This program can automatically solve 8 puzzle games with Manhattan approach

    8puzzle game by Java This program can automatically solve 8 puzzle games with Manhattan approach and show each step.

    标签: automatically Manhattan approach 8puzzle

    上传时间: 2016-07-24

    上传用户:change0329

  • 首先从起始点开始看它的八个方向中有几个方向可以走

    首先从起始点开始看它的八个方向中有几个方向可以走,假如有5个方向可走,再看这5个位置下一步分别有几步可走,把这个值赋给一个数组s[],再对数组进行从小到大排序,然后从5步中s[]值最小的走,依次递归,每次从s[]值最小的走,如果步骤号step等于棋盘规格m*n,则说明全部走完了;如果遇到无路可走的情况,step--,退回到上一步,当一直退到起始点时候,说明无法全部遍历。

    标签: 方向 起始点

    上传时间: 2016-07-25

    上传用户:cursor