上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 27 下一页
摘要: snippets: A water-filing (wf) power allocation approach is proposed in [7] to optimize EE, when a minimum-rate requirement is considered in the system 阅读全文
posted @ 2023-01-27 13:52 ChrainY 阅读(10) 评论(0) 推荐(0) 编辑
摘要: http://fvck.in/tc/ 阅读全文
posted @ 2023-01-25 11:10 ChrainY 阅读(3) 评论(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 阅读(14) 评论(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 阅读(41) 评论(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 阅读(50) 评论(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 阅读(15) 评论(0) 推荐(0) 编辑
摘要: https://vknight.org/unpeudemath/code/2015/11/15/Visualising-markov-chains.html 阅读全文
posted @ 2022-12-06 22:52 ChrainY 阅读(6) 评论(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 阅读(44) 评论(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 阅读(16) 评论(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 阅读(83) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 27 下一页