上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 96 下一页
摘要: ptthon拼图 from PIL import Image # 打开图像文件 image = Image.open("input_image.jpg") # 获取图像的宽度和高度 width, height = image.size # 创建一个新的图像,将原始图像复制到其上 new_image 阅读全文
posted @ 2023-07-09 20:55 西北逍遥 阅读(73) 评论(0) 推荐(0)
摘要: IfcRelSpaceBoundary 实体定义 空间边界通过IfcRelSpaceBoundary与周围元素的关系来定义空间的物理或虚拟分隔符。 在物理空间边界的情况下,可以给出边界的位置和形状,并且参考提供边界的建筑元素, 在虚拟空间边界的情况下,可以给出边界的位置和形状,并且参考虚拟元素。 I 阅读全文
posted @ 2023-07-08 21:07 西北逍遥 阅读(95) 评论(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 西北逍遥 阅读(167) 评论(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 西北逍遥 阅读(238) 评论(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 西北逍遥 阅读(26) 评论(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 西北逍遥 阅读(311) 评论(0) 推荐(0)
摘要: QOAuth1 #include <QOAuth1> Public Functions QOAuth1(QObject *parent = nullptr) QOAuth1(QNetworkAccessManager *manager, QObject *parent = nullptr) QOAu 阅读全文
posted @ 2023-07-02 19:30 西北逍遥 阅读(32) 评论(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 西北逍遥 阅读(228) 评论(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 西北逍遥 阅读(333) 评论(0) 推荐(0)
摘要: QVideoFrame #include <QVideoFrame> Public Types enum FieldType { ProgressiveFrame, TopField, BottomField, InterlacedFrame } enum PixelFormat { Format_ 阅读全文
posted @ 2023-06-29 20:55 西北逍遥 阅读(785) 评论(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 西北逍遥 阅读(62) 评论(0) 推荐(0)
摘要: QVulkanWindow #include <QVulkanWindow> Public Functions QVulkanWindow(QWindow *parent = nullptr) virtual ~QVulkanWindow() int availablePhysicalDevices 阅读全文
posted @ 2023-06-27 21:32 西北逍遥 阅读(212) 评论(0) 推荐(0)
摘要: IfcTank 实体定义 储罐是储存流体或气体以备日后使用的容器或容器。 IFC4中的新实体 Attribute definitions #AttributeTypeCardinalityDescriptionC 9 PredefinedType IfcTankTypeEnum [0:1] X Fo 阅读全文
posted @ 2023-06-26 17:09 西北逍遥 阅读(38) 评论(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 西北逍遥 阅读(448) 评论(0) 推荐(0)
摘要: IfcLogical 类型定义 IfcLogicalIfcImpleValue)不能在其选择列表中直接包括简单类型)。逻辑数据类型的值可以是TRUE、FALSE或UNKNOWN。 类型:LOGICAL IFC2x中的新型。 EXPRESS Specification TYPE IfcLogical 阅读全文
posted @ 2023-06-24 19:47 西北逍遥 阅读(17) 评论(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 西北逍遥 阅读(37) 评论(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 西北逍遥 阅读(420) 评论(0) 推荐(0)
摘要: QCamera #include <QCamera> Public Types class FrameRateRange enum CaptureMode { CaptureViewfinder, CaptureStillImage, CaptureVideo } flags CaptureMode 阅读全文
posted @ 2023-06-21 20:10 西北逍遥 阅读(63) 评论(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 西北逍遥 阅读(460) 评论(0) 推荐(0)
摘要: QGLWidget #include <QGLWidget> Public Functions QGLWidget(QWidget *parent = nullptr, const QGLWidget *shareWidget = nullptr, Qt::WindowFlags f = ...) 阅读全文
posted @ 2023-06-19 20:27 西北逍遥 阅读(85) 评论(0) 推荐(0)
摘要: QGeoPolygon #include <QGeoPolygon> Public Functions QGeoPolygon() QGeoPolygon(const QList<QGeoCoordinate> &path) QGeoPolygon(const QGeoPolygon &other) 阅读全文
posted @ 2023-06-18 20:03 西北逍遥 阅读(43) 评论(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 西北逍遥 阅读(92) 评论(0) 推荐(0)
摘要: import xml.etree.ElementTree as ET # 加载XML文档 tree = ET.parse('example.xml') # 获取根元素 root = tree.getroot() # 遍历XML文档中的元素 for child in root: print(child 阅读全文
posted @ 2023-06-16 21:16 西北逍遥 阅读(17) 评论(0) 推荐(0)
摘要: #include <SoftwareSerial.h> int point_id1 = 4; int point_id2 = 9; int point_id3 = 3; int point_id4 = 10; void setup() { // put your setup code here, t 阅读全文
posted @ 2023-06-15 21:57 西北逍遥 阅读(15) 评论(0) 推荐(0)
摘要: # coding: utf-8 # 打开摄像头并灰度化显示 import cv2 as cv camera_id = "rtsp://admin:1222@192.168.0.218:554/jingli/realmonitor?channel=1&subtype=0" # 0表示摄像头的编号 ca 阅读全文
posted @ 2023-06-14 19:46 西北逍遥 阅读(64) 评论(0) 推荐(0)
摘要: pip install open3d (wind_2021) H:\PytorchProject\xinru_project\project_2023051202> (wind_2021) H:\PytorchProject\xinru_project\project_2023051202> (wi 阅读全文
posted @ 2023-06-13 21:04 西北逍遥 阅读(287) 评论(0) 推荐(0)
摘要: CJJC项目实验环境配置 (base) D:\> (base) D:\>conda create -n wind_2022 python==3.7 Solving environment: done ## Package Plan ## environment location: D:\Anacon 阅读全文
posted @ 2023-06-12 18:41 西北逍遥 阅读(100) 评论(0) 推荐(0)
摘要: void setup() { // put your setup code here, to run once: Serial.begin(9600); pinMode(2,OUTPUT); pinMode(7,OUTPUT); analogWrite(9,255); } void loop() { 阅读全文
posted @ 2023-06-11 19:15 西北逍遥 阅读(153) 评论(0) 推荐(0)
摘要: int led=13; void setup() { // put your setup code here, to run once: pinMode(led,OUTPUT); } void loop() { // put your main code here, to run repeatedl 阅读全文
posted @ 2023-06-10 18:57 西北逍遥 阅读(76) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 96 下一页