08 2022 档案

摘要:#include <iostream> #include <cstring> #include <algorithm> #include <cstdio> using namespace std; int a[10]; int main() { for (int i = 0; i <= 2; i + 阅读全文
posted @ 2022-08-14 11:16 E_sheep 阅读(28) 评论(0) 推荐(0) 编辑
摘要:###通过数组进行线性递推 用空间换时间是确实比递归要快很多 #include <iostream> #include <cstring> #include <algorithm> #include<cstdio> using namespace std; int main() { long lon 阅读全文
posted @ 2022-08-07 00:56 E_sheep 阅读(139) 评论(0) 推荐(0) 编辑
摘要:###网络安全的定义 网络安全(Cyber Security)是指网络系统的硬件、软件及其系统中的数据受到保护,不因偶然的或者恶意的原因而遭受到破坏、更改、泄露,系统连续可靠正常地运行,网络服务不中断。 广义概念 网络传输的安全与传输的信息内容有密切的关系。信息内容的安全即信息安全,包括信息的保密性 阅读全文
posted @ 2022-08-05 01:44 E_sheep 阅读(38) 评论(0) 推荐(0) 编辑
摘要:Redefinition of 'y1' as different kind of symbol ##原因 ###解释:此次定义的y1变量与函数库中定义的y1重名了,所以编译错误,重定义了y1变量。 解决方法:将y1变量改个名字即可。 如果你想深入了解:请参照redefinition of ‘y1’ 阅读全文
posted @ 2022-08-04 22:48 E_sheep 阅读(357) 评论(0) 推荐(0) 编辑

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