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

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

51波特率<b>初值</b>計(jì)算器

  • Borland C++ Builder開發(fā)的Quick_sort演算法實(shí)作

    Borland C++ Builder開發(fā)的Quick_sort演算法實(shí)作,並加入timecounter計(jì)算使用的秒數(shù)。

    標(biāo)簽: Quick_sort Borland Builder 算法

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

    上傳用戶:sk5201314

  • We have a group of N items (represented by integers from 1 to N), and we know that there is some tot

    We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.

    標(biāo)簽: represented integers group items

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

    上傳用戶:jeffery

  • The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical)

    The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).

    標(biāo)簽: converts Toolbox complex logical

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

    上傳用戶:a673761058

  • 一個(gè)MATLAB範(fàn)例

    一個(gè)MATLAB範(fàn)例,可以用來計(jì)算分形盒維度

    標(biāo)簽: MATLAB

    上傳時(shí)間: 2016-03-16

    上傳用戶:星仔

  • 使用C#程式語言開發(fā)

    使用C#程式語言開發(fā),並執(zhí)行於.NET Framework下;是研習(xí)「蟻拓尋優(yōu)法」不可或缺的軟體工具。系統(tǒng)使用ACO (Ant Colony Optimization)演算公式模擬螞蟻的覓食行徑抉擇。使用者可以設(shè)定費(fèi)洛蒙和食物氣味強(qiáng)度等相關(guān)參數(shù)以及動(dòng)態(tài)設(shè)定障礙物的位置和形狀,研習(xí)螞蟻覓食的最短路徑形成過程。研習(xí)各種參數(shù)設(shè)定對(duì)螞蟻覓食行為的影響,了解費(fèi)落蒙機(jī)制對(duì)蟻拓尋優(yōu)化法的影響。本系統(tǒng)可支援柔性計(jì)算教學(xué),研習(xí)蟻拓優(yōu)化法中人工螞蟻的隨機(jī)搜尋模式和啟發(fā)式法則設(shè)計(jì)原理。

    標(biāo)簽: 程式

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

    上傳用戶:anng

  • 這是一個(gè)求數(shù)獨(dú)遊戲的m-file 在matlab的命令窗口 鍵入>> sudo7 或者run sudo7 的m-file 之後在 9x9 的方格內(nèi) 填入 數(shù)獨(dú)的問題

    這是一個(gè)求數(shù)獨(dú)遊戲的m-file 在matlab的命令窗口 鍵入>> sudo7 或者run sudo7 的m-file 之後在 9x9 的方格內(nèi) 填入 數(shù)獨(dú)的問題 按下 "計(jì)算是否有解" 的功能鍵 若不是存在多組的解,則可以 按下 "顯示結(jié)果" 的功能鍵, 也可以載入作者測(cè)試的"date1"或"date2" 但不可載入及修改"condition"

    標(biāo)簽: m-file sudo7 matlab gt

    上傳時(shí)間: 2016-11-18

    上傳用戶:waizhang

  • 漢諾塔!!! Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation

    漢諾塔!!! Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation eg. if n = 2 A→B A→C B→C if n = 3 A→C A→B C→B A→C B→A B→C A→C

    標(biāo)簽: the animation Simulate movement

    上傳時(shí)間: 2017-02-11

    上傳用戶:waizhang

  • RS232串行通信

    RS232串行通信,采用VHDL編程,由波特率發(fā)生器,接收器和發(fā)送器構(gòu)成

    標(biāo)簽: 232 RS 串行通信

    上傳時(shí)間: 2017-03-21

    上傳用戶:陽光少年2016

  • 中文自然語言處理相關(guān)程式

    中文自然語言處理相關(guān)程式,包括中文字頻統(tǒng)計(jì)及Jensen-Shannon Divergence計(jì)算程式,並包含古典文獻(xiàn)範(fàn)例

    標(biāo)簽: 程式

    上傳時(shí)間: 2014-11-27

    上傳用戶:熊少鋒

  • Fluent中文教程 pdf格式

    Fluent中文教程 pdf格式,對(duì)于開始學(xué)習(xí)Fluent的人來說相當(dāng)適用,可以按照本書學(xué)習(xí)! I、目錄 第一章、開始 第二章、操作界面 第三章、文件的讀寫 第四章、單位系統(tǒng) 第五章、讀入和操作網(wǎng)格 第六章、邊界條件 第七章、物理特性 第八章、基本物理模型 第九章、湍流模型 第十章、輻射模型 第十一章、化學(xué)輸運(yùn)與反應(yīng)流 第十二章、污染形成模型 第十三章、相變模擬 第十四章、多相流模型 第十五章、動(dòng)坐標(biāo)系下的流動(dòng) 第十六章、解算器的使用 第十七章、網(wǎng)格適應(yīng) 第十八章、數(shù)據(jù)顯示與報(bào)告界面 第十九章、圖形與可視化 第二十章、Alphanumeric Report 第二十一章、流場(chǎng)函數(shù)定義 第二十二章、并行處理 第二十三章、自定義函數(shù) 第二十四章、參考向?qū)? 第二十五章、索引(Bibliograph 第二十六章、命令索引 II、如何使用該教程

    標(biāo)簽: Fluent 教程

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

    上傳用戶:netwolf

主站蜘蛛池模板: 罗田县| 鄄城县| 灵寿县| 庄河市| 无锡市| 启东市| 永平县| 周至县| 上栗县| 雅江县| 赤峰市| 荆门市| 特克斯县| 江源县| 金堂县| 焉耆| 汾阳市| 密山市| 三门县| 邳州市| 敖汉旗| 同仁县| 新兴县| 淮滨县| 宾阳县| 秦皇岛市| 天长市| 商南县| 永仁县| 鄄城县| 博客| 新津县| 鱼台县| 新巴尔虎右旗| 元江| 惠来县| 定襄县| 项城市| 旬阳县| 舟山市| 于田县|