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

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

點(diǎn)菜系統(tǒng)

  • 歐洲DVB-T

    歐洲DVB-T,300-744最新地面數字電視標準!要設計出口用機頂盒的兄弟注意了,如需要標準的詳細中文答疑請聯系本人。

    標簽: DVB-T

    上傳時間: 2016-01-15

    上傳用戶:zhliu007

  • 包括一個函數OnesCount,可計算從1至N的所有自然數中出現過的"1"的個數. 主程序輸出出從1到1234567890中所有滿足N=OnesCount(N)的數N

    包括一個函數OnesCount,可計算從1至N的所有自然數中出現過的"1"的個數. 主程序輸出出從1到1234567890中所有滿足N=OnesCount(N)的數N

    標簽: OnesCount 1234567890 函數 計算

    上傳時間: 2014-11-10

    上傳用戶:qwe1234

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

    標簽: represented integers group items

    上傳時間: 2016-01-17

    上傳用戶:jeffery

  • 解決TSP問題的TS算法MATLAB實現

    解決TSP問題的TS算法MATLAB實現,其中加入了變異算法,當然也可以去掉這個步驟,調用TS_TSP(N, inStart, IsBianYi),N是城市數目,inStart是起始城市的序號,IsBianYi就是選擇變異否,如果為0則不要變異,否則就是結合變異算子的TS算法。 至于下面的參數可以自己調: T:總的循環次數; tabulength:禁忌長度; Pby:變異概率;

    標簽: MATLAB TSP 算法

    上傳時間: 2016-01-18

    上傳用戶:xauthu

  • 圓排列問題 圓排列問題 « 問題描述: n個半徑不等的圓緊密排成一行

    圓排列問題 圓排列問題 « 問題描述: n個半徑不等的圓緊密排成一行,設計一個算法,使得這n個圓所排的長度最短。 « 編程任務: 對于給定的n和圓半徑a[1:n],輸出一個最優的圓排列方案。 方法:回溯法

    標簽: laquo 半徑

    上傳時間: 2016-01-18

    上傳用戶:onewq

  • 問題描述 給定n個矩陣A1

    問題描述 給定n個矩陣A1,A2,…,An,其中,Ai與Aj+1是可乘的,i=1,2,…,n-1。 你的任務是要確定矩陣連乘的運算次序,使計算這n個矩陣的連乘積A1A2…An時總的元素乘法次數達到最少。 例如:3個矩陣A1,A2,A3,階分別為10×100、100×5、5×50,計算連乘積A1A2A3時按(A1A2)A3所需的元素乘法次數達到最少,為7500次。

    標簽: 矩陣

    上傳時間: 2013-12-20

    上傳用戶:banyou

  • 問題描述 在n個銀幣中有一個是不合格的

    問題描述 在n個銀幣中有一個是不合格的,不合格的銀幣比合格銀幣要輕。 現用天平秤銀幣,找出不合格的銀幣,且在最壞情況下秤銀幣的次數最少。

    標簽:

    上傳時間: 2014-07-21

    上傳用戶:小草123

  • 用FFT分別計算Xa(n) (p=8, q=2)與Xb(n) (a =0.1,f =0.0625)的16點循環卷積和線性卷積。

    用FFT分別計算Xa(n) (p=8, q=2)與Xb(n) (a =0.1,f =0.0625)的16點循環卷積和線性卷積。

    標簽: 0.0625 FFT 0.1 Xa

    上傳時間: 2013-12-09

    上傳用戶:lizhizheng88

  • 產生一512點的隨機序列下Xe(n),并用Xc(n) 和Xe(n) 作線性卷積

    產生一512點的隨機序列下Xe(n),并用Xc(n) 和Xe(n) 作線性卷積,觀察卷積前后Xe(n) 頻譜的變化。要求將Xe(n)分成8段,采用重疊相加法。

    標簽: Xe 512 Xc 隨機序列

    上傳時間: 2014-06-18

    上傳用戶:hebmuljb

  • 產生一512點的隨機序列下Xe(n),并用Xc(n) 和Xe(n) 作線性卷積

    產生一512點的隨機序列下Xe(n),并用Xc(n) 和Xe(n) 作線性卷積,觀察卷積前后Xe(n) 頻譜的變化。要求將Xe(n)分成8段,采用重疊保留法。

    標簽: Xe 512 Xc 隨機序列

    上傳時間: 2016-01-19

    上傳用戶:牛津鞋

主站蜘蛛池模板: 德化县| 城固县| 灌云县| 德安县| 民丰县| 汾阳市| 阜平县| 泉州市| 贺兰县| 尼勒克县| 通化市| 思南县| 涞水县| 威远县| 白河县| 汶川县| 内黄县| 隆化县| 中方县| 甘德县| 和平县| 舒城县| 河东区| 乌兰县| 肥西县| 东源县| 丽江市| 娱乐| 齐齐哈尔市| 本溪市| 临沭县| 红原县| 安国市| 方城县| 海淀区| 千阳县| 濮阳县| 宁陕县| 沅陵县| 河池市| 黄浦区|