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

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

second-Generation

  • 基于MASON公式的多功能二階通用濾波器設計

    基于通用集成運算放大器,利用MASON公式設計了一個多功能二階通用濾波器,能同時或分別實現低通、高通和帶通濾波,也能設計成一個正交振蕩器。電路的極點頻率和品質因數能夠獨立、精確地調節。電路使用4個集成運放、2個電容和11個電阻,所有集成運放的反相端虛地。利用計算機仿真電路的通用濾波功能、極點頻率和品質因數的獨立控制和正交正弦振蕩,從而證明該濾波器正確有效。 Abstract:  A new multifunctional second-order filter based on OPs was presented by MASON formula. Functions, such as high-pass, band-pass, low-pass filtering, can be realized respectively and simultaneously, and can become a quadrature oscillator by modifying resistance ratio. Its pole angular frequency and quality factor can be tuned accurately and independently. The circuit presented contains four OPs, two capacitors, and eleven resistances, and inverting input of all OPs is virtual ground. Its general filtering, the independent control of pole frequency and quality factor and quadrature sinusoidal oscillation were simulated by computer, and the result shows that the presented circuit is valid and effective.

    標簽: MASON 多功能 二階 濾波器設計

    上傳時間: 2013-10-09

    上傳用戶:13788529953

  • Complete support for EBNF notation; Object-oriented parser design; C++ output; Deterministic bottom-

    Complete support for EBNF notation; Object-oriented parser design; C++ output; Deterministic bottom-up "shift-reduce" parsing; SLR(1), LALR(1) and LR(1) table construction methods; Automatic parse tree creation; Possibility to output parse tree in XML format; Verbose conflict diagnostics; Generation of tree traverse procedures

    標簽: Object-oriented Deterministic Complete notation

    上傳時間: 2014-11-29

    上傳用戶:kr770906

  • 本書由Java技術的創建者編寫

    本書由Java技術的創建者編寫,對Java 2平臺標準版,V1.2中新增加的包及類進行了描述。本書主要由包概述和類描述構成。包概述對每個包及其所有類進行了簡要描述,另外還畫出了包中的類的繼承層次結構示意圖。每個類描述都獨自構成一個小節,包含了類層次結構示意圖、類描述、類示例、成員概述以及那些在版本1.2中作了修改或新增的類成員的描述。還詳細說明了Java軟件開發包(JDK)1.1到從版本1.2對類及方法所作的修改。需要指出的是:本書是補充版本,有些材料需要參閱《The Java Class Libraries, Second Edition, Volume 1》一書的內容。 本書是參考手冊而不是指導手冊,它不對Java語言進行解釋。為了快速定位所需要的類或類成員的信息,本書按類的字母順序組織。 本書由趙皚、黃志軍、陽亮組織翻譯,參加本書翻譯的還有姚遠、程子進、肖利平、劉永亮、薛亮、毛靜萍、查海平、趙峰、郭樹廂、曹波、肖斌、彭建明、鄭歡。參加錄入工作的有陳軍、姜明、姜志明、張志榮等。 希望本書能夠幫助Java程序員獲取完整、專業和權威的信息,同時也希望本書能夠幫助讀者更全面地了解Java語言。由于水平有限和時間倉促,本書的翻譯必定會存在一些紕漏,懇切希望廣大讀者批評指正。

    標簽: Java 編寫

    上傳時間: 2014-01-27

    上傳用戶:cainaifa

  • Tug of War(A tug of war is to be arranged at the local office picnic. For the tug of war, the picnic

    Tug of War(A tug of war is to be arranged at the local office picnic. For the tug of war, the picnickers must be divided into two teams. Each person must be on one team or the other the number of people on the two teams must not differ by more than 1 the total weight of the people on each team should be as nearly equal as possible. The first line of input contains n the number of people at the picnic. n lines follow. The first line gives the weight of person 1 the second the weight of person 2 and so on. Each weight is an integer between 1 and 450. There are at most 100 people at the picnic. Your output will be a single line containing 2 numbers: the total weight of the people on one team, and the total weight of the people on the other team. If these numbers differ, give the lesser first. )

    標簽: picnic the tug war

    上傳時間: 2014-01-07

    上傳用戶:離殤

  • REMOVE removes a TSR. It takes two command line arguments. The first is the name of TSR to be remove

    REMOVE removes a TSR. It takes two command line arguments. The first is the name of TSR to be removed (or an * to remove the last one), and the second is a file name which MUST contain the interrupt vectors to be loaded when the TSR is removed.

    標簽: TSR arguments removes command

    上傳時間: 2013-12-09

    上傳用戶:wys0120

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

    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). You should run "Simulation.m" function that include all modules.

    標簽: simulation baseband channel packet

    上傳時間: 2014-11-09

    上傳用戶:hwl453472107

  • CC386 is a general-purpose 32-bit C compiler. It is not an optimizing compiler but given that the co

    CC386 is a general-purpose 32-bit C compiler. It is not an optimizing compiler but given that the code generation is fairly good. There are two versions one is for MSDOS/DPMI and one is for Win32. The Win32 version has a full-blown IDE capable of editing, building, and debugging windows programs included with it. However at this time debugging support for MSDOS is rudimentary at best and there is no IDE for DOS. the newest version, support windows.

    標簽: compiler general-purpose optimizing given

    上傳時間: 2015-04-12

    上傳用戶:gtzj

  • 3GPP文件格式標準

    3GPP文件格式標準,英文版。 3rd Generation Partnership Project Technical Specification Group Services and System Aspects Transparent end-to-end packet switched streaming service (PSS) 3GPP file format (3GP) (Release 6)

    標簽: 3GPP 文件格式 標準

    上傳時間: 2013-12-10

    上傳用戶:Avoid98

  • For the incomplete methods, we kept the representation of the queens by a table and the method of ca

    For the incomplete methods, we kept the representation of the queens by a table and the method of calculation to determine if two queens are in conflict, which is much faster for this kind of problems than the representation by a matrix. heuristics: descent. Tests: 100 queens in less than 1 second and 67 iterations. 500 queens in 1 second and 257 iterations. 1000 queens in 11 seconds and 492 iterations. heuristics: Simulated annealing. Tests: 100 queens in less than 1 second and 47 iterations. 500 queens in 5 seconds and 243 iterations. 1000 queens in 13 seconds and 497 iterations. heuristics: based on Simulated Annealing. Tests: 100 queens in less than 1 second and 60 iterations. 500 queens in 1 second and 224 iterations. 1000 queens in 5 seconds and 459 iterations. 10 000 queens in 20 minutes 30 seconds and 4885 iterations.

    標簽: the representation incomplete methods

    上傳時間: 2015-05-05

    上傳用戶:1159797854

  • uc/os-ii for 8051 This package provides the sources required to use the uC/OS-II v2.00 real time k

    uc/os-ii for 8051 This package provides the sources required to use the uC/OS-II v2.00 real time kernel on the 8051 processor. To use this package you will need the TASKING C Compiler toolset v6.0r1 or higher. For info on TASKING products you can contact our Web-site at: http://www.tasking.com Unzip the zipfile in the root of the drive where you also installed the uC/OS-II general sources. The following directories will be added: \SOFTWARE\UCOS-II\8051 This directory contains the microprocessor specific source code \SOFTWARE\UCOS-II\ex1_8051r This directory contains the project files for the first example \SOFTWARE\UCOS-II\ex2_8051r This directory contains the project files for the second example

    標簽: the provides required package

    上傳時間: 2015-05-21

    上傳用戶:ainimao

主站蜘蛛池模板: 抚顺县| 股票| 沈阳市| 南雄市| 长阳| 东阳市| 衡南县| 石门县| 通化县| 白水县| 和政县| 襄城县| 宁安市| 仙居县| 金川县| 泰顺县| 灌阳县| 张家港市| 乌鲁木齐县| 伊通| 南郑县| 土默特左旗| 涿州市| 顺昌县| 潍坊市| 潞西市| 台中县| 琼海市| 甘谷县| 泸溪县| 绥棱县| 建平县| 和静县| 榆中县| 广德县| 水城县| 饶阳县| 荥阳市| 皮山县| 永嘉县| 安福县|