-
state esimation
配电网状态估计相关仿真资料,大家可以借鉴一下(Distribution network state estimation related simulation data, we can draw on)
- 2017-07-09 21:21:17下载
- 积分:1
-
实验4-5:广播中加入发射功率等级
NRF52832 的广播中加入发射功率等级实验(Transmitting Power Level Experiments in NRF52832 Broadcasting)
- 2019-05-08 09:16:27下载
- 积分:1
-
基于Qt的聊天室
创建了QTcpSokcet类的实例后,可以用conncetToHost()与服务器进行连接:
QHostAddress *serverIP = new QHostAddress();
QString ip = serverIPLineEdit->text();
serverIP->setAddress(ip);
int port = 8010;
tcpSocket->connectToHost(*serverIP, port);
如果成功,将返回connected()信号,错误则返回error(QAbstrackSocket::SocketError socketError)信号
连接成功后可发送或接收数据:
发送:qunit64 write(const QByteArray &byteArray),发挥实际发送字节数,出错返回-1
接收:readyRead()信号被发送,在槽函数中编写处理数据代码,为避免错误解析数据,可用bytesAvailable()返回缓存中接收到的字节数。
- 2022-02-11 15:48:03下载
- 积分:1
-
Directshow2.0_filter
Complete directshow for real job, mpeg1 filter.you will never find a
project like this good.Its a hard work
for me.
1.async filter
2.mpeg1 splitter
3.mpeg1/2 video filter
4.mpeg1/2 audio filter
5.ac3 filter
by Jesse Stone, Taiwan.
and thanks for many people,put the
source code let my work make it good.
msn:fatalfeel@hotmail.com
- 2007-09-03 14:02:58下载
- 积分:1
-
5
说明: 本书作者根据自己学习C++的亲身体会及多年教学经验,用简单的例子和简练的叙述讲解C++编程,别具特色。
全书共分十八章(此为第10到12章),内容涉及对象的演化、数据抽象、隐藏实现、初始化与清除、函数重载与缺省参数、输入输出流介绍、常量、内联函数、命名控制、引用和拷贝构造函数、运算符重载、动态对象创建、继承和组合、多态和虚函数、模板和包容器类、多重继承、异常处理和运行时类型识别。
本书作为正式教材和自学用书均非常优秀,作为程序设计者的参考用书亦极为合适。
(Of this book to learn C++ based on their personal experience and years of teaching experience, using simple examples and concise narrative explaining C++ programming, unique.
The book is divided into eighteen chapters, covering the evolution of objects, data abstraction, hiding implementation, initialization and removal, function overloading and default parameters, input and output streams introduced constants, inline functions, named control, reference and copy constructors, operator overloading, dynamic object creation, inheritance and composition, polymorphism and virtual functions, templates, and the container classes, multiple inheritance, exception handling and runtime type identification.
Book as an official textbook, and a self-learning books are very good, as the programmer s reference book is also very appropriate.)
- 2010-12-14 19:20:09下载
- 积分:1
-
Supervised
遥感信息工程学院遥感原理与应用课程实习监督分类(Supervised of Remote Sensing Principle and Application Course Practice)
- 2019-05-24 08:43:58下载
- 积分:1
-
DAC
Digital to Analog converter sample code
- 2013-12-08 22:38:57下载
- 积分:1
-
串口屏驱动程序
STM32 驱动串口屏,用于STM底层驱动,可以直接用,或者作为参考!!!
- 2022-07-04 17:46:23下载
- 积分:1
-
微信ESP8266Airkiss代码
微信ESP8266Airkiss代码,开发微信IOT必备
- 2022-07-03 02:04:28下载
- 积分:1
-
CoupledMicrostrip
Coupled Microstrip 耦合微带线
- 2009-04-06 15:14:50下载
- 积分:1