摘要: C/C++ Basic 常用文件 目标文件 可执行文件 静态库 动态库 常用库 Windows .obj .exe .lib .dll Linux .o any .a .so libc.so (标准C库); libm.so (标准C数学库) Compile & Link gcc/g++ Defaul 阅读全文
posted @ 2020-03-26 16:51 stone-stone-stone 阅读(408) 评论(0) 推荐(0) 编辑
摘要: 消息传递 解线性方程组: (Flooding)Jacobi迭代法 (Layered)Gauss-Seidel迭代法 优化 ADMM (alternating direction method of multipliers) 阅读全文
posted @ 2025-01-28 14:36 stone-stone-stone 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 品牌:迪卡侬、捷安特、美利达、喜德盛、千里达、米赛尔、京东京造 车架:铝合金,碳纤维(太贵) 变速:禧玛诺,21速或24速 轮径:27.5寸,26寸(城市) 价格 喜德盛 黑客350 Y1399 迪卡侬的ST100 Y1399 迪卡侬的ST120 Y1999 阅读全文
posted @ 2024-07-30 10:00 stone-stone-stone 阅读(9) 评论(0) 推荐(0) 编辑
摘要: ==Octave 【介绍】Octave为GNU项目下的开源软件Octave是基于C++的STL开发的。由John W. Eaton在1992年接手开始系统性开发。 第一个alpha测试版在1993年1月4日发布,1.0稳定版则是在1994年2月17日发布。 【安装】https://octave.or 阅读全文
posted @ 2024-02-21 11:31 stone-stone-stone 阅读(48) 评论(0) 推荐(0) 编辑
摘要: 5G UE最常见的功率等级是 Power Class 3,23dBm (200mW) (大小和LTE一样,一般用于sub6G)。 下文以 23dBm 代表满功率发送。 为了方便讨论,将 UE 分为 3 类(不写入spec) Capability 1:每个通道的 PA 都支持23dBm; Capabi 阅读全文
posted @ 2024-01-23 17:40 stone-stone-stone 阅读(5) 评论(0) 推荐(0) 编辑
摘要: Dijkstra (单源最短路算法)https://www.geeksforgeeks.org/dijkstras-shortest-path-algorithm-greedy-algo-7/ Bellman-Ford, SPFA(Shortest Path Faster Algorithm) (单 阅读全文
posted @ 2023-06-15 11:53 stone-stone-stone 阅读(6) 评论(0) 推荐(0) 编辑
摘要: Python Syntax from ... import ... as ... import 的后面内容对本模块可见 package1.package2.module.name 只要import涉及到package,该package下的__init__.py 会被自动执行 package is a 阅读全文
posted @ 2023-02-14 21:18 stone-stone-stone 阅读(31) 评论(0) 推荐(0) 编辑
摘要: IDE Summary | Language (Mainly) | IDE | Comments | Developer | License | OS | Written in | Latest stable release | | | | | | | | | | | C++ | Visual St 阅读全文
posted @ 2023-02-14 21:17 stone-stone-stone 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 编译原理 词法分析(Lexical analysis or Scanning) 语法分析工具 Lex 语法分析 (Syntax analysis or Parsing) 词法分析工具 Yacc 语义分析(Syntax analysis) 阅读全文
posted @ 2023-02-14 21:16 stone-stone-stone 阅读(13) 评论(0) 推荐(0) 编辑
摘要: Windows 版本 2001年 Windows XP 2006年 Windows Vista 2009年 Windows 7 2015年 Windows 10 2021年 Windows 11 阅读全文
posted @ 2022-09-04 21:14 stone-stone-stone 阅读(38) 评论(0) 推荐(0) 编辑
摘要: 古语中的 “经济” 的含义是经世济俗,意为治理天下,救济百姓。现在的经济翻译自西方的economy,含义扩大化了。 我觉得可以理解为 经济活动 = 人类生成各种产品的活动 在农业社会中,人类以某种组织形式,通过“人力+畜力”完成产品的生产(农产品+少量的商品)。 在工业社会中,由于通过化石能源驱动的 阅读全文
posted @ 2022-05-28 01:24 stone-stone-stone 阅读(552) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示