This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Tool List | |
*/ | |
=================***================= |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Step01_defs_KMeans_bi_already.py | |
# -*- coding: utf-8 -*- | |
""" | |
Created on Tue Dec 26 15:58:27 2023 | |
@author: zhiyi.he | |
""" | |
from numpy import * | |
#from matplotlib import pyplot as plt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
KmeansLpCalc_CallMainWin_241017.py # This is a sample Python script. ''' Pyinstaller -F -c -i CLTCico3.png CallDemo2MainWin_LPC_240812.py -n 工况效率计算工具V2.0 --hidden-import=openpyxl --add-data "CLTCico3.png;." pyuic5 聚类路谱生成与测试结果计算_Ver01_240812.ui -o UI聚类路谱生成与测试结果计算_Ver01_240812.py pyuic5 聚类路谱生成与测试结果计算_Ver01_240923.ui -o UI聚类路谱生成与测试结果计算_Ver01_240923.py pyuic5 聚类路谱生成与测试结果计算_Ver02_240926.ui -o UI聚类路谱生成与测试结果计算_Ver02_240926.py pyuic5 聚类路谱生成与测试结果计算_Ver02_240929.ui -o UI聚类路谱生成与测试结果计算_Ver02_240929.py pyuic5 聚类路谱生成与测试结果计算_Ver02_241017.ui -o UI聚类路谱生成与测试结果计算_Ver02_241017.py Pyinstaller -F -c -i icon1.png KmeansLpCalc_CallMainWin_240929.py -n 聚类路谱生成工具V1.0 --hidden-import=openpyxl Pyinstaller -F -c -i icon1.png KmeansLpCalc_CallMainWin_241017.py -n 聚类路谱生成工具V1_0 --hidden-import=openpyxl ''' # Press Shift+F10 to execute it |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
min-height: 100%; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
min-height: 100%; |