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

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

ORIGINAL

  • S參數的設計與應用

    Agilent AN 154 S-Parameter Design Application Note S參數的設計與應用 The need for new high-frequency, solid-state circuitdesign techniques has been recognized both by microwaveengineers and circuit designers. These engineersare being asked to design solid state circuitsthat will operate at higher and higher frequencies.The development of microwave transistors andAgilent Technologies’ network analysis instrumentationsystems that permit complete network characterizationin the microwave frequency rangehave greatly assisted these engineers in their work.The Agilent Microwave Division’s lab staff hasdeveloped a high frequency circuit design seminarto assist their counterparts in R&D labs throughoutthe world. This seminar has been presentedin a number of locations in the United States andEurope.From the experience gained in presenting this ORIGINALseminar, we have developed a four-part videotape, S-Parameter Design Seminar. While the technologyof high frequency circuit design is everchanging, the concepts upon which this technologyhas been built are relatively invariant.The content of the S-Parameter Design Seminar isas follows:

    標簽: S參數

    上傳時間: 2013-12-19

    上傳用戶:aa54

  • This algorithm was developed by Professor Ronald L. Rivest of MIT and can be found presented in seve

    This algorithm was developed by Professor Ronald L. Rivest of MIT and can be found presented in several languages. What I provide to you here is a C++ derivative of the ORIGINAL C implementation of Professor Rivets. The library code itself is platform-independant and has been tested in Redhat Linux. I ve included the sample code and makefile that I used for the Linux test. The demo, however, was written with Visual C++ 6 on a Windows 2000 platform.

    標簽: L. Professor algorithm developed

    上傳時間: 2014-12-21

    上傳用戶:gonuiln

  • Programmer s Reference Manual is an improtant book on Intel processor architecture and programming.

    Programmer s Reference Manual is an improtant book on Intel processor architecture and programming. In Html format, it is more readable than ORIGINAL .txt format.

    標簽: architecture programming Programmer Reference

    上傳時間: 2013-12-18

    上傳用戶:ls530720646

  • PrintNow is a 32-bit application that runs only under Windows 95 or Windows NT 4.0. It allows your

    PrintNow is a 32-bit application that runs only under Windows 95 or Windows NT 4.0. It allows your PrtScr and Alt+PrtScr keys to print a screen capture directly to your printer instead of just copying the image to the Windows clipboard. PrintNow can also print any DIB image in the clipboard, regardless of its ORIGINAL source. PrintNow supports multiple instances, it can print multiple copies of a screen capture to the same printer with different print settings, to several different printers, or any combination thereof, with a single keystroke.

    標簽: Windows application PrintNow allows

    上傳時間: 2015-04-27

    上傳用戶:zhanditian

  • The program SPLAY is a pascal to C translation of a program that Kim Kokkonen wrote in Turbo Pasca

    The program SPLAY is a pascal to C translation of a program that Kim Kokkonen wrote in Turbo Pascal to implement Splay Trees. This program compresses and decompresses files, and does a pretty good job of it. Contents: SPLAY.PAS ORIGINAL TP source code SPLAY.C Translation of code to C SPLAY.EXE Compiled version of SPLAY.C (small model) README.DOC You are looking at it Read the comments at the beginning of SPLAY.C for more info.

    標簽: program translation Kokkonen pascal

    上傳時間: 2015-05-05

    上傳用戶:rocwangdp

  • DVBstream is based on the ts-rtp package available at http://www.linuxtv.org. It broadcasts a (subs

    DVBstream is based on the ts-rtp package available at http://www.linuxtv.org. It broadcasts a (subset of a) DVB transport stream over a LAN using the rtp protocol. There were a couple of small bugs in the ORIGINAL ts-rtp application, which I have fixed here.

    標簽: broadcasts DVBstream available linuxtv

    上傳時間: 2013-11-30

    上傳用戶:sy_jiadeyi

  • 用于motorala 68K系列處理器的小實時多任務操作系統 The OMU Kernel was written to provide a cut-down Unix-like O/S for a

    用于motorala 68K系列處理器的小實時多任務操作系統 The OMU Kernel was written to provide a cut-down Unix-like O/S for a home-made 6809-based home computer built by me, Steven Hosgood, in the early 1980s. This package contains the RTOS version of omu68k, derived from a port of the ORIGINAL 6809 code to the 68000 done by Terry Barnaby and me.

    標簽: Unix-like motorala cut-down provide

    上傳時間: 2014-01-21

    上傳用戶:1159797854

  • The objective of this projectis to design, model and simulate an autocorrelation generator circuit

    The objective of this projectis to design, model and simulate an autocorrelation generator circuit using 4-bit LFSR. the register and LFSR will used D flip-flop and some gates. By the autocorrelation concept, there should be 2 same length vectors, for calculating the autocorrelation , we have to design the register for storing the ORIGINAL vector and the shifter for make time delay.

    標簽: autocorrelation objective generator projectis

    上傳時間: 2015-08-17

    上傳用戶:ikemada

  • This code was used for making the practical measurements in section 2.3 of my thesis. This Matlab co

    This code was used for making the practical measurements in section 2.3 of my thesis. This Matlab code allows an OFDM signal to be generated based on an input data file. The data can be random data, a grey scale image, a wave file, or any type of file. The generated OFDM signal is stored as a windows wave file, allowing it to be viewed, listened to and manipulated in other programs. The modified wave file can then be decoded by the receiver software to extract the ORIGINAL data. This code was developed for the experiments that I performed in my honours thesis, and thus has not been fully debugged. This is the ORIGINAL code developed for the thesis and so has several problems with it. The BER performance given by the simulations is infact Symbol Error Rate.

    標簽: This measurements practical section

    上傳時間: 2015-09-20

    上傳用戶:tedo811

  • Problem Statement You are given a string input. You are to find the longest substring of input su

    Problem Statement You are given a string input. You are to find the longest substring of input such that the reversal of the substring is also a substring of input. In case of a tie, return the string that occurs earliest in input. Definition Class: ReverseSubstring Method: findReversed Parameters: string Returns: string Method signature: string findReversed(string input) (be sure your method is public) Notes The substring and its reversal may overlap partially or completely. The entire ORIGINAL string is itself a valid substring (see example 4). Constraints input will contain between 1 and 50 characters, inclusive. Each character of input will be an uppercase letter ( A - Z ). Examples 0) "XBCDEFYWFEDCBZ" Returns: "BCDEF" We see that the reverse of BCDEF is FEDCB, which appears later in the string. 1)

    標簽: input Statement You are

    上傳時間: 2015-09-21

    上傳用戶:sunjet

主站蜘蛛池模板: 肃宁县| 深水埗区| 望城县| 张北县| 元阳县| 新化县| 清新县| 大方县| 多伦县| 丹棱县| 新疆| 紫云| 腾冲县| 桂阳县| 池州市| 合阳县| 浮山县| 都兰县| 左云县| 万宁市| 林芝县| 扎鲁特旗| 禹城市| 黎川县| 武宣县| 措美县| 大洼县| 江达县| 白银市| 安西县| 晴隆县| 博野县| 延长县| 南汇区| 房产| 凌云县| 关岭| 林甸县| 汤阴县| 山阳县| 西青区|