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

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

JMS-Examples

  • The market for miniature computer programming is exploding. C++ Footprint and Performance Optimizati

    The market for miniature computer programming is exploding. C++ Footprint and Performance Optimization supplies programmers the knowledge they need to write code for the increasing number of hand-held devices, wearable computers, and intelligent appliances. This book gives readers valuable knowledge and programming techniques that are not currently part of traditional programming training. In the world of C++ programming, all other things being equal, programs that are smaller and faster are better. C++ Footprint and Performance Optimization contains case studies and sample code to give readers concrete examples and proven solutions to problems that don t have cut and paste solutions.

    標(biāo)簽: Performance programming Optimizati Footprint

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

    上傳用戶:wfl_yy

  • Developing JavaBeans Components This tutorial gives a very thorough explanation on Developing Jav

    Developing JavaBeans Components This tutorial gives a very thorough explanation on Developing JavaBeans Components, readers can learn a lot from the examples.

    標(biāo)簽: Developing explanation Components JavaBeans

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

    上傳用戶:aix008

  • Foundations of Python Network Programming leads readers through every aspect of client and server pr

    Foundations of Python Network Programming leads readers through every aspect of client and server programming with Python. Python is a new and innovative scripting language. It is set to replace Perl as the programming language of choice for scripters and for serious application developers wanting a feature rich yet simple language to deploy their products in. This book features extensive examples that not only demonstrate important concepts and practices, but also provide a cadre of fully-functional stand-alone programs. Readers can use the examples as the basis and building blocks for their own software

    標(biāo)簽: Foundations Programming Network readers

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

    上傳用戶:小碼農(nóng)lz

  • 這是一個(gè)遠(yuǎn)程溫度計(jì) MCU: AT89S52 溫度傳感器: DS18B20 晶振: 12MHz 使用串口連接,在PC端使用"超級(jí)終端"打開 設(shè)置如下: 波特率: 4800 數(shù)據(jù)

    這是一個(gè)遠(yuǎn)程溫度計(jì) MCU: AT89S52 溫度傳感器: DS18B20 晶振: 12MHz 使用串口連接,在PC端使用"超級(jí)終端"打開 設(shè)置如下: 波特率: 4800 數(shù)據(jù)位: 8 奇偶校驗(yàn): 無 停止位: 1 數(shù)據(jù)流控制: 無 電路圖見Thermometer-SCH.jpg 該程序的編寫參照了Keil UV2自帶的便子 見EXAMPLES\MEASURE 使用終端交互方式 其實(shí),這不僅是一個(gè)測漫器, 它的時(shí)鐘也非常準(zhǔn)確.

    標(biāo)簽: 4800 MCU 18B 89S

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

    上傳用戶:410805624

  • Oreilly.Java.Message.Service

    Oreilly.Java.Message.Service,Oreilly叢書中JMS部分

    標(biāo)簽: Oreilly Message Service Java

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

    上傳用戶:evil

  • 1、Embest S3CEB2410驅(qū)動(dòng)例程源代碼

    1、Embest S3CEB2410驅(qū)動(dòng)例程源代碼,缺省使用Embest PowerICE仿真器調(diào)試(使用Embest JTAG仿真器其他型號(hào)民的用戶只需修改調(diào)試設(shè)備即可); 2、實(shí)驗(yàn)時(shí),請(qǐng)把S3CEB2410文件夾拷貝到實(shí)驗(yàn)?zāi)夸洠篍mbestIDE\Examples\Samsung\S3CEB2410;單個(gè)操作實(shí)驗(yàn)例程必須拷貝到實(shí)驗(yàn)?zāi)夸浕蛏疃认嗤腅mbestIDE例程目錄下(如EmbestIDE\Examples\Samsung\MyDir)使用 3、如果拷貝工程到非IDE實(shí)驗(yàn)?zāi)夸浵拢?qǐng)修改工程配置中使用..\..\..\定義的設(shè)置為IDE安裝目錄(如C:\EmbestIDE)。

    標(biāo)簽: Embest 3CEB 2410 CEB

    上傳時(shí)間: 2016-03-15

    上傳用戶:dyctj

  • JavaServer Pages, Third Edition is completely revised and updated to cover the substantial changes i

    JavaServer Pages, Third Edition is completely revised and updated to cover the substantial changes in the 2.0 version of the JSP specification. It also includes detailed coverage of the major revisions to the JSP Standard Tag Library (JSTL) specification. Combining plenty of practical advice with detailed coverage of JSP syntax and features and clear, useful examples, JavaServer Pages, Third Edition demonstrates how to embed server-side Java into Web pages, while also covering important topics such as JavaBeans, Enterprise JavaBeans (EJB), and JDBC database access.

    標(biāo)簽: substantial JavaServer completely Edition

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

    上傳用戶:mpquest

  • PCI設(shè)計(jì)指南The Xilinx LogiCORE PCI interface is a fully verified, pre-implemented PCI Bus interface. Th

    PCI設(shè)計(jì)指南The Xilinx LogiCORE PCI interface is a fully verified, pre-implemented PCI Bus interface. This interface is available in 32-bit and 64- bit versions, with support for multiple Xilinx FPGA device families. It is designed to support both Verilog-HDL and VHDL. The design examples in this book are provided in Verilog.

    標(biāo)簽: interface PCI pre-implemented LogiCORE

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

    上傳用戶:清風(fēng)冷雨

  • // Hint: These classes are intended to be used as base classes. Do not // simply add your code to t

    // Hint: These classes are intended to be used as base classes. Do not // simply add your code to these files - instead create a new class // derived from one of CSizingControlBarXX classes and put there what // you need. See CMyBar classes in the demo projects for examples.

    標(biāo)簽: classes intended simply These

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

    上傳用戶:thinode

  • MQ軟件提供一個(gè)JAVA軟件包

    MQ軟件提供一個(gè)JAVA軟件包,里面有JMS類庫,和一套MQ的類庫。不熟悉MQI編程方法的程序員可以用JMS,比較熟悉MQI編程方法的程序則可以用MQ類庫來編程。下面的小程序是使用Java實(shí)現(xiàn)從隊(duì)列管理器QM_SERVER中的隊(duì)列INITQ寫入或讀出消息

    標(biāo)簽: JAVA 軟件 軟件包

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

    上傳用戶:huyiming139

主站蜘蛛池模板: 内江市| 桃园市| 那坡县| 乌什县| 紫金县| 英吉沙县| 东安县| 乐陵市| 常州市| 武陟县| 万源市| 浦北县| 莲花县| 刚察县| 台州市| 咸阳市| 孙吴县| 湘阴县| 时尚| 顺平县| 嘉义市| 扬州市| 洪雅县| 大邑县| 商城县| 徐水县| 富阳市| 义马市| 柯坪县| 滦平县| 宜兰县| 唐河县| 宣恩县| 读书| 平果县| 东方市| 莱州市| 佛教| 萨迦县| 广南县| 连州市|