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

2023年1月5日

autohotkey switching within applications

摘要: class QdirManager { ppid := -1 ppath := "" __New(pathIn) { this.ppath := pathIn } __Delete() { } init() { Run(this.ppath, , , &ppidTmp) this.ppid := p 阅读全文

posted @ 2023-01-05 21:56 yusisc 阅读(22) 评论(0) 推荐(0) 编辑

2022年11月10日

my tools in windows

摘要: Q-Dir the Quad Explorerhttp://www.q-dir.com/ NetSpeed Monitor - Network Speed Monitor for Windows 10, 7 and 8.1 (64 bit/32 bit)https://netspeedmonitor 阅读全文

posted @ 2022-11-10 22:09 yusisc 阅读(7) 评论(0) 推荐(0) 编辑

make vscode portable together with its extensions

摘要: 0. the goal make vscode poratable together with its extensions, so that the offline pc could make use of vscode and its extensions. 1. how 1.1 on the 阅读全文

posted @ 2022-11-10 22:09 yusisc 阅读(74) 评论(0) 推荐(0) 编辑

2022年11月6日

build opencv with qt to make debugging easier

摘要: 最近发现使用自己编译的opencv,可以增强opencv的imshow函数功能。从哪里得到的线索已经忘记了。可能是无意中发现的某一张截图吧。 要实现cv::imshow函数功能增强,需要在cmake中配置使用qt。 编译及使用,见视频: # testProj.pro QT += core gui g 阅读全文

posted @ 2022-11-06 23:20 yusisc 阅读(20) 评论(0) 推荐(0) 编辑

2022年10月21日

tool script to convert back slash

摘要: Back slash is used in windows, which makes so many headache for me. Then an idea came to my mind. It's writing a python script to modify my clipboard 阅读全文

posted @ 2022-10-21 23:19 yusisc 阅读(17) 评论(0) 推荐(0) 编辑

2022年9月12日

the origin of month name in English

摘要: yusiscyusisc117522052-11.1.0.1235825ED4A9A4889490F84E8FC7E2F1371D0MicrosoftInternetExplorer402DocumentNotSpecified7.8 磅Web0 序号 月份 简述 详述 1 January Janu 阅读全文

posted @ 2022-09-12 19:56 yusisc 阅读(63) 评论(0) 推荐(0) 编辑

2022年8月27日

how to make the windows console works with utf-8 encoded project

摘要: the console of the windows os is not working in the utf-8 encoding, by default. When you force your code be encoded with utf-8, the console will not p 阅读全文

posted @ 2022-08-27 21:11 yusisc 阅读(37) 评论(0) 推荐(0) 编辑

train a MLP model with tensorflow 2 for MNIST and deploy the model with cpp

摘要: In [ ]: ################## jupyter lab header ################## scipy, sk-learn, plotly # %matplotlib notebook # %matplotlib ipympl %matplotlib widge 阅读全文

posted @ 2022-08-27 20:15 yusisc 阅读(30) 评论(0) 推荐(0) 编辑

2022年6月20日

openMP makes your cpp parallel grogramming more easy

摘要: Recently, I want to learn some cpp implementations of the statistical learning algorithms, kNN, k-Means, etc. There are so many implementations enligh 阅读全文

posted @ 2022-06-20 01:57 yusisc 阅读(29) 评论(0) 推荐(0) 编辑

2022年4月11日

竖条纹中的缺陷

摘要: 竖条纹中的缺陷如何检测? 检测思路 1. 目标块和条纹一起标记出,筛选掉条纹。 *** halcon 20.11 dev_get_window (WindowHandle) set_window_param (WindowHandle, 'background_color', 'gray') rea 阅读全文

posted @ 2022-04-11 23:26 yusisc 阅读(100) 评论(0) 推荐(0) 编辑

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

导航