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

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

無(wú)線(xiàn)電愛(ài)好者

  • 用51單片機實現(xiàn)數(shù)字鐘 利用數(shù)碼管、I/O口實現(xiàn)數(shù)字鐘的計數(shù)功能

    用51單片機實現(xiàn)數(shù)字鐘 利用數(shù)碼管、I/O口實現(xiàn)數(shù)字鐘的計數(shù)功能,并顯示在數(shù)碼管上

    標(biāo)簽: 數(shù)字 51單片機 利用數(shù)碼

    上傳時間: 2013-12-24

    上傳用戶:franktu

  • 給定n個小區(qū)之間的交通圖。若小區(qū)i與小區(qū)j之間有路可通

    給定n個小區(qū)之間的交通圖。若小區(qū)i與小區(qū)j之間有路可通,則將頂點i與頂點j之間用邊連接,邊上的權(quán)值 表示這條道路的長度。現(xiàn)在打算在這n個小區(qū)中選定一個小區(qū)建一所醫(yī)院。試問這家醫(yī)院應(yīng)建在哪個小區(qū),才能使距離醫(yī)院最遠的小區(qū)到醫(yī)院的路程最短?請設(shè)計一個算法求解上述問題。

    標(biāo)簽:

    上傳時間: 2013-12-31

    上傳用戶:netwolf

  • 同時讀取ISO15693(I CODE II,My-D卡)16張卡的硬件接口C程序

    同時讀取ISO15693(I CODE II,My-D卡)16張卡的硬件接口C程序,用的是單片機51系列

    標(biāo)簽: 15693 CODE My-D ISO

    上傳時間: 2013-12-09

    上傳用戶:caiiicc

  • 基于OFDM的無線寬帶系統(tǒng)仿真It contains mainly two parts, i.e. link-level simulator and system-level simulator.

    基于OFDM的無線寬帶系統(tǒng)仿真It contains mainly two parts, i.e. link-level simulator and system-level simulator. Link-level simulator focus on a single-cell single-user scenario, where signal is transmitted from tx, and estimated at rx. Comparing the difference in tx/rx signal, the error rate can be found out. The output of the link-level simulator is the BLER/BER vs. SNR mapping table, that can be used for the system-level simulation. System-level simulator focus on a multi-cell multi-user scenario. For the sake of simplicity, it takes the mapping table aquired in the link-level simulation, measure the actural SNR, and finds the corresponding error rate.

    標(biāo)簽: simulator i.e. system-level link-level

    上傳時間: 2016-03-15

    上傳用戶:xsnjzljj

  • java 圖片加工program, 很可愛的

    java 圖片加工program, 很可愛的

    標(biāo)簽: program java 加工

    上傳時間: 2013-12-02

    上傳用戶:GavinNeko

  • 漢字液晶子程 液晶屏分為4行*12列漢字

    漢字液晶子程 液晶屏分為4行*12列漢字,全部使用模擬接口方式。 TGLCMLIMIT64A接口程序(模擬方式) 連線圖: *LCM---89C52* *LCM---89C52* *LCM-------89C52* *LCM----------89C52* * *DB0---P0.0* *DB4---P0.4* *D/I-------P2.6* *CS1----------P2.4* * *DB1---P0.1* *DB5---P0.5* *R/W-------P2.7* *CS2----------P2.5* * *DB2---P0.2* *DB6---P0.6* *RST--------VCC* *CS3----------P3.2* * *DB3---P0.3* *DB7---P0.7* *E---------P2.3* 注:89C52的晶振頻率為12MHz

    標(biāo)簽: 漢字 12 液晶

    上傳時間: 2016-03-16

    上傳用戶:wab1981

  • TG19264A接口程序(AVR模擬方式) 連線圖 連線圖: LCM------S8515* *LCM----S8515* *LCM-------S8515* *LCM------S8515

    TG19264A接口程序(AVR模擬方式) 連線圖 連線圖: LCM------S8515* *LCM----S8515* *LCM-------S8515* *LCM------S8515* * *DB0-------PA0* *DB4-----PA4* *D/I--------PC6* *CS1-------PC5* * *DB1-------PA1* *DB5-----PA5* *R/W--------PC7* *CS2-------PC4* * *DB2-------PA2* *DB6-----PA6* */RST-------VCC* *CS3-------PD2* * *DB3-------PA3* *DB7-----PA7* *E----------PC3* * 注:AT90S8515的晶振頻率為8MHz

    標(biāo)簽: 8515 LCM 19264A 19264

    上傳時間: 2013-12-15

    上傳用戶:lunshaomo

  • someproceduceaboutTDOA,i hope it can help you!

    someproceduceaboutTDOA,i hope it can help you!

    標(biāo)簽: someproceduceaboutTDOA hope help can

    上傳時間: 2016-03-17

    上傳用戶:三人用菜

  • (1).問題描述:集裝箱的裝箱問題 給定一個集裝箱

    (1).問題描述:集裝箱的裝箱問題 給定一個集裝箱,其長為L,寬為W和高為H,現(xiàn)有一批圓柱形木材,每根木材的長均為L,但是半徑不同,設(shè)第i根木材半徑為ri。問如何裝箱,使得集裝箱的空間利用率最高? (2).程序設(shè)計要求: a. 設(shè)計一個貪心算法 b. 任給一個輸入實例,能輸出集裝箱的空間利用率 c. 能用圖形演示裝箱的過程 演示: 輸入要測試的文件名,如c17.txt,程序?qū)⒔o出結(jié)果,并用圖形演示。

    標(biāo)簽: 集裝箱

    上傳時間: 2014-01-07

    上傳用戶:miaochun888

  • The PCI Local bus concept was developed to break the PC data I/O bottleneck and clearly opens the d

    The PCI Local bus concept was developed to break the PC data I/O bottleneck and clearly opens the door to increasing system speed and expansion capabilities. The PCI Local bus moves high speed peripherals from the I/O bus and places them closer to the system’s processor bus, providing faster data transfers between the processor and peripherals. The PCI Local bus also addresses the industry’s need for a bus standard which is not directly dependent on the speed, size and type of system processor. It represents the first microprocessor independent bus offering performance more than adequate for the most demanding applications such as full-motion video.

    標(biāo)簽: bottleneck developed the concept

    上傳時間: 2014-12-03

    上傳用戶:ikemada

主站蜘蛛池模板: 绥棱县| 方城县| 滨海县| 洪湖市| 磴口县| 读书| 宜宾县| 额济纳旗| 唐海县| 酒泉市| 南澳县| 东源县| 清镇市| 新闻| 郧西县| 元阳县| 江阴市| 筠连县| 庄浪县| 法库县| 桂林市| 阳谷县| 夏邑县| 凌海市| 井陉县| 米林县| 马边| 天津市| 留坝县| 区。| 五大连池市| 丹江口市| 衡南县| 顺义区| 正阳县| 伊金霍洛旗| 年辖:市辖区| 广平县| 克什克腾旗| 湖南省| 巩义市|