会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ChrainY
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
21
22
23
24
25
26
27
28
29
···
37
下一页
2023年7月2日
通感一体化
摘要: ISAC DFRC
阅读全文
posted @ 2023-07-02 08:35 ChrainY
阅读(42)
评论(0)
推荐(0)
2023年6月25日
插值在游戏中的应用
摘要: https://www.gameludere.com/2021/05/13/splines-and-bezier-curves-and-their-application-in-video-games/
阅读全文
posted @ 2023-06-25 17:08 ChrainY
阅读(32)
评论(0)
推荐(0)
matlab editor plugin
摘要: 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
阅读(38)
评论(0)
推荐(0)
2023年6月15日
一些常用拓扑和QA
摘要: 环形拓扑: ```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
阅读(63)
评论(0)
推荐(0)
2023年6月10日
gpu guideline
摘要: https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html
阅读全文
posted @ 2023-06-10 10:44 ChrainY
阅读(22)
评论(0)
推荐(0)
合并排序
摘要: https://www.techiedelight.com/zh/merge-sort/ https://www.runoob.com/w3cnote/merge-sort.html
阅读全文
posted @ 2023-06-10 10:43 ChrainY
阅读(55)
评论(0)
推荐(0)
2023年6月8日
Re: finding all cycles in a graph
摘要: py implementation: https://gist.github.com/joe-jordan/6548029 ref: https://cs.stackexchange.com/questions/7216/find-the-simple-cycles-in-a-directed-gr
阅读全文
posted @ 2023-06-08 14:17 ChrainY
阅读(28)
评论(0)
推荐(0)
2023年5月18日
The Cayley-Hamilton Method
摘要: The Use of the Cayley-Hamilton Theorem to Reduce the Order of a Polynomial in A The Use of Cayley-Hamilton to Determine Analytic Functions of a Matrix
阅读全文
posted @ 2023-05-18 10:55 ChrainY
阅读(32)
评论(0)
推荐(0)
2023年5月17日
robotics
摘要: https://www.cs.cmu.edu/~cliu6/teaching.html
阅读全文
posted @ 2023-05-17 15:56 ChrainY
阅读(142)
评论(0)
推荐(0)
DOING PHYSICS WITH MATLAB
摘要: https://blog.univ-reunion.fr/alessioguarino/doing-physics-with-matlab/ Noted.
阅读全文
posted @ 2023-05-17 11:15 ChrainY
阅读(26)
评论(0)
推荐(0)
上一页
1
···
21
22
23
24
25
26
27
28
29
···
37
下一页
公告