-
great-lib
operate the library on windows operation
- 2014-08-21 14:22:55下载
- 积分: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
-
H264CEWM5(FFMPEG)
ffmpegh.264在Wince5上的实现(ffmpegh.264 at Wince5 on the implementation)
- 2009-03-12 11:01:28下载
- 积分:1
-
MSComm2
C#.NET串口通信+ PC与PC串口通信+ 利用MSComm控件实现PC与PC串口通信(事件方式)
- 2016-09-29 17:16:12下载
- 积分:1
-
矩阵求解算法
这是一些传统的矩阵求解算法,用于求解小规模的稠密矩阵,用c++编写,可以为数值分析课程的学生提供参考哦
- 2022-07-22 12:20:22下载
- 积分:1
-
CunTest
说明: 能实现qt+gdal+vs显示遥感图像,支持打开文件目录等操作(It can display remote sensing image with QT + GDAL + vs, and support opening file directory and other operations)
- 2020-03-17 14:05:48下载
- 积分:1
-
1960_83
是日本船舶教授对船舶附加质量和附加惯性矩的分析。(Is the ship additional mass moment of inertia and additional analysis Japanese ship professor.)
- 2015-03-23 11:20:10下载
- 积分:1
-
LCM-a-GCD
LCM & GCD Function .....
- 2016-11-16 20:37:56下载
- 积分:1
-
数值算法
常用数值算法源码,包括二分法、复化辛卜生公式、改进欧拉法、高斯-赛德尔迭代法、拉格郎日插值多项式、列主元高斯消去法、龙贝格算法、龙格-库塔算法、幂法、牛顿迭代法、牛顿值多项式、四阶阿当姆斯预测-校正公式、雅可比迭代法、自适应梯形公式(变步长)、最小二乘法
个人由于需要编写,完全可用(Common numerical algorithm source code, including dichotomy, complex Simpson formula, improved Euler method, Gauss-Seidel iteration method, Lagrange interpolation polynomial, column principal element Gauss elimination method, Runberg algorithm, Runge-Kutta algorithm, power method, Newton iteration method, Newton value polynomial, fourth-order Adams prediction-correction formula, Jacobi iteration method, adaptive ladder formula (variable) Step Length and Least Square Method
Individuals are fully available because they need to write)
- 2019-05-03 18:36:35下载
- 积分:1
-
GPSGSM
说明: G P S和G S M 双定位终端的软硬件设计与实现
:随着移动定位技术的发展, 单纯的签子G P S 的定位终端或者荃于移动网络的定位终端都将无法浦足用户的俩求。前者的G P S定
位信号受地形及建筑物的影晌,会存在定位盲区 后者定位精度和定位能力受到移动网 络的限制。该文提出一种集成了G P S定位和G S M
网络定位技术的定位终端,阐述了它的软硬件的设计和实现。实验结果表明,该定位终端结合了G P S和G S M网络两种定位方式的优点,(D e s i g n a n d I m p l e me n t a t i o n o f t h e T r a c k i n g T e r mi n a l I n t e g r a t i n g
GP S wi t h GS M P o s i t i o n i n g T e c h n o l o g y
J I A NG X i r u i , C HE N G Z h e n l i n , F AN G J i n y u n , Z HA NG L i v n g
( I n s t i t u t e o f C o m p u t e T e c h n o l o g y , C h i n e s e A c a d e m y o f S c i e n c e s , B e i j i n g 1 0 0 0 8 0 )
b s t r a c t ] Th e t r a c k i n g t e r mi n a l p l a y s a n i mp o r a n t rl e i n t h e n a v i g a t i o n a n d p o s i t i o n i n g s y s t e m. Ho w t o
t h e t r a c k i n g t e r mi n a l i s a k e y p rb l e m t o t h e d e s i g n e r a n d u s e r . T h i s p a p e r p r e s e n t s a me t h o d wh i c h
i mpr v e t
i n t e g r a t e s
p e r f o r m a n c e a n d p r e c i s i o
GP S wi 比GS M p o s i t i o n i n g
h n o l o g y i n o n e t e r mi n a l , a n d s p e c i f i e s t h e s o f)
- 2009-08-27 09:06:42下载
- 积分:1