-
Modbus是modicom公司提出得一种数据传送方式, 也是现在用的较多的现场总线之一,之所以它这么成功得被应用, 主要原因是因为Modbus协议的简单,和开...
Modbus是modicom公司提出得一种数据传送方式, 也是现在用的较多的现场总线之一,之所以它这么成功得被应用, 主要原因是因为Modbus协议的简单,和开放性较好-Modbus is modicom companies have a data transmission method is now used more fieldbus one reason why it was such a successful application, the main reason is because the Modbus protocol is simple, and openness better
- 2022-03-15 23:05:52下载
- 积分:1
-
BEA WebLogic车间启动套件
BEA WebLogic Workshop JumpStart Kit
- 2022-01-25 19:26:47下载
- 积分:1
-
字符识别的好书
good book for character recognition
- 2022-03-02 20:15:47下载
- 积分:1
-
用asp开发的一个简单博客系统,用写日志,上传照片等功能
用asp开发的一个简单博客系统,用写日志,上传照片等功能-a simple blog system developed on asp
- 2023-06-22 01:50:03下载
- 积分:1
-
一本超好的c++书籍,老外写的《c++必知必会》,描述了编程和设计中的必须掌握但容易被误解的内容,值得一读。适合于中高级c++程序员。...
一本超好的c++书籍,老外写的《c++必知必会》,描述了编程和设计中的必须掌握但容易被误解的内容,值得一读。适合于中高级c++程序员。-A super-good c++ books, written by a foreigner " c++ will know will be," describes the programming and design must be easy to master but which has been misunderstood, worth reading. Suitable for middle and senior c++ programmers.
- 2022-03-14 18:59:00下载
- 积分:1
-
This is what I prepared for some fuzzy immune PID algorithm, the U.S. should be...
这是我编写的一段模糊免疫PID的算法,对大家应该有些启发,可以在MATLAB下直接运行-This is what I prepared for some fuzzy immune PID algorithm, the U.S. should be some inspiration, you can directly run in MATLAB
- 2022-03-13 21:05:03下载
- 积分:1
-
JAVA and MYSQL main link to Java code can learn basic knowledge database to esta...
JAVA语言实现与MYSQL的连接主要提供代码有JAVA 基础知识都可学习数据库 要自己建立-JAVA and MYSQL main link to Java code can learn basic knowledge database to establish their own
- 2022-04-23 09:42:20下载
- 积分:1
-
《VisualC++视频技术方案宝典》,人民邮电出版社出版,2008年出版。共九章,对音视频编码工程很有帮助。这是第6,7,8,9章的源码...
《VisualC++视频技术方案宝典》,人民邮电出版社出版,2008年出版。共九章,对音视频编码工程很有帮助。这是第6,7,8,9章的源码-" VisualC++ Video Technology Program Collection," Posts And Telecommunications News Publishing House, published in 2008. A total of nine chapters, the audio and video encoding works very helpful. This is the first source of Chapter 6,7,8,9
- 2022-04-27 20:04:36下载
- 积分:1
-
模糊控制的速度仿真
Speed Simulation for Fuzzy Control
- 2022-09-21 11:05:03下载
- 积分:1
-
字符串操作是一个不小的主题,在标准C++中,string字符串类成为一个标准,之所以抛弃char*的字符串而选用C++标准程序库中的string类,是因为他和前...
字符串操作是一个不小的主题,在标准C++中,string字符串类成为一个标准,之所以抛弃char*的字符串而选用C++标准程序库中的string类,是因为他和前者比较起来,不必担心内存是否足够、字符串长度等等,而且作为一个类出现,他集成的操作函数足以完成我们大多数情况下的需要.
下面我们首先从一些示例开始学习下string类的使用.-i nclude
#i nclude
using namespace std
void main()
{
- 2022-07-21 17:33:39下载
- 积分:1