自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

原创 pytorch repeat()与repeat_interleave()区别

pytorch repeat()与repeat_interleave()区别

2022-04-25 15:19:02 2008

原创 POJ 1581

#include<iostream> #include<string> #include<stdio.h> using namespace std; struct codec { string name; int c1; int t1; int c2; int t2; int c3; int t3; int c4; int t4; int sum; int count; }; i.

2022-01-10 23:04:17 148

原创 POJ 3094

POJ 3094

2022-01-10 20:50:07 119

原创 POJ 2739

#include<iostream> #include<stdio.h> using namespace std; const int maxp = 2000,n = 10000; int a[maxp],current = 0; bool isprime(int k){ for (int i = 0; i < current; i++) { if(k%a[i] == 0) return false; } .

2022-01-09 20:54:35 216

原创 POJ 1552

POJ 1552

2022-01-09 17:35:46 174

原创 Linux常用命令总结(Ubuntu)

1.基础命令 命令 作用 ls 查询当前文件夹下的内容 pwd 显示当前的路径 cd[目录名] 切换到指定目录 touch[文件名] 新建文件 mkdir[目录名] 创建文件夹 rm[文件名] 删除文件或文件夹 clear 清屏 2.命令帮助 2.1 command --help 样例: pwd --help 2.2 man command 样例...

2022-01-01 01:26:01 560

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除