上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 96 下一页
摘要: IfcPermit 实体定义 许可证是指在监管、安全或其他访问限制适用的地方和工件上执行工作的许可证。 IFC2x2中的新实体。 IFC4 修改属性PermitID重命名为Identification并提升为超类型IfcControl,添加了属性PredefinedType、Status和LongD 阅读全文
posted @ 2023-07-16 16:08 西北逍遥 阅读(22) 评论(0) 推荐(0)
摘要: QFuture #include <QFuture> Public Functions QFuture() QFuture(const QFuture<T> &other) ~QFuture() QFuture::const_iterator begin() const void cancel() 阅读全文
posted @ 2023-07-15 21:30 西北逍遥 阅读(309) 评论(0) 推荐(0)
摘要: QIODevice #include <QIODevice> Public Functions QIODevice() QIODevice(QObject *parent) virtual ~QIODevice() virtual bool atEnd() const virtual qint64 阅读全文
posted @ 2023-07-14 19:19 西北逍遥 阅读(119) 评论(0) 推荐(0)
摘要: QJsonObject #include <QJsonObject> Public Types class const_iterator class iterator typedef ConstIterator typedef Iterator typedef key_type typedef ma 阅读全文
posted @ 2023-07-13 19:59 西北逍遥 阅读(307) 评论(0) 推荐(0)
摘要: 松灵机器人TRACER 串口操作命令 5AA50A55010201000000000062 //低八位转向左 5AA50A550102000000900000F1 //高八位向右 5AA50A5501020000A000000001 低八位向左 5AA50A550102000000A0000001 阅读全文
posted @ 2023-07-12 13:02 西北逍遥 阅读(65) 评论(0) 推荐(0)
摘要: QJSEngine #include <QJSEngine> Public Types enum Extension { TranslationExtension, ConsoleExtension, GarbageCollectionExtension, AllExtensions } flags 阅读全文
posted @ 2023-07-11 18:41 西北逍遥 阅读(177) 评论(0) 推荐(0)
摘要: java串口通信 import java.io.*; import java.util.*; import gnu.io.*; public class SerialTest implements SerialPortEventListener { SerialPort serialPort; // 阅读全文
posted @ 2023-07-10 18:57 西北逍遥 阅读(193) 评论(0) 推荐(0)
摘要: ptthon拼图 from PIL import Image # 打开图像文件 image = Image.open("input_image.jpg") # 获取图像的宽度和高度 width, height = image.size # 创建一个新的图像,将原始图像复制到其上 new_image 阅读全文
posted @ 2023-07-09 20:55 西北逍遥 阅读(76) 评论(0) 推荐(0)
摘要: IfcRelSpaceBoundary 实体定义 空间边界通过IfcRelSpaceBoundary与周围元素的关系来定义空间的物理或虚拟分隔符。 在物理空间边界的情况下,可以给出边界的位置和形状,并且参考提供边界的建筑元素, 在虚拟空间边界的情况下,可以给出边界的位置和形状,并且参考虚拟元素。 I 阅读全文
posted @ 2023-07-08 21:07 西北逍遥 阅读(110) 评论(0) 推荐(0)
摘要: import java.io.BufferedReader; import java.io.File; import java.io.FileReader; import java.io.IOException; public class ReadLargeTextFile { public sta 阅读全文
posted @ 2023-07-07 17:16 西北逍遥 阅读(170) 评论(0) 推荐(0)
摘要: import java.io.FileWriter; import java.io.BufferedWriter; import java.io.IOException; import java.util.Map; public class WriteMapToFile { public stati 阅读全文
posted @ 2023-07-06 21:58 西北逍遥 阅读(240) 评论(0) 推荐(0)
摘要: import java.io.BufferedReader; import java.io.InputStreamReader; public class ClearScreen { public static void main(String[] args) { try { // 执行clear命 阅读全文
posted @ 2023-07-05 13:09 西北逍遥 阅读(27) 评论(0) 推荐(0)
摘要: Runtime.getRuntime().exec("clear"); ################## 阅读全文
posted @ 2023-07-04 20:59 西北逍遥 阅读(15) 评论(0) 推荐(0)
摘要: QLibrary #include <QLibrary> Public Types enum LoadHint { ResolveAllSymbolsHint, ExportExternalSymbolsHint, LoadArchiveMemberHint, PreventUnloadHint, 阅读全文
posted @ 2023-07-03 21:51 西北逍遥 阅读(324) 评论(0) 推荐(0)
摘要: QOAuth1 #include <QOAuth1> Public Functions QOAuth1(QObject *parent = nullptr) QOAuth1(QNetworkAccessManager *manager, QObject *parent = nullptr) QOAu 阅读全文
posted @ 2023-07-02 19:30 西北逍遥 阅读(33) 评论(0) 推荐(0)
摘要: qt程序报错:this application failed to start because it could notfoind orloadthe Qt platform C:\Users\lenovo>C:\Users\lenovo>C:\Users\lenovo>cd D:\software 阅读全文
posted @ 2023-07-01 13:33 西北逍遥 阅读(232) 评论(0) 推荐(0)
摘要: QUuid #include <QUuid> Public Types enum StringFormat { WithBraces, WithoutBraces, Id128 } enum Variant { VarUnknown, NCS, DCE, Microsoft, Reserved } 阅读全文
posted @ 2023-06-30 21:35 西北逍遥 阅读(347) 评论(0) 推荐(0)
摘要: QVideoFrame #include <QVideoFrame> Public Types enum FieldType { ProgressiveFrame, TopField, BottomField, InterlacedFrame } enum PixelFormat { Format_ 阅读全文
posted @ 2023-06-29 20:55 西北逍遥 阅读(804) 评论(0) 推荐(0)
摘要: QVoice #include <QVoice> Public Types enum Age { Child, Teenager, Adult, Senior, Other } enum Gender { Male, Female, Unknown } Public Functions QVoice 阅读全文
posted @ 2023-06-28 20:32 西北逍遥 阅读(67) 评论(0) 推荐(0)
摘要: QVulkanWindow #include <QVulkanWindow> Public Functions QVulkanWindow(QWindow *parent = nullptr) virtual ~QVulkanWindow() int availablePhysicalDevices 阅读全文
posted @ 2023-06-27 21:32 西北逍遥 阅读(221) 评论(0) 推荐(0)
摘要: IfcTank 实体定义 储罐是储存流体或气体以备日后使用的容器或容器。 IFC4中的新实体 Attribute definitions #AttributeTypeCardinalityDescriptionC 9 PredefinedType IfcTankTypeEnum [0:1] X Fo 阅读全文
posted @ 2023-06-26 17:09 西北逍遥 阅读(41) 评论(0) 推荐(0)
摘要: 平面上点的旋转 在平面坐标上,任意点P(x1,y1),绕一个坐标点Q(x2,y2)逆时针旋转θ角度后,新的坐标设为(x, y)的计算公式: x= (x1 - x2)*cos(θ) - (y1 - y2)*sin(θ) + x2 y= (x1 - x2)*sin(θ) + (y1 - y2)*cos( 阅读全文
posted @ 2023-06-25 20:39 西北逍遥 阅读(461) 评论(0) 推荐(0)
摘要: IfcLogical 类型定义 IfcLogicalIfcImpleValue)不能在其选择列表中直接包括简单类型)。逻辑数据类型的值可以是TRUE、FALSE或UNKNOWN。 类型:LOGICAL IFC2x中的新型。 EXPRESS Specification TYPE IfcLogical 阅读全文
posted @ 2023-06-24 19:47 西北逍遥 阅读(20) 评论(0) 推荐(0)
摘要: int point_id2 = 2; int point_id3 = 3; int point_id4 = 4; int point_id5 = 5; int point_id8 = 8; int point_id9 = 9; int point_id10 = 10; int point_id11 阅读全文
posted @ 2023-06-23 20:30 西北逍遥 阅读(40) 评论(0) 推荐(0)
摘要: QDateTime #include <QDateTime> Public Functions QDateTime() QDateTime(const QDate &date) QDateTime(const QDate &date, const QTime &time, Qt::TimeSpec  阅读全文
posted @ 2023-06-22 19:46 西北逍遥 阅读(424) 评论(0) 推荐(0)
摘要: QCamera #include <QCamera> Public Types class FrameRateRange enum CaptureMode { CaptureViewfinder, CaptureStillImage, CaptureVideo } flags CaptureMode 阅读全文
posted @ 2023-06-21 20:10 西北逍遥 阅读(64) 评论(0) 推荐(0)
摘要: QException #include <QException> Public Functions virtual ~QException() virtual QException * clone() const virtual void raise() const Detailed Descrip 阅读全文
posted @ 2023-06-20 19:47 西北逍遥 阅读(467) 评论(0) 推荐(0)
摘要: QGLWidget #include <QGLWidget> Public Functions QGLWidget(QWidget *parent = nullptr, const QGLWidget *shareWidget = nullptr, Qt::WindowFlags f = ...) 阅读全文
posted @ 2023-06-19 20:27 西北逍遥 阅读(90) 评论(0) 推荐(0)
摘要: QGeoPolygon #include <QGeoPolygon> Public Functions QGeoPolygon() QGeoPolygon(const QList<QGeoCoordinate> &path) QGeoPolygon(const QGeoPolygon &other) 阅读全文
posted @ 2023-06-18 20:03 西北逍遥 阅读(46) 评论(0) 推荐(0)
摘要: int point_id2 = 2; int point_id3 = 3; int point_id4 = 4; int point_id5 = 5; int point_id8 = 8; int point_id9 = 9; int point_id10 = 10; int point_id11 阅读全文
posted @ 2023-06-17 20:13 西北逍遥 阅读(93) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 96 下一页