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

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

next-Generation

  • This packet is a IS-95 baseband simulation for 1 data channel of 9.6 KBps rate. The simulation is

    This packet is a IS-95 baseband simulation for 1 data channel of 9.6 KBps rate. The simulation is written for static channel and AWGN noise. The packet include: 1) Packet Builder (Viterbi Encoding, Interleaver, PN generation) 2) Modulator (RRC filter) 3) Demodulator (Matched Filter, RAKE receiver) 4) Receiver (HD or SD) (Deinterleaver, Viterbi Decoder).

    標(biāo)簽: simulation baseband channel packet

    上傳時(shí)間: 2014-12-20

    上傳用戶:ukuk

  • 編程題(15_01.c) 結(jié)構(gòu) struct student { long num char name[20] int score struct student *

    編程題(15_01.c) 結(jié)構(gòu) struct student { long num char name[20] int score struct student *next } 鏈表練習(xí): (1).編寫函數(shù)struct student * creat(int n),創(chuàng)建一個(gè)按學(xué)號(hào)升序排列的新鏈表,每個(gè)鏈表中的結(jié)點(diǎn)中 的學(xué)號(hào)、成績由鍵盤輸入,一共n個(gè)節(jié)點(diǎn)。 (2).編寫函數(shù)void print(struct student *head),輸出鏈表,格式每行一個(gè)結(jié)點(diǎn),包括學(xué)號(hào),姓名,分?jǐn)?shù)。 (3).編寫函數(shù)struct student * merge(struct student *a,struct student *b), 將已知的a,b兩個(gè)鏈表 按學(xué)號(hào)升序合并,若學(xué)號(hào)相同則保留成績高的結(jié)點(diǎn)。 (4).編寫函數(shù)struct student * del(struct student *a,struct student *b),從a鏈表中刪除b鏈表中有 相同學(xué)號(hào)的那些結(jié)點(diǎn)。 (5).編寫main函數(shù),調(diào)用函數(shù)creat建立2個(gè)鏈表a,b,用print輸出倆個(gè)鏈表;調(diào)用函數(shù)merge升序合并2個(gè) 鏈表,并輸出結(jié)果;調(diào)用函數(shù)del實(shí)現(xiàn)a-b,并輸出結(jié)果。 a: 20304,xxxx,75, 20311,yyyy,89 20303,zzzz,62 20307,aaaa,87 20320,bbbb,79 b: 20302,dddd,65 20301,cccc,99 20311,yyyy,87 20323,kkkk,88 20307,aaaa,92 20322,pppp,83

    標(biāo)簽: student struct score long

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

    上傳用戶:zxc23456789

  • This little Program allows you to send commands to the CardReader (CT-BCS) or to the Card itself. F

    This little Program allows you to send commands to the CardReader (CT-BCS) or to the Card itself. First you will be ask to what Port the Reader is connected (0=COM1, 1=COM2). Then the Class-Byte (CLA), Instruction-Byte (INS), Parameter 1 (P1), Parameter 2 (P2). If wou don愒 want to send Parameter 3 (P3) press Ctrl-d (^d). If you enter a number then you have to the Bytes of the Datafield. After the last Byte of the Datafield is entered the whole APDU is send the replay is displayed. After that you can send the next APDU.

    標(biāo)簽: CardReader the commands to

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

    上傳用戶:nanxia

  • This will sample all 8 A/D-channels. The result will be send out via UART1 and can be seen within

    This will sample all 8 A/D-channels. The result will be send out via UART1 and can be seen within any terminal-program (9600 Baud). With each pressed key the next channel will be converted. No interrupts are used.

    標(biāo)簽: will D-channels sample result

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

    上傳用戶:wxhwjf

  • 字符匹配中的KMP算法

    字符匹配中的KMP算法,計(jì)算NEXT值實(shí)現(xiàn)部分。

    標(biāo)簽: KMP 字符 算法

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

    上傳用戶:hewenzhi

  • 移動(dòng)ip書籍

    移動(dòng)ip書籍,很有用。 Third Generation (3G) mobile offers access to broadband multimedia services - and in the future most of these, even voice and video, will be IP-based. However 3G networks are not based on IP technologies, rather they are an evolution from existing 2G networks. Much work needs to be done to IP QoS and mobility protocols and architectures for them to be able to provide the functionality 3G requires.

    標(biāo)簽: 移動(dòng) 書籍

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

    上傳用戶:moerwang

  • Exuberant Ctags is a multilanguage reimplementation of the much-underused ctags(1) program and is i

    Exuberant Ctags is a multilanguage reimplementation of the much-underused ctags(1) program and is intended to be the mother of all ctags programs. It generates indexes of source code definitions which are used by a number of editors and tools. The motivation which drove the development of Exuberant Ctags was the need for a ctags program which supported generation of tags for all possible C language constructs (which no other ctags offers), and because most were easily fooled by a number of preprocessor contructs.

    標(biāo)簽: reimplementation much-underused multilanguage Exuberant

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

    上傳用戶:小寶愛考拉

  • Real-Time Digital Signal Processing Implementations, Applications, and Experiments with the TMS320C

    Real-Time Digital Signal Processing Implementations, Applications, and Experiments with the TMS320C55x John Wiley & Sons, Inc. 2001 By Sen M. Kuo and Bob H. Lee 4.6.1 Experiment 4A - Twiddle Factor Generation 4.6.2 Experiment 4B - Complex Data Operation 4.6.3 IExperiment 4C - mplementation of DFT 4.6.4 Experiment 4D - Experiment Using Assembly Routines

    標(biāo)簽: Implementations Applications Experiments Processing

    上傳時(shí)間: 2016-05-24

    上傳用戶:ikemada

  • 中國EPC標(biāo)準(zhǔn)草案(基本上是EPC C1G2的中文翻譯) 射頻識(shí)別協(xié)議- 第1類第2代UHF RFID 860兆赫-960兆赫通訊協(xié)議 EPC™ Radio-Frequency

    中國EPC標(biāo)準(zhǔn)草案(基本上是EPC C1G2的中文翻譯) 射頻識(shí)別協(xié)議- 第1類第2代UHF RFID 860兆赫-960兆赫通訊協(xié)議 EPC™ Radio-Frequency Identity Protocols Class-1 Generation-2 UHF RFID Protocol for Communications at 860 MHz – 960 MHz

    標(biāo)簽: EPC Radio-Frequency C1G2 8482

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

    上傳用戶:上善若水

  • Description: This program demonstrates a half-duplex 9600-baud UART using // Timer_A3 using no XTAL

    Description: This program demonstrates a half-duplex 9600-baud UART using // Timer_A3 using no XTAL and an external resistor for DCO ROSC. DCO used for // TACLK UART baud generation. The program will wait in LPM4, echoing back // a received character using 8N1 protocol. On valid RX character, the // character is echoed back. // Using a 100k resistor on ROSC, with default DCO setting, set DCOCLK ~ 2MHz. // ACLK = n/a, MCLK = SMCLK ~2MHz DCOCLK

    標(biāo)簽: using demonstrates Description half-duplex

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

    上傳用戶:cuiyashuo

主站蜘蛛池模板: 石首市| 泽库县| 明光市| 南岸区| 万年县| 车险| 永福县| 景宁| 阿尔山市| 泰安市| 六盘水市| 苗栗市| 无棣县| 福泉市| 纳雍县| 九江县| 洞口县| 密山市| 沭阳县| 马尔康县| 云南省| 绥化市| 肇庆市| 天镇县| 太康县| 扎赉特旗| 灵武市| 萝北县| 溧水县| 周口市| 墨竹工卡县| 龙井市| 揭东县| 旺苍县| 安顺市| 辽阳县| 安丘市| 太和县| 偃师市| 闸北区| 台北市|