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

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

STEP-DOWN

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

    標(biāo)簽: 8226 programming people person

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

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

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

    上傳用戶:yoleeson

  • 本代碼是展示了如何通過(guò)delphi監(jiān)控指定web站點(diǎn)的運(yùn)行情況

    本代碼是展示了如何通過(guò)delphi監(jiān)控指定web站點(diǎn)的運(yùn)行情況,如果web站點(diǎn)down掉的話,會(huì)實(shí)時(shí)報(bào)警給維護(hù)人員

    標(biāo)簽: delphi web 代碼 監(jiān)控

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

    標(biāo)簽: production particular required efforts

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

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

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

    上傳用戶:change0329

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

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

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

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

    上傳用戶:cursor

  • 陳淑亭網(wǎng)絡(luò)課堂:采用iis+perlis方式編寫(xiě)

    陳淑亭網(wǎng)絡(luò)課堂:采用iis+perlis方式編寫(xiě),A,B,C三個(gè)目錄代表3門課,也可以再加課程,teacher為老師資料目錄,student為學(xué)生資料目錄,down為下載目錄,所有管理配置都在setup.cgi,比如增加課程時(shí),只需要配置%classkind 學(xué)生注冊(cè)后可以查看A,B,C三門的課程,老師注冊(cè)后必須由管理員開(kāi)通后才能管理課程,管理員開(kāi)通時(shí)必須設(shè)置老師所管理的課程,比如,可以設(shè)置老師A,B,C三門課的其中一門,或者全部的三門。老師在發(fā)表課程文章具有上傳附件的權(quán)限。在學(xué)生登陸后的計(jì)時(shí)采用了javascript和perl的結(jié)合,一個(gè)學(xué)生帳號(hào)的時(shí)間為12小時(shí),用完后此帳號(hào)作廢。

    標(biāo)簽: perlis iis 網(wǎng)絡(luò) 方式

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

    上傳用戶:manlian

  • Host Identity Protocol on Linux is an implemetation of the Host Identity Protocol (HIP) and the rela

    Host Identity Protocol on Linux is an implemetation of the Host Identity Protocol (HIP) and the related architecture. HIP is a proposal to change the TCP/IP stack to securely support mobility and multi-homing. Additionally, it provides for enhanced security and privacy and advanced network concepts, such as moving networks and mobile ad hoc networks. HIP is "cool", which means that as a mobile VPN solution, when your network interfaces go up or down, there is no need to re-establish a secure tunnel.

    標(biāo)簽: Identity Protocol Host implemetation

    上傳時(shí)間: 2016-09-01

    上傳用戶:皇族傳媒

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

    這份源碼由MapX5.02所附的C++源碼改寫(xiě)而來(lái)。其獨(dú)特之處在于,源碼中還包含一份Step by Step 的開(kāi)發(fā)文檔。非常有助于初次在VC6下使用MapX開(kāi)發(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)行開(kāi)發(fā)的,對(duì)初學(xué)者很有好處!

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

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

    上傳用戶:13188549192

主站蜘蛛池模板: 祁连县| 晋江市| 临邑县| 光泽县| 黄陵县| 庄浪县| 广饶县| 南雄市| 栾川县| 乌鲁木齐市| 开化县| 泊头市| 青川县| 五台县| 荥经县| 湄潭县| 苗栗市| 凤凰县| 洱源县| 江津市| 黄陵县| 即墨市| 齐齐哈尔市| 永济市| 内丘县| 融水| 双柏县| 榆社县| 尚志市| 乐至县| 西宁市| 环江| 霍州市| 建瓯市| 娄烦县| 秀山| 老河口市| 赤壁市| 潜江市| 大安市| 晴隆县|