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

Step

  • 自从Access新添“项目数据库”这一概念

    自从Access新添“项目数据库”这一概念,并强化Access与后端数据库系统的整合后,长久以来,Access提供的功能与特色便与日俱增;Access 2003推出后,更改善了Internet 上电子数据交换的整合能力,并且提供了更强的错误检查、控件排序、自动校正、备份/压缩数据库与导入/导出功能等,整体来看提高了使用与操作Access的管理性能,同时更易于Office家族的其他成员整合。本书的特点: 1.简易学习为主线;从基本操作开始介绍,辅以图文并茂的解说及相关的实际操作,让您轻松地迈进高手殿堂; 2.实务应用为主线;以实际范例Step ty Step,手把手教会您各项功能及用法,宛如现场专家对您言传身教; 3.重点学习为主线;本书针对各章节中的内容,总结出重点并辅以习题让您在阅读后能够立即上手。

    标签: Access 项目 数据库

    上传时间: 2013-12-18

    上传用户:jjj0202

  • 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)

    标签: Runge-Kutta-Gill following example Program

    上传时间: 2014-01-16

    上传用户:maizezhen

  • 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 version 5.0 (J2SE 5.0). It provides a thorough, Step-by-Step approach to threads programming.

    标签: effectively programming nontrivial essential

    上传时间: 2016-03-20

    上传用户:hn891122

  • 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 game.

    标签: considering document designed emulator

    上传时间: 2014-01-04

    上传用户:caixiaoxu26

  • 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 Apache Tomcat, Sun s reference implementation of JSP, so you can start developing applications immediately.

    标签: JavaServer dynamic lessons build

    上传时间: 2014-11-25

    上传用户:TRIFCT

  • 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 how to open and load a demonstration project through the CodeWarrior IDE without further modification. This allows for a quick evaluation of Freescale’s ZigBee technology.

    标签: configuration Connectivity Freescale describes

    上传时间: 2013-12-24

    上传用户:偷心的海盗

  • 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

  • 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

  • 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