上一页 1 2 3 4 5 6 7 ··· 17 下一页

2023年11月21日

change windows cmd prompt 修改windows命令行提示符

摘要: 通过修改环境变量控制 cmd 提示符。 ref cmd - How do I change the command-line prompt in Windows? - Stack Overflow https://stackoverflow.com/questions/12028372/how-do 阅读全文

posted @ 2023-11-21 21:23 yusisc 阅读(30) 评论(0) 推荐(0) 编辑

2023年11月10日

simple cpp file logger

摘要: this is a simple cpp file logger implementation, which is copied from making log file - C++ Forum https://cplusplus.com/forum/beginner/168442/ /////// 阅读全文

posted @ 2023-11-10 00:25 yusisc 阅读(10) 评论(0) 推荐(0) 编辑

2023年8月11日

cross-reference creating in ms word

摘要: # equation How to create a cross-reference to an equation in Word - Microsoft Word 365 https://www.officetooltips.com/word_365/tips/how_to_create_a_cr 阅读全文

posted @ 2023-08-11 01:08 yusisc 阅读(9) 评论(0) 推荐(0) 编辑

2023年8月4日

windows tool recommandation NegativeScreen

摘要: Recently, our work room is a dark room, where the computer screen is so bright for me, even the screen's brightness is turned to the minimum. After so 阅读全文

posted @ 2023-08-04 01:02 yusisc 阅读(27) 评论(0) 推荐(0) 编辑

2023年6月30日

ic power-supply pin notions

摘要: Typical supply-pin labeling NPN BJT[b] N-FET AC/DC[c] DC DC Positive supply voltage VCC/VBB VDD V+ VS+ VIN VDD VA Negative supply voltage VEE VSS V− V 阅读全文

posted @ 2023-06-30 01:48 yusisc 阅读(46) 评论(0) 推荐(0) 编辑

2023年6月1日

my jupyter header

摘要: ``` from IPython.display import display, HTML from matplotlib import cm, projections from mpl_toolkits.mplot3d import Axes3D from pathlib import Path 阅读全文

posted @ 2023-06-01 00:31 yusisc 阅读(5) 评论(0) 推荐(0) 编辑

2023年5月24日

the way to make jupyter output cell has a dark background in vscode

摘要: # the issue to be fixed As shown in the picture, jupyter output cell has a bright background, even it's ask to use dark background. ![image](https://i 阅读全文

posted @ 2023-05-24 23:39 yusisc 阅读(52) 评论(0) 推荐(0) 编辑

parallelizing jobs in python

摘要: ``` import time from concurrent.futures import ThreadPoolExecutor, wait import numpy as np def work(aa, bb): time.sleep(np.random.rand()) print(f"work 阅读全文

posted @ 2023-05-24 01:05 yusisc 阅读(7) 评论(0) 推荐(0) 编辑

2023年4月5日

The Many Ways To Call Axes In Matplotlib

摘要: %matplotlib widget from IPython.display import display, HTML import re from pathlib import Path import cv2 import numpy as np import matplotlib.pyplot 阅读全文

posted @ 2023-04-05 21:52 yusisc 阅读(21) 评论(0) 推荐(0) 编辑

2023年3月10日

cpp nested class

摘要: #include<iostream> using namespace std; /* start of Enclosing class declaration */ class Enclosing { private: int x; /* start of Nested class declarat 阅读全文

posted @ 2023-03-10 01:02 yusisc 阅读(11) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 ··· 17 下一页

导航