上一页 1 2 3 4 5 6 7 8 9 10 ··· 18 下一页

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 阅读(36) 评论(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 阅读(160) 评论(0) 推荐(0)

2022年4月7日

景深,弥散圆

摘要: 景深,DoF,Depth of field 弥散圆,CoC, Circle of confusion 什么是景深?能被镜头准确聚焦的点,在一个平面(面A)上。比这个平面更靠近,或者更远离相机的点光源,在相机靶面成像不是一个点,而是一个圆。点光源,离这个平面越远,成像的圆越大。这个圆就是弥散圆。 根据 阅读全文

posted @ 2022-04-07 23:54 yusisc 阅读(796) 评论(0) 推荐(0)

2022年4月4日

解决pycharm和hyper-V端口冲突问题

摘要: Unable to start PyCharm Community at all! FOLLOW Minebro10215 Created October 31, 2021 16:54 I recently using PyCharm for my project until one day whe 阅读全文

posted @ 2022-04-04 14:53 yusisc 阅读(98) 评论(0) 推荐(0)

trivial

摘要: start a virtualbox machine from cmd cd /d "D:\Program Files\Oracle\VirtualBox" start VirtualBoxVM.exe -startvm openwrt_04 exit set a static ip from cm 阅读全文

posted @ 2022-04-04 14:44 yusisc 阅读(150) 评论(0) 推荐(0)

买笔记本电脑注意事项 (买联想拯救者 y9000p)

摘要: 2022_04_04 14_40_40 周一 1. 屏幕尺寸,我喜欢15英寸或者16英寸的。 1. 屏幕开合角度,一定要180度的,方便放在支架上面。 1. 一定要有两个硬盘位的。 1. 屏幕最好是16:10的。 最近买了 联想拯救者R9000P。第一次买游戏本,拿起来比较重,有质感。小任务不会像普 阅读全文

posted @ 2022-04-04 14:41 yusisc 阅读(1542) 评论(0) 推荐(0)

2021年8月11日

conemu activates conda env while open new terminal

摘要: cmd.exe /k ""%ConEmuBaseDir%\CmdInit.cmd"" & conda activate tfgpu... 阅读全文

posted @ 2021-08-11 14:15 yusisc 阅读(33) 评论(0) 推荐(0)

2020年8月28日

windows call command one by one

摘要: windows batch file call command for 200 times. call: Calls one bat... 阅读全文

posted @ 2020-08-28 00:03 yusisc 阅读(56) 评论(0) 推荐(0)

2020年8月24日

jupyter notebook works in vscode

摘要: I found that vscode is able to open jupyter notebooks directly, wh... 阅读全文

posted @ 2020-08-24 00:05 yusisc 阅读(25) 评论(0) 推荐(0)

2020年6月26日

simple cpp pool to limit the amount of thread running currently

摘要: simple cpp pool to limit the amount of thread running currently to... 阅读全文

posted @ 2020-06-26 12:37 yusisc 阅读(41) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 8 9 10 ··· 18 下一页

导航