自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(2)
  • 资源 (2)
  • 收藏
  • 关注

原创 链表-删除指定元素 SDUT 1464

#include #include #include #include struct node { int data; struct node *next; }; int main() { int n,i,min,max,t; scanf("%d",&t); while(t--) { struct node *head,*tail

2014-03-25 23:04:40 582

原创 第一次写的一个双向链表

#include #include #include struct node { int data; struct node *next ; }; int main() { struct node *head1,*head2,*tail1,*tail2,*p1,*p2,*c1,*c2; head1=(struct node *)malloc(sizeof(s

2014-03-25 23:02:45 510

go-ipfs_v0.4.15_windows-amd64

go-ipfs for windows 64,直接解压不需要安装 然后ipfs init初始化本地仓库 ipfs daemon 启动节点访问服务器 http://localhost:5001/webui查看web ui界面

2018-05-16

Wampserver2.4-x64

2016-07-26

空空如也

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

TA关注的人

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