亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

step-vary

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

    標(biāo)簽: Ruby programming consisting the

    上傳時(shí)間: 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.

    標(biāo)簽: automatically Manhattan approach 8puzzle

    上傳時(shí)間: 2016-07-24

    上傳用戶:change0329

  • 首先從起始點(diǎn)開始看它的八個(gè)方向中有幾個(gè)方向可以走

    首先從起始點(diǎn)開始看它的八個(gè)方向中有幾個(gè)方向可以走,假如有5個(gè)方向可走,再看這5個(gè)位置下一步分別有幾步可走,把這個(gè)值賦給一個(gè)數(shù)組s[],再對數(shù)組進(jìn)行從小到大排序,然后從5步中s[]值最小的走,依次遞歸,每次從s[]值最小的走,如果步驟號step等于棋盤規(guī)格m*n,則說明全部走完了;如果遇到無路可走的情況,step--,退回到上一步,當(dāng)一直退到起始點(diǎn)時(shí)候,說明無法全部遍歷。

    標(biāo)簽: 方向 起始點(diǎn)

    上傳時(shí)間: 2016-07-25

    上傳用戶:cursor

  • 這份源碼由MapX5.02所附的C++源碼改寫而來。其獨(dú)特之處在于

    這份源碼由MapX5.02所附的C++源碼改寫而來。其獨(dú)特之處在于,源碼中還包含一份Step by Step 的開發(fā)文檔。非常有助于初次在VC6下使用MapX開發(fā)GIS的入門者。

    標(biāo)簽: MapX 5.02 源碼

    上傳時(shí)間: 2013-12-08

    上傳用戶:youmo81

  • 其中包括西門子S7PLC的60個(gè)相關(guān)程序

    其中包括西門子S7PLC的60個(gè)相關(guān)程序,是用Step 7軟件進(jìn)行開發(fā)的,對初學(xué)者很有好處!

    標(biāo)簽: S7PLC 西門子 程序

    上傳時(shí)間: 2013-12-11

    上傳用戶:13188549192

  • ISE 7.1使用教程

    ISE 7.1使用教程,對于初學(xué)者進(jìn)行step-by-step的ISE7.1使用說明

    標(biāo)簽: ISE 7.1 使用教程

    上傳時(shí)間: 2016-10-29

    上傳用戶:qw12

  • Boost provides free peer-reviewed portable C++ source libraries. We emphasize libraries that work

    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.

    標(biāo)簽: libraries peer-reviewed emphasize provides

    上傳時(shí)間: 2016-12-05

    上傳用戶:semi1981

  • An adaptive fuzzy integral sliding mode controller for mismatched time-varying linear systems is p

    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

    標(biāo)簽: time-varying controller mismatched adaptive

    上傳時(shí)間: 2014-12-04

    上傳用戶:luopoguixiong

  • These routines model tropospheric radiowave propagation over variable terrain and calculates propaga

    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.

    標(biāo)簽: tropospheric propagation calculates radiowave

    上傳時(shí)間: 2017-01-01

    上傳用戶:225588

  • symbian C++ 入門經(jīng)典 初學(xué)者必讀

    symbian C++ 入門經(jīng)典 初學(xué)者必讀,step by step 目錄 1 概述 5 2 預(yù)備知識(shí) 5 3 Symbian OS Platform及應(yīng)用開發(fā)5 3.1 內(nèi)核和用戶庫.5 3.2 文件和目錄5 3.3 目標(biāo)平臺(tái)及其變種6 3.4 Symbian OS的目標(biāo)類型.6 4 應(yīng)用開發(fā)工具包(SDKs)和工具7 4.1 SDK安裝后的目錄結(jié)構(gòu).7 4.1.1 根目錄.7 4.1.2 Epoc32\.7 4.1.3 Epoc32Ex\8 4.2 應(yīng)用構(gòu)建工具.8 4.2.1 項(xiàng)目定義文件9 4.2.2 組件描述文件(bld.inf)9 4.2.3 bldmake命令9 5 漸進(jìn)式指導(dǎo)10 5.1 控制臺(tái)應(yīng)用.10 5.2 基本源文件.10 5.3 構(gòu)建應(yīng)用.10 5.4 運(yùn)行應(yīng)用.11 6 深入研討 13

    標(biāo)簽: symbian 初學(xué)者

    上傳時(shí)間: 2014-01-19

    上傳用戶:yuanyuan123

主站蜘蛛池模板: 常山县| 宁明县| 察哈| 商水县| 墨玉县| 康保县| 安远县| 广河县| 昌邑市| 雷波县| 池州市| 出国| 武宣县| 嘉黎县| 伊金霍洛旗| 旬阳县| 马龙县| 中西区| 温泉县| 鸡泽县| 南涧| 黑水县| 登封市| 拜泉县| 中西区| 辽阳市| 南充市| 广宗县| 东兰县| 五家渠市| 桂阳县| 洮南市| 临湘市| 磴口县| 长子县| 景东| 平陆县| 曲阳县| 克山县| 昌平区| 邢台市|