摘要:
/* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield * * This library is open source and may be redistributed and/or modified under * the terms of the OpenSceneGraph Public License (OS 阅读全文
摘要:
void anasysData(QByteArray baRevDataParam) { int Datalen = sizeof(stuDevData); int Revlen = baRevDataParam.size(); int num = 0; int remainder = Revlen%Datalen;//求余 if (remainder != 0) { qDebug() << QS 阅读全文
摘要:
package com.ygkj.test; import java.io.*; import java.net.*; public class Test20171226 { private static final int PORT=9000; private static final String HOST="192.168.2.200"; public... 阅读全文