Apps
-
010Editor
A
-
Adobe
B
-
BurpSuite
C
-
Circuit Design Suite Multisim
-
Clash for Windows
-
ContextMenuManager
D
-
DiskGenius
-
Dynamic Theme(Microsoft Store)
E
-
EnigmaVirtualBox
F
G
H
I
-
IDA
-
IObit Unlocker
-
iTubeGo
J
- JEB
L
M
-
ModelSim
-
Multisim
N
O
-
Oracle_Database
P
import torch
def print_gpu_info():
gpu_count = torch.cuda.device_count()
print(f"系统中的 GPU 数量: {gpu_count}")
for i in range(gpu_count):
device_name = torch.cuda.get_device_name(i)
print(f"\nGPU {i+1} 名称: {device_name}")
if i == torch.cuda.current_device():
print("当前正在使用该 GPU")
memory_allocated = torch.cuda.max_memory_allocated(i) / (1024 ** 3)
memory_cached = torch.cuda.max_memory_reserved(i) / (1024 ** 3)
print(
f"GPU {i+1} 内存使用情况: 已分配 {memory_allocated:.2f}GB,缓存 {memory_cached:.2f}GB")
print_gpu_info()
Q
-
QuickLook(Microsoft Store)
R
-
Rufus
S
- SciHub
- ScreenToGif
- Serial Debug Assistant(Microsoft Store)
- SuperCom
- STM32CubeIDE
- STM32CubeCLT
- STM32CubeMX
- STMCUFinder
- 闪秒云
T
-
Terminal(Microsoft Store)
-
Typora(Priv.txt),插件typora_plugin
-
tcping
tcping -s 快速显示端口连通性
tcping -t 持续发送数据包,Ctrl+C停止
tcping -n 5 指定发送5个包结束
tcping -d 在每行前面附加日期时间
tcping -r 3 每发送3个数据包,重新查找主机一次
U
V
ZF3RO-FHED2-M80TY-8QYGC-NPKYF
YF390-OHF8P-M81RQ-2DXQE-M2UT6
ZF71R-DMX85-08DQY-8YMNC-PPHV8
W
X
-
x32/64dbg
-
Xilinx
{
// General
"material-icon-theme.showWelcomeMessage": false,
"window.titleBarStyle": "custom",
"files.autoSave": "onFocusChange",
// "editor.lineNumbers": "relative",
"editor.mouseWheelZoom": true,
// Editor
"editor.fontSize": 16,
"editor.rulers": [80, 120],
"editor.wordWrapColumn": 120,
"editor.fontFamily": "Consolas",
"editor.codeLensFontFamily": "JetBrainsMonoNerdFontCompleteM",
"editor.inlayHints.fontFamily": "JetBrainsMonoNerdFontCompleteM",
"editor.wordWrap": "wordWrapColumn",
"editor.columnSelection": false,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true
},
// Terminal
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"terminal.integrated.cursorStyle": "line",
"terminal.integrated.fontFamily": "JetBrainsMonoNerdFontCompleteM",
"logger.serverLogLevel": "Error",
// Build
"build.ParallelBuild": true,
"analysis.maxRecentSummaries": 6,
"editor.fontWeight": "normal",
"files.associations": {},
}
Z
- Zotero