上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 27 下一页
摘要: https://ww2.mathworks.cn/matlabcentral/fileexchange/35933-mattugames I find an algotirhtm for fair division for parallelsim. The first player choose t 阅读全文
posted @ 2023-07-28 13:59 ChrainY 阅读(1) 评论(0) 推荐(0) 编辑
摘要: How to use yield: https://www.runoob.com/w3cnote/python-yield-used-analysis.html How to use with/as https://www.jianshu.com/p/c00df845323c arcade http 阅读全文
posted @ 2023-07-11 13:56 ChrainY 阅读(11) 评论(0) 推荐(0) 编辑
摘要: https://github.com/VPKSoft/Scintilla.NET https://github.com/ElectroGamesYT/EasyEditor 阅读全文
posted @ 2023-07-09 21:55 ChrainY 阅读(5) 评论(0) 推荐(0) 编辑
摘要: Disciplined Convex Optimization,满足DCP规范。 规范端到端时延建模。 阅读全文
posted @ 2023-07-06 10:49 ChrainY 阅读(12) 评论(0) 推荐(0) 编辑
摘要: https://math.stackexchange.com/questions/1349073/how-to-find-out-the-number-of-repeating-digits-of-a-rational-number-in-decimal-f https://oeis.org/A00 阅读全文
posted @ 2023-07-03 20:05 ChrainY 阅读(3) 评论(0) 推荐(0) 编辑
摘要: https://xenaproject.wordpress.com/2018/01/23/what-maths-is-already-in-lean/ 阅读全文
posted @ 2023-07-03 09:41 ChrainY 阅读(1) 评论(0) 推荐(0) 编辑
摘要: ISAC DFRC 阅读全文
posted @ 2023-07-02 08:35 ChrainY 阅读(17) 评论(0) 推荐(0) 编辑
摘要: https://www.gameludere.com/2021/05/13/splines-and-bezier-curves-and-their-application-in-video-games/ 阅读全文
posted @ 2023-06-25 17:08 ChrainY 阅读(4) 评论(0) 推荐(0) 编辑
摘要: https://github.com/GavriYashar/Matlab-Editor-Plugin/wiki/Features https://undocumentedmatlab.com/articles/spicing-up-the-matlab-editor 阅读全文
posted @ 2023-06-25 00:20 ChrainY 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 环形拓扑: ```matlab s = 1:5; t = circshift(s, -1); ``` 三角形 + 环形拓扑: ```matlab s = 1:5; t = circshift(s, -1); s = [s s(1) s(end)]; t = [t 6 6]; ``` 网格拓扑 ``` 阅读全文
posted @ 2023-06-15 03:26 ChrainY 阅读(21) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 27 下一页