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 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
這份源碼由MapX5.02所附的C++源碼改寫而來。其獨特之處在于,源碼中還包含一份Step by Step 的開發文檔。非常有助于初次在VC6下使用MapX開發GIS的入門者。
上傳時間: 2013-12-08
上傳用戶:youmo81
其中包括西門子S7PLC的60個相關程序,是用Step 7軟件進行開發的,對初學者很有好處!
上傳時間: 2013-12-11
上傳用戶:13188549192
ISE 7.1使用教程,對于初學者進行step-by-step的ISE7.1使用說明
上傳時間: 2016-10-29
上傳用戶:qw12
Boost provides free peer-reviewed portable C++ source libraries. We emphasize libraries that work well with the C++ Standard Library. Boost libraries are intended to be widely useful, and usable across a broad spectrum of applications. The Boost license encourages both commercial and non-commercial use. We aim to establish "existing practice" and provide reference implementations so that Boost libraries are suitable for eventual standardization. Ten Boost libraries are already included in the C++ Standards Committee s Library Technical Report (TR1) as a step toward becoming part of a future C++ Standard. More Boost libraries are proposed for the upcoming TR2. Boost works on almost any modern operating system, including UNIX and Windows variants. Follow the Getting Started Guide to download and install Boost. Popular Linux and Unix distributions such as Fedora, Debian, and NetBSD include pre-built Boost packages. Boost may also already be available on your organization s internal web server.
標簽: libraries peer-reviewed emphasize provides
上傳時間: 2016-12-05
上傳用戶:semi1981
An adaptive fuzzy integral sliding mode controller for mismatched time-varying linear systems is presented in this paper. The proposed fuzzy integral sliding mode controller is designed to have zero steady state system error under step inputs and alleviate the undesired chattering around the sliding surface
標簽: time-varying controller mismatched adaptive
上傳時間: 2014-12-04
上傳用戶:luopoguixiong
These routines model tropospheric radiowave propagation over variable terrain and calculates propagation loss vs. height and range. Propagation loss is displayed in dB contours on a height vs. range plot. TPEM is based on the split-step Fourier PE method and was originally developed from an early PE model called PEPC, written by Fred Tappert. Propagation loss over variable terrain is modeled by shifting the field an appropriate number of bin widths correspondc ing to the height of the ground. The field is determined using the smooth earth PE method.
標簽: tropospheric propagation calculates radiowave
上傳時間: 2017-01-01
上傳用戶:225588
symbian C++ 入門經典 初學者必讀,step by step 目錄 1 概述 5 2 預備知識 5 3 Symbian OS Platform及應用開發5 3.1 內核和用戶庫.5 3.2 文件和目錄5 3.3 目標平臺及其變種6 3.4 Symbian OS的目標類型.6 4 應用開發工具包(SDKs)和工具7 4.1 SDK安裝后的目錄結構.7 4.1.1 根目錄.7 4.1.2 Epoc32\.7 4.1.3 Epoc32Ex\8 4.2 應用構建工具.8 4.2.1 項目定義文件9 4.2.2 組件描述文件(bld.inf)9 4.2.3 bldmake命令9 5 漸進式指導10 5.1 控制臺應用.10 5.2 基本源文件.10 5.3 構建應用.10 5.4 運行應用.11 6 深入研討 13
上傳時間: 2014-01-19
上傳用戶:yuanyuan123