上一页 1 ··· 73 74 75 76 77 78 79 80 81 ··· 92 下一页
摘要: 1 package day1; 2 3 /** 4 * @Author: haifei 5 * 6 */ 7 8 public class HelloWord { 9 public static void main(String[] args) { 10 System.out.println("He 阅读全文
posted @ 2021-05-21 14:21 yub4by 阅读(44) 评论(0) 推荐(0)
摘要: 课程来源 黑马程序员全套Java教程_Java基础入门教程,零基础小白自学Java必备教程 黑马程序员JavaWeb教程,30天精通Java Web(IDEA版) 黑马程序员最全SSM框架教程|Spring+SpringMVC+MyBatis全覆盖_SSM整合 最新IDEA版-黑马程序员框架学习(M 阅读全文
posted @ 2021-05-21 14:18 yub4by 阅读(175) 评论(0) 推荐(0)
摘要: 课程完结✿✿ヽ(°▽°)ノ✿ globalFile.h 1 #pragma once 2 3 4 5 //管理员文件 6 #define ADMIN_FILE "admin.txt" 7 8 //学生文件 9 #define STUDENT_FILE "student.txt" 10 11 //教师 阅读全文
posted @ 2021-05-15 11:11 yub4by 阅读(335) 评论(0) 推荐(1)
摘要: SpeechContest.cpp 1 #include<iostream> 2 #include<cstdlib> 3 using namespace std; 4 #include "speechManager.h" 5 #include<map> 6 #include "speaker.h" 阅读全文
posted @ 2021-05-15 11:05 yub4by 阅读(95) 评论(0) 推荐(0)
摘要: 1 #include<iostream> 2 #include<cstdlib> 3 using namespace std; 4 #include<vector> 5 #include<algorithm> 6 7 8 /* 9 5.6 常用集合算法 10 11 5.6.1 set_interse 阅读全文
posted @ 2021-05-14 10:18 yub4by 阅读(60) 评论(0) 推荐(0)
摘要: 1 #include<iostream> 2 #include<cstdlib> 3 using namespace std; 4 #include<vector> 5 #include<numeric> 6 #include<algorithm> 7 8 9 /* 10 5.5 常用算术生成算法 阅读全文
posted @ 2021-05-14 10:16 yub4by 阅读(65) 评论(0) 推荐(0)
摘要: 1 #include<iostream> 2 #include<cstdlib> 3 using namespace std; 4 #include<algorithm> 5 #include<vector> 6 7 8 /* 9 5.4.2 replace 10 将容器内指定范围的旧元素修改为新元 阅读全文
posted @ 2021-05-14 09:12 yub4by 阅读(105) 评论(0) 推荐(0)
摘要: 1 #include<iostream> 2 #include<cstdlib> 3 using namespace std; 4 #include<algorithm> 5 #include<vector> 6 7 8 /* 9 5.4 常用拷贝和替换算法 10 copy // 容器内指定范围的元 阅读全文
posted @ 2021-05-14 09:11 yub4by 阅读(103) 评论(0) 推荐(0)
摘要: 1 #include<iostream> 2 #include<cstdlib> 3 using namespace std; 4 #include<algorithm> 5 #include<vector> 6 7 8 /* 9 5.3.3 merge 10 两个容器元素合并,并存储到另一容器中 阅读全文
posted @ 2021-05-14 09:10 yub4by 阅读(55) 评论(0) 推荐(0)
摘要: 1 #include<iostream> 2 #include<cstdlib> 3 using namespace std; 4 #include<algorithm> 5 #include<vector> 6 #include<functional> 7 #include<ctime> 8 9 阅读全文
posted @ 2021-05-14 09:09 yub4by 阅读(93) 评论(0) 推荐(0)
上一页 1 ··· 73 74 75 76 77 78 79 80 81 ··· 92 下一页