11 2022 档案

摘要: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 阅读(93) 评论(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) 编辑
摘要:Dependency Walker的替代品Dependencies: https://blog.csdn.net/aoq72569/article/details/101695873 Its project website: https://processhacker.sourceforge.io/ 阅读全文
posted @ 2022-11-09 10:09 ChrainY 阅读(14) 评论(0) 推荐(0) 编辑
摘要:https://root.cern/install/ it works. Cling vs Clang The letter "i" stands for interactive or interpreter. 阅读全文
posted @ 2022-11-08 22:22 ChrainY 阅读(16) 评论(0) 推荐(0) 编辑
摘要:"C:\Program Files (x86)\Dev-Cpp\MinGW64\bin\g++.exe" -c main.cpp -o main.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -I"C:/Program Files (x86 阅读全文
posted @ 2022-11-06 15:59 ChrainY 阅读(235) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示