- 博客(4)
- 收藏
- 关注
原创 Linux中打包不压缩文件夹命令
Linux中打包文件不压缩文件命令打包:tar cvf /root/Desktop/centos.tar.gz /root/Desktop/centos解包:tar xvf /root/Desktop/centos.tar.gz
2020-01-10 10:07:18
6435
原创 数据结构-中缀换后缀
#include<cstdio> #include<cstring> char data[100005]={0}; struct stack { char datac[100005]; int p; stack(){memset(datac,0,sizeof(datac));p=0;} void push(ch...
2019-12-12 18:57:37
121
原创 数据结构-彼岸花问题
#include<cstdio> int main() { int list[1005]={0},i,list1[1005]={0},*p1=list,*p2=list1,cnt=0,T,N,*temp; scanf("%d",&N); for(i=0;i<N;i++)scanf("%d",&list[i]); ...
2019-12-12 18:54:32
799
原创 Redhat中安装ncurses-6.1
Redhat中安装ncurses-6.1#tar -zxvf ncurses-6.1.tar.gz#cd ncurses-6.1#./configure --with-shared --without-debug --without-ada --enable-overwrite#make#make install
2019-12-12 18:35:35
1181
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人