DL : 19
嘒彼小星的笔记
http://blog.csdn.net/iamdbl/
1.1从Hello Qt开始
差不多所有的程序教材都从Hello 开始,下面就是这个程序的qt版本。
1 #include <QApplication>
2 #include <QLabel>
3 int main(int argc, char *argv[])
4 {
5 QApplication app(argc, argv);
6 QLabel *label = new QLabel("Hello Qt!");
7 label->show();
8 return app.exec();
9 }
Date : 2009-01-08
Size : 1.33mb
User : liruixin0202
DL : 0
本论文首先针对现有SOA应用的体系结构进行了分析。分析表明,目前“服务”抽象是在SOA应用体系结构中较为中间的层次实现的,其底层却仍然依赖于传统的进程/线程抽象,不能直接有效地支持基于SOA的应用。针对这一现象,本论文提出如下问题:能否使操作系统或者分布式操作系统直接以“面向服务”这个统一的概念来实现它们之间或者与已有的分布式计算系统之间的互操作?针对这个问题,本论文对建立一种面向服务的分布式操作系统进行了系统、深入的研究与实践。
Date : 2009-02-02
Size : 4.43mb
User : feiyajie@126.com
DL : 0
modbus 通讯协议文档,详细描述了RTU、ASCII两种模式下,数据格式。-modbus connection communication protocol document, a detailed description of RTU, both ASCII mode, data format.
Date : 2025-12-22
Size : 93kb
User : 陈同
DL : 0
The programming port of all the FP PLC’s support OPEN MEWTOCOL-COM. This is very useful when you want to monitor PLC values/bits or to set PLC values or bits via your COMPUTER. You can use any language such as Basic, C, Pascal, Assembler or even if other suppliers of PLCs can send ASCII strings, they can talk to our PLCs to exchange data.-The programming port of all the FP PLC s support OPEN MEWTOCOL-COM. This is very useful when you want to monitor PLC values/bits or to set PLC values or bits via your COMPUTER. You can use any language such as Basic, C, Pascal, Assembler or even if other suppliers of PLCs can send ASCII strings, they can talk to our PLCs to exchange data.
Date : 2025-12-22
Size : 382kb
User : sundodo
DL : 0
CppReference
对于c/c++的详尽说明
C/C++ Reference
General C/C++
Pre-processor commands
Operator Precedence
Escape Sequences
ASCII Chart
Data Types
Keywords
Standard C Library
Standard C I/O
Standard C String & Character
Standard C Math
Standard C Time & Date
Standard C Memory
Other standard C functions
All C Functions
C++
C++ I/O
C++ Strings
C++ String Streams
Miscellaneous C++
C++ Standard Template Library
C++ Algorithms
C++ Vectors
C++ Double-Ended Queues
C++ Lists
C++ Priority Queues
C++ Queues
C++ Stacks
C++ Sets
C++ Multisets
C++ Maps
C++ Multimaps
C++ Bitsets
Iterators
All C++ Functions
-CppReference for c/c++ Detailed C/C++ ReferenceGeneral C/C++ Pre-processor commands Operator Precedence Escape Sequences ASCII Chart Data Types Keywords Standard C LibraryStandard CI/O Standard C String
Date : 2025-12-22
Size : 540kb
User : wizardz
DL : 0
这个文档对于编程人员还是有很好的参考价值.-ASCCII comparison table for the programmers still have a good reference value.
Date : 2025-12-22
Size : 490kb
User : qmh
DL : 0
VC实现ModBus通讯协议分为RTU协议和ASCII协议.rar-VC achieve ModBus RTU protocol and the protocol into ASCII protocol. Rar
Date : 2025-12-22
Size : 6kb
User : 48948398
DL : 0
MODBUS通讯协议及编程,ModBus通讯协议分为RTU协议和ASCII协议,下面就ModBus RTU协议简要介绍-MODBUS communication protocol and programming, ModBus RTU protocol and communication protocol into ASCII protocol, following a brief introduction on the ModBus RTU protocol
Date : 2025-12-22
Size : 9kb
User : 陈风
DL : 0
modicon公司出品的,modbus协议,中文版,基于串口通讯的。-from modicon company,modbus ASCII & RTU protocal, base on serial interface
Date : 2025-12-22
Size : 583kb
User : 史红杰
DL : 0
ModBus通讯协议分为RTU协议和ASCII协议,多种仪表都采用ModBus RTU通讯协议。-ModBus RTU communication protocol into agreements and ASCII protocols, and a variety of instruments using the ModBus RTU protocol.
Date : 2025-12-22
Size : 148kb
User : caiwenxing
DL : 0
16进制与10进制ASCII码对照表
我滴英文不好,有着以后用滴-16 hex and 10 hex ASCII table I drop English is not good, has a future with drops
Date : 2025-12-22
Size : 4kb
User : Eton
DL : 0
单片机的码制与PC机不同,这里运用了一个小程序实现了两者之间的兼容-MCU code system and PC are different, here the use of a small program to achieve compatibility between the two
Date : 2025-12-22
Size : 1kb
User : 陈文倩
DL : 0
tutorial ASCII Table values
Date : 2025-12-22
Size : 11kb
User : abd
DL : 1
ModBus通讯协议分为RTU协议和ASCII协议,我公司的多种仪表都采用ModBus RTU通讯协议,如:YD2000智能电力监测仪、巡检表、数显表、光柱数显表等-ModBus RTU communication protocol into ASCII protocols and agreements, the company uses a variety of instruments ModBus RTU communication protocol, such as: YD2000 intelligent power monitoring, data logging meter, digital meter, digital meter beam, etc.
Date : 2025-12-22
Size : 16kb
User : ahippo
DL : 0
ASCII是基于拉丁字母的一套电脑编码系统。它主要用于显示现代英语和其他西欧语言。它是现今最通用的单字节编码系统,并等同于国际标准ISO/IEC 646。-ASCII coding system is a computer-based Latin alphabet. It is mainly used to display modern English and other Western European languages. It is now the most common single-byte coding system, and is equivalent to the international standard ISO/IEC 646.
Date : 2025-12-22
Size : 84kb
User : 陈锋
DL : 0
在MATLAB环境中读取ASCII格式的STL文件-read stl to matlab
Date : 2025-12-22
Size : 12kb
User : 杨颖
DL : 0
Modbus协议中文版,包括modbus rtu,modbus ascii和modbus tcp-Chinese version of the Modbus protocol, including RTU modbus, ASCII MODBUS and TCP MODBUS
Date : 2025-12-22
Size : 997kb
User : xiawanpin
DL : 0
FPGA 代码与ASIC代码之间的转换,对理解二者编程很有好处。-Conversion Design and FPGA code between ASCII code design, programming understanding of both great help.
Date : 2025-12-22
Size : 1.68mb
User : sw
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus All Rights Reserved.