搜索结果
找到约 559 项符合
JMS-Examples 的查询结果
VC书籍 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 knowled ...
Java书籍 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.
电子书籍 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 ...
单片机开发 这是一个远程温度计 MCU: AT89S52 温度传感器: DS18B20 晶振: 12MHz 使用串口连接,在PC端使用"超级终端"打开 设置如下: 波特率: 4800 数据
这是一个远程温度计
MCU: AT89S52
温度传感器: DS18B20
晶振: 12MHz
使用串口连接,在PC端使用"超级终端"打开
设置如下:
波特率: 4800
数据位: 8
奇偶校验: 无
停止位: 1
数据流控制: 无
电路图见Thermometer-SCH.jpg
该程序的编写参照了Keil UV2自带的便子
见EXAMPLES\MEASURE
使用终端交互方式
其实,这不仅是 ...
Java书籍 Oreilly.Java.Message.Service
Oreilly.Java.Message.Service,Oreilly丛书中JMS部分
单片机开发 1、Embest S3CEB2410驱动例程源代码
1、Embest S3CEB2410驱动例程源代码,缺省使用Embest PowerICE仿真器调试(使用Embest JTAG仿真器其他型号民的用户只需修改调试设备即可);
2、实验时,请把S3CEB2410文件夹拷贝到实验目录:EmbestIDE\Examples\Samsung\S3CEB2410;单个操作实验例程必须拷贝到实验目录或深度相同的EmbestIDE例程目录下(如EmbestIDE\Exam ...
Java书籍 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 de ...
其他书籍 PCI设计指南The Xilinx LogiCORE PCI interface is a fully verified, pre-implemented PCI Bus interface. Th
PCI设计指南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 boo ...
其他 // 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.
Java编程 MQ软件提供一个JAVA软件包
MQ软件提供一个JAVA软件包,里面有JMS类库,和一套MQ的类库。不熟悉MQI编程方法的程序员可以用JMS,比较熟悉MQI编程方法的程序则可以用MQ类库来编程。下面的小程序是使用Java实现从队列管理器QM_SERVER中的队列INITQ写入或读出消息 ...