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

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

NP-hard

  • Why do People Program? Each person can have his own reason for programming but I can tell you th

    Why do People Program? Each person can have his own reason for programming but I can tell you that programming is one of the best ways to gain a deep understanding of computers and computer technology. Learning to program makes you understand why computers and computer programs work the way they do. It also puts some sense into you about how hard it is to create software. 1.2. What is C++ & OOP? C++ is an extended version C. C was developed at Bell Labs. in 1978.

    標(biāo)簽: programming can Program People

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

    上傳用戶(hù):qazxsw

  • 免疫算法和模擬退火算法求解TSP問(wèn)題的研究。本文提出了一種新的免疫模擬退火法

    免疫算法和模擬退火算法求解TSP問(wèn)題的研究。本文提出了一種新的免疫模擬退火法,并將其應(yīng)用于求解典型的NP問(wèn)題—TSP問(wèn)題

    標(biāo)簽: TSP 免疫算法 免疫 模擬退火算法

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

    上傳用戶(hù):nanxia

  • 免疫算法和模擬退火算法求解TSP問(wèn)題的研究 本文提出了一種新的免疫模擬退火算法

    免疫算法和模擬退火算法求解TSP問(wèn)題的研究 本文提出了一種新的免疫模擬退火算法,并將其應(yīng)用于求解典型的NP問(wèn)題—TSP問(wèn)題

    標(biāo)簽: TSP 模擬退火算法 免疫算法 免疫

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

    上傳用戶(hù):watch100

  • It’s your first day in the lab.Undoubtedly you are experiencing a range of emotions: excitement, cu

    It’s your first day in the lab.Undoubtedly you are experiencing a range of emotions: excitement, curiosity, anxiety. You will be working in this lab and with a group of people, as well as with your supervisor, for several years to come. This is the first day of a long commitment and, for some, a hard road ahead. Which is why it’s important to get off on the right foot.

    標(biāo)簽: experiencing Undoubtedly excitement emotions

    上傳時(shí)間: 2017-09-14

    上傳用戶(hù):zhangyi99104144

  • 計(jì)算本征值程序

    Computes all eigenvalues and eigenvectors of a real symmetric matrix a, ! which is of size n by n, stored in a physical np by np array. ! On output, elements of a above the diagonal are destroyed. ! d returns the eigenvalues of a in its first n elements. ! v is a matrix with the same logical and physical dimensions as a, ! whose columns contain, on output, the normalized eigenvectors of a. ! nrot returns the number of Jacobi rotations that were required. ! Please notice that the eigenvalues are not ordered on output. ! If the sorting is desired, the addintioal routine "eigsrt" ! can be invoked to reorder the output of jacobi.

    標(biāo)簽: 計(jì)算 程序

    上傳時(shí)間: 2016-06-04

    上傳用戶(hù):1512313

  • 異步電機(jī)模型Matalab仿真

    利用simulink搭建異步電機(jī)模型; 掌握異步電機(jī)各參數(shù)對(duì)各輸出的影響。 1.搭建異步電機(jī)模型,電機(jī)參數(shù):定子電阻Rs=1歐姆,轉(zhuǎn)子電阻Rr=1歐姆,定子漏感系數(shù)=1mH,轉(zhuǎn)子漏感系數(shù)=1mH,互感系數(shù)=20mH,轉(zhuǎn)動(dòng)慣量Jm=0.25kgm^2,極對(duì)數(shù)Np=4。 2.用幅值為380V,頻率為50Hz,相位互差120度的三相勵(lì)磁交流電壓供電。先空載啟動(dòng)觀察各輸出變化,然后在空載穩(wěn)定后突加200Nm負(fù)載觀察各輸出變化。 3.分別改變Rs,Rr,Jm值,觀察輸出數(shù)據(jù)變化。

    標(biāo)簽: Matalab 異步電機(jī) 仿真 模型

    上傳時(shí)間: 2018-04-02

    上傳用戶(hù):Jcong233

  • matlab 0-1背包問(wèn)題

    遺傳算法已經(jīng)成為組合優(yōu)化問(wèn)題的近似最優(yōu)解的一把鑰匙。它是一種模擬生物進(jìn)化過(guò)程的計(jì)算模型,作為一種新的全局優(yōu)化搜索算法,它以其簡(jiǎn)單、魯棒性強(qiáng)、適應(yīng)并行處理以及應(yīng)用范圍廣等特點(diǎn),奠定了作為21世紀(jì)關(guān)鍵智能計(jì)算的地位。 背包問(wèn)題是一個(gè)典型的組合優(yōu)化問(wèn)題,在計(jì)算理論中屬于NP-完全問(wèn)題, 其計(jì)算復(fù)雜度為,傳統(tǒng)上采用動(dòng)態(tài)規(guī)劃來(lái)求解。設(shè)w是經(jīng)營(yíng)活動(dòng) i 所需要的資源消耗,M是所能提供的資源總量,p是人們經(jīng)營(yíng)活動(dòng)i得到的利潤(rùn)或收益,則背包問(wèn)題就是在資源有限的條件下, 追求總的最大收益的資源有效分配問(wèn)題。

    標(biāo)簽: matlab 背包問(wèn)題

    上傳時(shí)間: 2018-04-26

    上傳用戶(hù):jiazhe110125

  • 算法分析與設(shè)計(jì)第三章習(xí)題解答

    本書(shū)是一部設(shè)計(jì)與分析領(lǐng)域的經(jīng)典著作,著重介紹了計(jì)算機(jī)算法設(shè)計(jì)領(lǐng)域的基本原則和根本原理。書(shū)中深入分析了一些計(jì)算機(jī)模型上的算法,介紹了一些和設(shè)計(jì)有效算法有關(guān)的數(shù)據(jù)結(jié)構(gòu)和編程技術(shù),為讀者提供了有關(guān)遞歸方法、分治方法和動(dòng)態(tài)規(guī)劃方面的詳細(xì)實(shí)例和實(shí)際應(yīng)用,并致力于更有效算法的設(shè)計(jì)和開(kāi)發(fā)。同時(shí),對(duì)NP完全等問(wèn)題能否有效求解進(jìn)行了分析,并探索了應(yīng)用啟發(fā)式算法解決問(wèn)題的途徑。另外,本書(shū)還提供了大量富有指導(dǎo)意義的習(xí)題。

    標(biāo)簽: 算法分析

    上傳時(shí)間: 2018-04-28

    上傳用戶(hù):jakewyh

  • 笨辦法學(xué) Python (第三版)

    《笨辦法學(xué) Python》(Learn Python The Hard Way,簡(jiǎn)稱(chēng) LPTHW)是 Zed Shaw 編寫(xiě)的一本 Python 入門(mén)書(shū)籍。適合對(duì)計(jì)算機(jī)了解不多,沒(méi)有學(xué)過(guò)編程,但對(duì)編程感興趣的朋友學(xué)習(xí)使用。這本書(shū)以 習(xí)題的方式引導(dǎo)讀者一步一步學(xué)習(xí)編程,從簡(jiǎn)單的打印一直講到完整項(xiàng)目的實(shí)現(xiàn)。也許讀完這本書(shū)并不 意味著你已經(jīng)學(xué)會(huì)了編程,但至少你會(huì)對(duì)編程語(yǔ)言以及編程這個(gè)行業(yè)有一個(gè)初步的了解。

    標(biāo)簽: Python

    上傳時(shí)間: 2019-10-28

    上傳用戶(hù):shangqinghua

  • Designing Developing and Facilitating Smart Cities

    The concept of “smart city” is often used implying that the reader has a clear and common notion of what it means. However, in the current literature it is very hard to find a precise definition. What is even more interesting, it is not so easy to find a precise definition of what a city is.

    標(biāo)簽: Facilitating Developing Designing Cities Smart

    上傳時(shí)間: 2020-05-25

    上傳用戶(hù):shancjb

主站蜘蛛池模板: 闻喜县| 读书| 资阳市| 精河县| 微博| 西和县| 彭阳县| 田阳县| 龙陵县| 南投市| 林口县| 鹰潭市| 资兴市| 文化| 恩施市| 商水县| 乐平市| 吴堡县| 越西县| 乐至县| 双峰县| 隆昌县| 武安市| 招远市| 石泉县| 绥江县| 合水县| 柘城县| 宣恩县| 石台县| 綦江县| 上高县| 黎平县| 隆尧县| 南平市| 邵东县| 砚山县| 宝丰县| 同仁县| 岗巴县| 广元市|