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

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

1000兆網絡插座

  • 使用hspice平臺

    使用hspice平臺,混頻器設計源碼,頻域到300兆。

    標簽: hspice

    上傳時間: 2013-12-08

    上傳用戶:shizhanincc

  • 時間復雜度為O(ElogV)的Dijkrastra算法的實現

    時間復雜度為O(ElogV)的Dijkrastra算法的實現,解決城市道路網的最短路徑問題,可以計算1000×1000個節點。

    標簽: Dijkrastra ElogV 復雜度 算法

    上傳時間: 2015-09-23

    上傳用戶:tzl1975

  • MATLAB implementation of SPIHT (without Arithmatic coding stage). % Performance evaluation : this

    MATLAB implementation of SPIHT (without Arithmatic coding stage). % Performance evaluation : this toolbox VS. SPIHT % Test image: lena512.raw % bpp SPIHT(dB) This code(dB) % 0.1000 29.8107 29.3202 % 0.2000 32.7202 32.2514 % 0.3000 34.5479 34.0331 % 0.4000 35.8422 35.4857 % 0.5000 36.8623 36.5939 % 0.6000 37.6650 37.3759 % 0.7000 38.2581 38.0491 % 0.8000 38.9390 38.7058 % 0.9000 39.5218 39.3437

    標簽: implementation Performance Arithmatic evaluation

    上傳時間: 2013-12-08

    上傳用戶:huannan88

  • oid led8_test(void) { int i, j, k iic_init() for( ) { for(j=0 j<10 j++) {

    oid led8_test(void) { int i, j, k iic_init() for( ) { for(j=0 j<10 j++) { for(i=0 i<8 i++) { k = 9-(i+j)%10 iic_write(0x70, 0x10+i, f_szDigital[k]) } delay(1000) } } }

    標簽: for iic_init test void

    上傳時間: 2013-12-19

    上傳用戶:BOBOniu

  • 這是一道很基本的程序

    這是一道很基本的程序,一方面希望它對初學遺傳算法的兄弟們有用(包含了遺傳算法實現的大部分步驟,而且有詳細的注釋),另一方面旨在拋磚引玉, 在下淺見: 1、遺傳算法在進行大規模計算時,數據交換量大,速度確實是一個瓶頸,就如這道程序,在種群規模50,進化代數1000時運行需要40秒左右(cpu:duron 1G),當然,小弟編程能力弱,望各位大俠指教啊,或幫我修改一下這道程序

    標簽: 程序

    上傳時間: 2015-10-13

    上傳用戶:libenshu01

  • 用于求解TSP(Traveling salesman problem

    用于求解TSP(Traveling salesman problem,旅行商問題)問題,基本執行見run.bat, 其它詳見其中的readme.txt。(實例為TSPLIB格式,見myprojects目錄,包括eil51, d198, lin318等小型問題,以及1000到3000城市之間的例子,基本能得到最優解)

    標簽: Traveling salesman problem TSP

    上傳時間: 2015-10-16

    上傳用戶:myworkpost

  • J2ME編的手機助手 文件下載解壓縮以后,是一個NetBeans的工程文件,如果有NB的朋友,可以直接打開編輯 源文件在src目錄下面,可執行文件在dist目錄下 功能如下 1

    J2ME編的手機助手 文件下載解壓縮以后,是一個NetBeans的工程文件,如果有NB的朋友,可以直接打開編輯 源文件在src目錄下面,可執行文件在dist目錄下 功能如下 1,可以添加賬目記錄,添加的時候可以分類添加,以及添加備注 2,可以按類型查看賬目,也可以按金額查看賬目,也可以按備注的關鍵字查詢賬目,也可以按日期查詢賬目,并有統計收支的功能 3,可以添加日記,最多一條筆記可以輸入1000字. 4,可以查看日記,可以按日期查找,也可以按筆記內容的關鍵字查找 5,帶密碼保護功能,保護您的個人隱私 手機需如下配置: 支持MIDP2.0以及CLDC1.1 JAR文件為76K 用法如下,把jad和jar文件都下載到手機上,然后點擊jad文件,這時手機會自動安裝程序,安裝完以后,就可以使用了.

    標簽: NetBeans J2ME dist src

    上傳時間: 2015-10-18

    上傳用戶:ddddddos

  • Given an positive integer A (1 <= A <= 109), output the lowest bit of A. For example, given A

    Given an positive integer A (1 <= A <= 109), output the lowest bit of A. For example, given A = 26, we can write A in binary form as 11010, so the lowest bit of A is 10, so the output should be 2. Another example goes like this: given A = 88, we can write A in binary form as 1011000, so the lowest bit of A is 1000, so the output should be 8.

    標簽: A. positive integer example

    上傳時間: 2014-01-22

    上傳用戶:rocketrevenge

  • 這個程序是用格雷-RM編碼法抑制峰均功率比的matlab仿真程序

    這個程序是用格雷-RM編碼法抑制峰均功率比的matlab仿真程序,對1000個OFDM符號進行統計然后表征算法對PAPR的改進程度,絕對可以運行

    標簽: matlab RM 程序 峰均功率比

    上傳時間: 2015-10-25

    上傳用戶:qb1993225

  • Input The first line of the input contains a single integer T (1 <= T <= 20), the number of t

    Input The first line of the input contains a single integer T (1 <= T <= 20), the number of test cases. Then T cases follow. The first line of each case contains N, and the second line contains N integers giving the time for each people to cross the river. Each case is preceded by a blank line. There won t be more than 1000 people and nobody takes more than 100 seconds to cross. Output For each test case, print a line containing the total number of seconds required for all the N people to cross the river. Sample Input 1 4 1 2 5 10 Sample Output 17

    標簽: the contains integer number

    上傳時間: 2015-10-27

    上傳用戶:plsee

主站蜘蛛池模板: 伊春市| 手游| 汉川市| 邻水| 金昌市| 陵水| 葫芦岛市| 宜都市| 保德县| 阿拉尔市| 梁山县| 安陆市| 彭州市| 蓬莱市| 张家港市| 岚皋县| 盖州市| 饶阳县| 大安市| 尚义县| 浪卡子县| 全州县| 高邮市| 南乐县| 阿克| 金湖县| 南郑县| 松阳县| 山阳县| 金川县| 三亚市| 仁布县| 保康县| 乌鲁木齐市| 曲麻莱县| 铜川市| 句容市| 远安县| 浦东新区| 贵阳市| 成武县|