搜索结果
找到约 240 项符合
STEP-upcircuit 的查询结果
其他书籍 自从Access新添“项目数据库”这一概念
自从Access新添“项目数据库”这一概念,并强化Access与后端数据库系统的整合后,长久以来,Access提供的功能与特色便与日俱增;Access 2003推出后,更改善了Internet 上电子数据交换的整合能力,并且提供了更强的错误检查、控件排序、自动校正、备份/压缩数据库与导入/导出功能等,整体来看提高了使用与操作Access的管理性 ...
数值算法/人工智能 In this example we solve the following single ODE Program Name: RKG-1.FOR (Runge-Kutta-Gill algorit
In this example we solve the following single ODE
Program Name: RKG-1.FOR (Runge-Kutta-Gill algorithm, fixed step size)
Java书籍 Threads are essential to Java programming, but learning to use them effectively is a nontrivial task
Threads are essential to Java programming, but learning to use them effectively is a nontrivial task. This new edition of the classic Java Threads shows you how to take full advantage of Java s threading facilities and brings you up-to-date with the watershed changes in Java 2 Standard Edition versi ...
电子书籍 This document is designed to aid anyone considering whether to write an emulator for an arcade gam
This document is designed to aid anyone considering whether to write an
emulator for an arcade game machine. It will attempt to answer frequently
asked questions, give a step by step tutorial, and provide the resources
necessary for a capable programmer to begin work on an emulator for an
arcade ...
Java书籍 In just 24 lessons of one hour or less, you will be able to build dynamic Web sites using JavaServer
In just 24 lessons of one hour or less, you will be able to build dynamic Web sites using JavaServer Pages. Using a straightforward, step-by-step approach, each lesson builds on the previous ones, enabling you to learn the essentials of JavaServer Pages 2.0 from the ground up. The book includes Apac ...
嵌入式/单片机编程 This guide describes Freescale’s BeeKit Wireless Connectivity Toolkit configuration tool used for Zi
This guide describes Freescale’s BeeKit Wireless Connectivity Toolkit configuration tool used for ZigBee, 802.15.4, or SMAC application development. The guide describes system requirements, installation, and how to launch BeeKit. The book then guides users through a simple step-by-step process of h ...
J2ME 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 = ...
其他书籍 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 o ...
游戏 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.
文章/文档 首先从起始点开始看它的八个方向中有几个方向可以走
首先从起始点开始看它的八个方向中有几个方向可以走,假如有5个方向可走,再看这5个位置下一步分别有几步可走,把这个值赋给一个数组s[],再对数组进行从小到大排序,然后从5步中s[]值最小的走,依次递归,每次从s[]值最小的走,如果步骤号step等于棋盘规格m*n,则说明全部走完了;如果遇到无路可走的情况,step--,退回到 ...