上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 36 下一页
摘要: http://fvck.in/tc/ 阅读全文
posted @ 2023-01-25 11:10 ChrainY 阅读(7) 评论(0) 推荐(0)
摘要: “Begin with the simplest examples.” — David Hilbert “We must know. We will know.” — David Hilbert ’We do not want to calculate, we want to reveal stru 阅读全文
posted @ 2023-01-24 15:31 ChrainY 阅读(16) 评论(0) 推荐(0)
摘要: 搜索cmd,以管理员模式运行,输入下列命令 reg add HKCU\Software\Policies\Microsoft\Windows\explorer /v DisableSearchBoxSuggestions /t reg_dword /d 1 /f 思路参考https://zhidao 阅读全文
posted @ 2022-12-20 11:20 ChrainY 阅读(43) 评论(0) 推荐(0)
摘要: How to integral $\int_0^\infty \exp(-(a+bi)x)dx$? Method 1: use Euler's formula: $$ \int_0^{\infty}e^{-(a+bi)x}dx=\int_0^{\infty}e^{-ax}(\cos(-bx)+\si 阅读全文
posted @ 2022-12-15 11:06 ChrainY 阅读(60) 评论(0) 推荐(0)
摘要: https://ctms.engin.umich.edu/CTMS/index.php?example=Introduction&section=SystemModeling Mixed Discrete-Continuous Simulation for Digital Twins https:/ 阅读全文
posted @ 2022-12-13 15:43 ChrainY 阅读(20) 评论(0) 推荐(0)
摘要: https://vknight.org/unpeudemath/code/2015/11/15/Visualising-markov-chains.html 阅读全文
posted @ 2022-12-06 22:52 ChrainY 阅读(13) 评论(0) 推荐(0)
摘要: ![](https://img2023.cnblogs.com/blog/2001394/202212/2001394-20221204165053438-1636125003.png) ![](https://img2023.cnblogs.com/blog/2001394/202212/2001394-20221204165102607-228549969.png) 阅读全文
posted @ 2022-12-04 16:51 ChrainY 阅读(172) 评论(0) 推荐(0)
摘要: Using Designated Initializers // or don't specify the size int arr[] = {[0 ... 4] = 1}; Using std::fill_n function Finally, we can use std::fill_n in 阅读全文
posted @ 2022-11-19 16:45 ChrainY 阅读(21) 评论(0) 推荐(0)
摘要: 数据类型相关 常数:true, false 基本数据类型:bool, char, double, float, int 修饰/基本数据类型:long (long int), short (short int) 修饰基本类型: signed, unsigned 自定义数据类型:union, struc 阅读全文
posted @ 2022-11-14 18:07 ChrainY 阅读(95) 评论(0) 推荐(0)
摘要: https://inet.omnetpp.org/docs/users-guide/ch-network-interfaces.html Is it possible to replace the "Output queue" with event flow method? Output queue 阅读全文
posted @ 2022-11-10 14:04 ChrainY 阅读(17) 评论(0) 推荐(0)
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 36 下一页