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

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

LOT

  • Exceptional C++ shows by example how to go about solid software engineering. Along with a LOT of oth

    Exceptional C++ shows by example how to go about solid software engineering. Along with a LOT of other material, this book includes expanded versions of the first 30 issues of the popular Internet C++ feature Guru of the Week (or, in its short form, GotW), a series of self-contained C++ engineering problems and solutions that illustrate specific design and coding techniques.

    標簽: Exceptional engineering software example

    上傳時間: 2017-06-07

    上傳用戶:yt1993410

  • An important book that cover wavelet domain. It help a LOT in understanding wavelets and their appli

    An important book that cover wavelet domain. It help a LOT in understanding wavelets and their applications. Beside explanations of the transform and application of this, there are also presents the reasons why wavelets are better than Fourier transform.

    標簽: understanding important wavelets wavelet

    上傳時間: 2017-06-14

    上傳用戶:lanhuaying

  • Here is transmitter function in matlab. ofdmsimulationresult. Hope this help you a LOT to learn the

    Here is transmitter function in matlab. ofdmsimulationresult. Hope this help you a LOT to learn the basic

    標簽: ofdmsimulationresult transmitter function matlab

    上傳時間: 2017-06-23

    上傳用戶:lacsx

  • very useful when applying vc++ to develop project,and this gives a LOT of solutions for that.

    very useful when applying vc++ to develop project,and this gives a LOT of solutions for that.

    標簽: solutions applying develop project

    上傳時間: 2013-11-29

    上傳用戶:watch100

  • it s a code for calculator the price of a machine which have a LOT of parts.

    it s a code for calculator the price of a machine which have a LOT of parts.

    標簽: calculator machine price parts

    上傳時間: 2014-01-20

    上傳用戶:13188549192

  • nb-LOT

    bc95測試代碼,用于測試bc95與nb-LOT平臺之間的通信

    標簽: nb-LOT

    上傳時間: 2018-04-22

    上傳用戶:criss

  • 經(jīng)典:H.264的標準文檔及JM多個版本的源代碼集合

    ·詳細說明:h.264的標準文檔及jm多個版本的源代碼集合-The standard file of h.264 and the source codes of jm a LOT of editions gather, the classics 文件列表:   h.264標準文檔及jm   .................\h.264-avc reference so

    標簽: 264 標準 文檔 版本

    上傳時間: 2013-04-24

    上傳用戶:集美慧

  • 基于C8051F930的管道溫度壓力遠程監(jiān)測系統(tǒng)

       為解決輸油管道溫度壓力參數(shù)實時監(jiān)測的問題,設計了以C8051F930單片機作為控制核心的超低功耗輸油管道溫度壓力遠程監(jiān)測系統(tǒng)。現(xiàn)場儀表使用高精度電橋采集數(shù)據(jù),通過433 MHz短距離無線通信網(wǎng)絡與遠程終端RTU進行通信,RTU通過GPRS網(wǎng)絡與PC上位機進行遠程數(shù)據(jù)傳輸,在上位機中實現(xiàn)數(shù)據(jù)存儲和圖形化界面顯示,從而實現(xiàn)輸油管道溫度壓力參數(shù)的實時監(jiān)測和異常報警。經(jīng)實驗證明,該系統(tǒng)的12位數(shù)據(jù)采集精度滿足設計要求,漏碼率小于1%,正常工作時間超過5個月,能實時有效地監(jiān)測輸油管道的溫度壓力參數(shù),節(jié)省大量人工成本,有效預防管道參數(shù)異常造成的經(jīng)濟損失和環(huán)境污染。 Abstract:  In order to solve the problems on real-time monitoring of pipeline temperature and pressure parameters, the ultra-low power remote pipeline temperature and pressure monitoring system was designed by using the single chip processor C8051F930 as the control core. The high-precision electric bridge was used in field instruments for data collection, the 433MHz short-range wireless communication network was used to make communication between field instrument and RTU, the GPRS was used by the RTU to transmit data to the PC host computer, and the data was stored and displayed in the PC host computer, so the real-time monitoring and exception alerts of pipeline temperature and pressure parameters were achieved. The experiment proves that the system of which error rate is less than 1% over five months working with the 12-bit data acquisition accuracy can effectively monitor the pipeline temperature and pressure parameters in real time, it saves a LOT of labor costs and effectively prevents environmental pollution and economic losses caused by abnormal channel parameters.

    標簽: C8051F930 溫度 壓力 遠程監(jiān)測系統(tǒng)

    上傳時間: 2013-11-07

    上傳用戶:cuibaigao

  • 開放式匯編器系統(tǒng)的設計

    匯編器在微處理器的驗證和應用中舉足輕重,如何設計通用的匯編器一直是研究的熱點之一。本文提出了一種開放式的匯編器系統(tǒng)設計思想,在匯編語言與機器語言間插入中間代碼CMDL(code mapping description language)語言,打破匯編語言與機器語言的直接映射關系,由此建立起一套描述匯編語言與機器語言的開放式映射體系。基于此開放式映射體系開發(fā)了一套匯編器系統(tǒng),具有較高層次上的通用性和可移植性。【關鍵詞】指令集,CMDL,匯編器,開放式 Design of Retargetable Assembler System Liu Ling Feng Wen Nan Wang Ying Chun Jiang An Ping Ji Li Jiu IME of Peking University, 100871【摘要】An assembler plays a very important role in the field of microprocessor verifications and applications, thus how to build a retargetable assembler system has been a hotspot in this field for long time. This paper presents a new method about the retargetable assembler system design.It provides a kind of language CMDL, code mapping description language. During the process of assembling, assembler languages are firstly translated to CMDL, and then mapped to the machine codes. In an other word, CMDL is inserted between assembler languages and machine codes during the translation procedure. As a medium code, CMDL has a LOT of features, such as high extraction, strong descript capabilities. It can describe almost all attributes of assembler languages. By breaking the direct mapping relationship between assembler languages and machine codes, the complexities of machine codes are hided to the users, therefore, the new retargetable assembler system has higher retargetable level by converting the mapping from assembler languages and machine codes to assembler languages and CMDL, and implementationof it becomes easier. Based on the new mapping system structure, a retargetable assemblersystem is developed. It proved the whole system has good retargetability and implantability.【關鍵詞】instruction set, symbol table, assembler, lexical analysis, retargetability

    標簽: 開放式 匯編器

    上傳時間: 2013-10-10

    上傳用戶:meiguiweishi

  • XAPP328-使用CPLD設計MP3播放器

      MP3 portable players are the trend in music-listening technology. These players do not includeany mechanical movements, thereby making them ideal for listening to music during any type ofactivity. MP3 is a digital compression technique based on MPEG Layer 3 which stores music ina LOT less space than current CD technology. Software is readily available to create MP3 filesfrom an existing CD, and the user can then download these files into a portable MP3 player tobe enjoyed in almost any environment.

    標簽: XAPP CPLD 328 MP3

    上傳時間: 2013-11-23

    上傳用戶:nanxia

主站蜘蛛池模板: 乌拉特后旗| 德令哈市| 芦山县| 桑日县| 靖宇县| 余姚市| 北辰区| 富顺县| 浑源县| 伊春市| 营山县| 桂林市| 沙田区| 威宁| 密山市| 衡山县| 余姚市| 增城市| 大邑县| 安远县| 宁南县| 建始县| 四平市| 商河县| 股票| 张家川| 姚安县| 龙陵县| 抚远县| 遂昌县| 新兴县| 专栏| 兴安县| 嫩江县| 龙泉市| 尚志市| 神木县| 榆林市| 三门县| 乌兰浩特市| 江油市|