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

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

best-seller

  • This program is using Genetic Algorithm to solve the Travlling Salesman Problem. It gives the bes

    This program is using Genetic Algorithm to solve the Travlling Salesman Problem. It gives the best path route within a specified time. usage: java Evolver <seconds> <city file> <config file> Author: Liu Yang

    標簽: Algorithm Travlling the Salesman

    上傳時間: 2013-12-06

    上傳用戶:nanfeicui

  • Introducing a new product requires the designer to think about the product differentiators. Designin

    Introducing a new product requires the designer to think about the product differentiators. Designing a user-friendly product, considering all other features are equivalent, will help increase the product acceptance and sales. A good User Interface is definitively one of these differentiators. In many instances, a Graphical User Interface (GUI) is the best approach.

    標簽: product differentiators Introducing the

    上傳時間: 2015-07-04

    上傳用戶:cx111111

  • RW - Read & Write utility, for hardware engineers, firmware (BIOS) engineers, driver developers, QA

    RW - Read & Write utility, for hardware engineers, firmware (BIOS) engineers, driver developers, QA engineers, performance test engineers, diagnostic engineers, etc., This utility access almost all the computer hardware, including PCI (PCI Express), PCI Index/Data, Memory, Memory Index/Data, I/O Space, I/O Index/Data, Super I/O, Clock Generator, DIMM SPD, SMBus Device, CPU MSR Registers, ATA/ATAPI Identify Data, ACPI Tables Dump (include AML decode), Embedded Controller, USB Information and LPT Remote Access. And also an Command Window is provided to access hardware manually. Website1: http://rw.net-forces.com/ Website2: http://home.kimo.com.tw/ckimchan.tw/ Website3: http://jacky5488.myweb.hinet.net/ For best view, please change the screen resolution to 1024 x 768 (or above) pixels.

    標簽: engineers developers firmware hardware

    上傳時間: 2013-12-22

    上傳用戶:王楚楚

  • A program to demonstrate the optimization process of ant colony optimization for the traveling salem

    A program to demonstrate the optimization process of ant colony optimization for the traveling saleman problem (TSP). The cities are shown as red circles, the pheromone on the connections between them (fully connected graph) by gray lines. The darker the grey, the more pheromone is currently on the edge. During the optimization, the currently best found tour is drawn in red. To run the optimization, first create a random TSP, then create an ant colony, and finally run the optimization.

    標簽: optimization demonstrate the traveling

    上傳時間: 2015-07-12

    上傳用戶:偷心的海盜

  • Thinking in C++ 2nd edition source code which are all the cores of the book Thinking in C++ second e

    Thinking in C++ 2nd edition source code which are all the cores of the book Thinking in C++ second edition.that s the best thing to learn C

    標簽: Thinking the edition source

    上傳時間: 2013-12-17

    上傳用戶:fandeshun

  • HTML Editor for VC++ 6.0:Today, applications often need a rich user interface. One of them is abilit

    HTML Editor for VC++ 6.0:Today, applications often need a rich user interface. One of them is ability to compose or edit HTML documents in an easy, effective, and reliable way. This article and source code attached give you a nice control to perform this task. And now, the best part: This control works fine with Microsoft VC++ 6.0!

    標簽: applications interface Editor abilit

    上傳時間: 2015-07-23

    上傳用戶:lepoke

  • 很不錯的出學教材

    很不錯的出學教材, i regard it as the best of the bunch! i great appreaciate your support!

    標簽: 教材

    上傳時間: 2013-12-20

    上傳用戶:aa17807091

  • 軟件開發工程是有趣的、多產的

    軟件開發工程是有趣的、多產的,甚至是大膽的。同時,它也能源源不斷地帶來商業價值,并保持在我們的掌控之下。 極限編程(XP)的構思和發展是針對小型團隊進行軟件開發時,在面對不確知的、變化的需求時所產生的特定需要的。這一新的、輕量級的方法學對許多傳統思維提出了挑戰,這其中包括一個一直以來的假設,即在軟件開發過程中,對軟件進行一個小小的改動就必然會使其開發成本大大增加。極限編程認可軟件開發工程應該節約成本,而且一旦實現了某種節約就應該加以開發利用。 你可以喜歡XP,也可以恨它,但是本書將會使你對如何開發軟件有一個全新的認識。KentBeck擁有并經營著First Class軟件公司,在這里他把主要精力放在兩個最大的興趣上——模式和極限編程。他一直在研究軟件開發的先驅模式、CRC卡、HotDraw畫圖編輯器框架、xUnit單元測試框架以及測試為先的編程。他發表了五十多篇關于編程的文章,并出版了《The Smalltalk Best Practice Patterns》(Prentice-Hall出版社)和《Kent Beck’s Guide to Better Smalltalk:A Sorted Collection》(劍橋大學出版社)兩本著作,同時他還是超級暢銷書《重構——改善既有代碼的設計》(中英文版皆由中國電力出版社出版)的特約撰稿人。

    標簽: 軟件開發 工程

    上傳時間: 2015-10-02

    上傳用戶:邶刖

  • American Gladiator,You are consulting for a game show in which n contestants are pitted against n gl

    American Gladiator,You are consulting for a game show in which n contestants are pitted against n gladiators in order to see which contestants are the best. The game show aims to rank the contestants in order of strength this is done via a series of 1-on-1 matches between contestants and gladiators. If the contestant is stronger than the gladiator, then the contestant wins the match otherwise, the gladiator wins the match. If the contestant and gladiator have equal strength, then they are “perfect equals” and a tie is declared. We assume that each contestant is the perfect equal of exactly one gladiator, and each gladiator is the perfect equal of exactly one contestant. However, as the gladiators sometimes change from one show to another, we do not know the ordering of strength among the gladiators.

    標簽: contestants consulting Gladiator are

    上傳時間: 2013-12-18

    上傳用戶:windwolf2000

  • Huffman 壓縮/解壓算法的ANSI C實現 This archive contains a simple and readable ANSI C implementation of Huffm

    Huffman 壓縮/解壓算法的ANSI C實現 This archive contains a simple and readable ANSI C implementation of Huffman coding and decoding. This implementation is not intended to be the best, fastest, smallest, or any other performance related adjective. More information on Huffman encoding may be found at: http://michael.dipperstein.com/huffman http://datacompression.info/Huffman.shtml

    標簽: ANSI implementation contains readable

    上傳時間: 2014-01-05

    上傳用戶:thesk123

主站蜘蛛池模板: 闻喜县| 河津市| 扶绥县| 太保市| 彩票| 隆昌县| 全州县| 腾冲县| 皮山县| 满城县| 娄底市| 永康市| 诸暨市| 江孜县| 岑溪市| 东台市| 苍溪县| 合肥市| 连平县| 政和县| 珠海市| 吉隆县| 耒阳市| 寿光市| 滨州市| 兴业县| 茂名市| 博罗县| 大新县| 凤城市| 阿图什市| 乌恰县| 清流县| 秦安县| 盱眙县| 彩票| 凌海市| 安溪县| 云安县| 巴彦淖尔市| 资阳市|