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

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

easier

  • Gcomm is a serial communications program similar to seyon, but more modern, and easier to use. Works

    Gcomm is a serial communications program similar to seyon, but more modern, and easier to use. Works over serial port, via TCP/IP, or a pipe through another program. Supports xmodem/ymodem/zmodem protocols. Visit the gcomm.sourceforge.net home page for 系統是 Linux ,但是協議部分是可用的

    標簽: communications program similar easier

    上傳時間: 2013-12-21

    上傳用戶:PresidentHuang

  • how to extend an OLE DB consumer template class and make it much easier to use in applications. I ha

    how to extend an OLE DB consumer template class and make it much easier to use in applications. I had also explained how you can utilize the power of C++ exception-handling feature to make your work easier, especially in error handling. It was just a small class in my last article.

    標簽: applications consumer template extend

    上傳時間: 2014-11-26

    上傳用戶:royzhangsz

  • GTKores is a simple color picking tool, written in GTK+/C, and runs under Linux/X11. It makes easier

    GTKores is a simple color picking tool, written in GTK+/C, and runs under Linux/X11. It makes easier tasks where you need hex color values, such writing CSS and HTML pages.

    標簽: GTKores picking written easier

    上傳時間: 2014-08-19

    上傳用戶:123啊

  • Creating barcodes in Microsoft廬 Office has never been easier. With BarCodeWiz Toolbar you can add b

    Creating barcodes in Microsoft廬 Office has never been easier. With BarCodeWiz Toolbar you can add barcodes to Microsoft廬 Office applications with a click of a button. In Microsoft廬 Word, create single barcodes, pages of labels, or mail merge documents. In Microsoft廬 Excel廬, select a range of cells and automatically convert each cell to a barcode. In Microsoft廬 Access廬, create reports with barcodes based on your data tables.

    標簽: BarCodeWiz Microsoft Creating barcodes

    上傳時間: 2013-12-18

    上傳用戶:asddsd

  • Parallel port interfacing made easier

    Parallel port interfacing made easier

    標簽: interfacing Parallel easier port

    上傳時間: 2013-12-23

    上傳用戶:himbly

  • 高性能DCDC控制器

    We provide complete power solutions with a full lineup of power managementproducts. This brochure provides an overview of our high performance DC/DC switching regulatorcontrollers for applications including datacom, telecom, industrial, automotive, medical, avionicsand control systems. We make power design easier with our industry-leading field applicationengineering support; a broad selection of demonstration boards with schematics, layout filesand parts lists; SwitcherCAD® software for simulation, application notes and comprehensivetechnical documentation.

    標簽: DCDC 性能 控制器

    上傳時間: 2013-10-15

    上傳用戶:lz4v4

  • 電源供應器與數字電位器校準應用筆記

    Abstract: A resistive feedback network is often used to set the output voltage of a power supply. A mechanical potentiometer (pot)conveniently solves the problem of adjusting a power supply. For easier automatic calibration, a mechanical pot can be replaced witha digital pot. This application note presents a calibration solution that uses a digital pot, because digipots are smaller, do not movewith age or vibration, and can be recalibrated remotely. This proposed solution reduces the susceptibility of the system to thetolerance of the digital pot's end-to-end resistance, making the solution optimal fordesigners. This application note also explainssome of the equations required to calculate the resistor chain values and to use a digital pot in this way. A spreadsheet withstandard reisistor values is available for easy calculations.

    標簽: 電源供應器 數字電位器 應用筆記 校準

    上傳時間: 2013-10-31

    上傳用戶:caiguoqing

  • DN458降壓轉換器簡化低電壓設計

      Many system designers need an easy way to producea negative 3.3V power supply. In systems that alreadyhave a transformer, one option is to swap out the existingtransformer with one that has an additional secondarywinding. The problem with this solution is that manysystems now use transformers that are standard, offthe-shelf components, and most designers want toavoid replacing a standard, qualifi ed transformer with acustom version. An easier alternative is to produce thelow negative voltage rail by stepping down an existingnegative rail. For example, if the system already employsan off-the-shelf transformer with two secondary windingsto produce ±12V, and a –3.3V rail is needed, a negativebuck converter can produce the –3.3V output from the–12V rail.

    標簽: 458 DN 降壓轉換器 低電壓

    上傳時間: 2013-10-09

    上傳用戶:Jerry_Chow

  • 西門子S7-300 PLC模擬量轉換

    Analog Inputs and Outputs in an S7 PLC are represented in the PLC as a 16-bit integer. Over the nominal span of the analog input or output, the value of this integer will range between - 27648 and +27648. However, it is easier to use the analog values if they are scaled to the same units and ranges as the process being controlled. This applications tip describes methods for scaling analog values to and from engineering units.

    標簽: 300 PLC 西門子 模擬量

    上傳時間: 2013-11-17

    上傳用戶:3294322651

  • 開放式匯編器系統的設計

    匯編器在微處理器的驗證和應用中舉足輕重,如何設計通用的匯編器一直是研究的熱點之一。本文提出了一種開放式的匯編器系統設計思想,在匯編語言與機器語言間插入中間代碼CMDL(code mapping description language)語言,打破匯編語言與機器語言的直接映射關系,由此建立起一套描述匯編語言與機器語言的開放式映射體系。基于此開放式映射體系開發了一套匯編器系統,具有較高層次上的通用性和可移植性。【關鍵詞】指令集,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

主站蜘蛛池模板: 噶尔县| 巴中市| 永春县| 鲁甸县| 宝山区| 宣恩县| 庆元县| 潼关县| 兴和县| 高雄市| 扬州市| 桐庐县| 萝北县| 陆良县| 汝南县| 武汉市| 晴隆县| 利川市| 寻乌县| 邯郸县| 石屏县| 岳西县| 民县| 青岛市| 壶关县| 炎陵县| 乌审旗| 太仆寺旗| 化隆| 绩溪县| 贺兰县| 昭通市| 宁陵县| 石台县| 文水县| 武汉市| 锦屏县| 仁寿县| 和硕县| 吕梁市| 保亭|