自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

转载 linux下C语言实现对一文件内单词字数的统计

在终端下敲 gcc -g -o filename filename.c ./ filename text.sh #include <stdio.h> #include <string.h> #define ABS(a, b) ((a) > (b))?(((a) - (b)):((b) - (a))) #define RW_OFFSET(r, w, size) (((w) >= (r))?((w)-(r)):((w)+(size)-(r))) #define RW_IDX

2021-06-30 19:40:56 183

转载 如何是虚拟机里的乌班图与主机共享文件

https://www.cnblogs.com/heng-xing/p/13382728.html 以上是步骤 下为问题的解决 https://www.cnblogs.com/sweet-li/p/13613159.html

2021-06-11 08:08:25 161

转载 乌班图下U盘

参考文章

2021-06-02 11:02:28 277 2

转载 ubantunxiji的vim编辑器安装失败后的解决方法

2021-05-28 11-04-48屏幕截图

2021-05-28 11:09:31 172 2

原创 2

#include <iostream> using namespace std; /* int main() { typedef int queue; queue a, b; typedef int vector;vector v; int i, x,n; scanf("%d",&n); for(i=0; i<n; i++) { cin >> x; if(x%2==0) b.push(x); //进入queue : 变量名.push(

2021-04-19 15:38:23 48

转载 1

#include <iostream> #include <algorithm> using namespace std; int main(){ int n; cin>>n; int a[n],b[n]; for(int i=0;i<n;i++){ cin>>a[i]; } int start=0,end=0,s=0; b[0] = a[0]; for(int

2021-04-17 20:23:12 63

原创 push/pop

#include<bits/stdc++.h> using namespace std; //函数状态码定义 #define TRUE 1 #define FALSE 0 #define OK 1 #define ERROR 0 #define INFEASIBLE -1 #define OVERFLOW -2 typedef int Position; typedef char ElementType; typedef str

2021-04-15 10:25:42 203

原创 嵙小张

#include <bits/stdc++.h> #define TRUE 1 #define FALSE 0 #define OK 1 #define ERROR 0 #define INFEASIBLE -1 #define OVERFLOW -2 // #include<bits/stdc++.h> using namespace std; typedef int Status; typedef int Elemty

2021-04-14 17:16:52 72

空空如也

空空如也

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

TA关注的人

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