相关文章
规划坐标与二调坐标格式转换
import tkinter as tk
from tkinter import filedialog, messagebox
from decimal import Decimal打开选择文件夹对话框window tk.Tk()window.title("规划与二调坐标转换1.3 by: 放放风")window.geometry(565x320800200) # 290 160为窗口大小,1000 10 …
建站知识
2025/1/21 22:00:11
勘测定界坐标导入cad
from pyautocad import Autocad, APoint
import numpy
import tkinter as tk
from tkinter import filedialog, messagebox
from decimal import Decimal
import datetime
today datetime.date.today()
now datetime.datetime.now()print(now.hour,type(now.hour))打开选择文…
建站知识
2024/12/1 12:06:23
cad引线上下注记及左侧端点坐标提取
import math
import win32com.client
import pythoncom
from tkinter import messagebox
import numpy
import tkinter as tk
from os import system
window0 tk.Tk()
window0.title("引线注记及坐标提取")
window0.geometry(520x1501500200)
window0.resizable(0, …
建站知识
2025/1/9 13:49:31
Uva156:反片语Ananagrams(详解包看懂)
文章目录 一、题目二、 思路分析,步骤和代码以及说明1.思路分析2.步骤3.代码4.说明 一、题目 输入一些单词,找出所有满足如下条件的单词:该单词不能通过字母重排,得到输入文本中的另外一个单词。在判断是否满足条件时,…
建站知识
2025/1/7 18:34:31
Java中instanceof关键字的应用
1. instanceof关键字 : 在java中可以使用instanceof关键字判断一个对象到底是哪一个类的实例。 格式: 对象 instanceof 类 --〉 返回Boolean类型 举例: public class Instaceof { public static void main(String[] args) { Aemo3 aemo…
建站知识
2025/1/3 8:54:06
NSA's organizational designations
After providing lists of NSA-related codenames, abbreviations and SIGADs, we now publish a list of the designations of the numerous divisions and units of the NSA organization itself. Unlike other intelligence agencies such as
建站知识
2025/1/5 14:25:15