首页 > TAG信息列表 > 十二月

【十二月】第三次课堂练习

P1914 #include<iostream> #include<string.h> using namespace std; int main() { char s[51]; int n; scanf("%d",&n); scanf("%s",s); for(int i=0;i<strlen(s);i++) { for(int j=1;j<=n;j++

【十二月】第二次课堂练习

P1605 #include <iostream> #include <cstdio> #include <algorithm> #include <cmath> #include <cstring> using namespace std; int barrier[10][10]; int walkx[5] = {0,0,0,1,-1}; //x方向可以走的选择 int walky[5] = {0,-1,1,0,0}; //y方向可以走

(一万小时计划)十二月二十二日总结

十二月二十二日(一万小时计划) 待读论文 :https://arxiv.org/abs/1911.10868 Decision-Making Strategy on Highwayfor Autonomous Vehicles Using DeepReinforcement Learning Machine Learning for Cooperative Driving in a Multi-Lane Highway Environment:https://ieeexplore.iee

十一月月底总结及十二月展望

月底总结: 这个月从双十一一直加班到现在十一月三十日,全组项目人员007的那种,所以这个月啥也没写,很多是业务上的提升和前端熟练度的提升,从刚开始就会Vue都用不会到现在组件,路由,拦截器门清,也算是一个提高吧,后端的话能感觉到的提升没有,毕竟就是那些东西,运维就学了个5分钟搭建k8s。