会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Sizaif
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
9
10
11
12
13
14
15
16
17
···
29
下一页
2017年10月18日
三层交换机实现路由功能配置示例与详解 (Cisco Packer Tracer 模拟器)
摘要: 计算机网络 实验 作业 enSwitch#confSwitch(config)#vlan 2Switch(config-vlan)#EXITSwitch(config)#int f0/2Switch(config-if)#switchport access vlan ...
阅读全文
posted @ 2017-10-18 21:24 Sizaif
阅读(6565)
评论(0)
推荐(0)
2017年10月15日
Codeforces Round #440 (A-C ) 题解
摘要: A 题A. Search for Pretty Integerstime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputY...
阅读全文
posted @ 2017-10-15 20:14 Sizaif
阅读(204)
评论(0)
推荐(0)
2017年10月14日
2016ACM/ICPC亚洲区沈阳站 C Recursive sequence (矩阵快速幂)
摘要: Recursive sequenceTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 2187 Acce...
阅读全文
posted @ 2017-10-14 20:13 Sizaif
阅读(243)
评论(0)
推荐(0)
2017年10月13日
二叉树递归遍历(先,中,后),非递归遍历(先,中,后) (数据结构作业)
摘要: 数据结构实验:(1)采用下列方法之一建立二叉树的二叉链表:① 输入完全二叉树的先序序列,用#代表虚结点(空指针),如ABD###CE##F##,建立二叉树的二叉链表。② 已知二叉树的先序遍历序列和中序遍历序列,或者已知二叉树的中序遍历序列和后序遍历序列,建立二叉树的二...
阅读全文
posted @ 2017-10-13 23:01 Sizaif
阅读(346)
评论(0)
推荐(0)
2017年10月12日
HDU 4474 (Yet Another Multiple Problem)同余模定理·
摘要: Yet Another Multiple ProblemTime Limit: 40000/20000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): ...
阅读全文
posted @ 2017-10-12 21:01 Sizaif
阅读(217)
评论(0)
推荐(0)
2017年10月9日
HDU 4553 约会安排(线段树区间合并)
摘要: 线段树区间合并:寻找询问区间中满足条件的连续最长区间。而一个区间连续的最长区间有两种情况:1、此连续最长区间全在左子树或全在右子树,则sum[t]=max(sum[t#include #include #include #include #include #inclu...
阅读全文
posted @ 2017-10-09 20:49 Sizaif
阅读(160)
评论(0)
推荐(0)
2017年10月5日
2015ACM/ICPC亚洲区沈阳站-重现赛(感谢东北大学) Meeting(SPAF+拆点)
摘要: MeetingTime Limit: 12000/6000 MS (Java/Others) Memory Limit: 262144/262144 K (Java/Others)Total Submission(s): 3618 Accepted Sub...
阅读全文
posted @ 2017-10-05 19:51 Sizaif
阅读(176)
评论(0)
推荐(0)
2016 ACM-ICPC 亚洲区域赛北京站E题 What a Ridiculous Election (BFS预处理)
摘要: Problem E. What a Ridiculous ElectionDescriptionIn country Light Tower, a presidential election is going on. There are two candidates,...
阅读全文
posted @ 2017-10-05 13:05 Sizaif
阅读(171)
评论(0)
推荐(0)
2017年10月2日
2015ACM/ICPC亚洲区沈阳站-重现赛 HUD 5514 Frogs (容斥原理+GCD)
摘要: FrogsTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 2828 Accepted Submissi...
阅读全文
posted @ 2017-10-02 20:32 Sizaif
阅读(183)
评论(0)
推荐(0)
2017年9月28日
C++ 模拟栈 stacks (数据结构实验)
摘要: 非常不喜欢链表操作, 又因为 c++ STL 库里 自带 stack 函数, 但是 实验课 需要自己写, 好吧模仿STL stack 写到一个结构体中, 这让我习惯了stack 函数的人很舒服。(1)输入一个十进制数,利用栈操作,将该数转换成n进制数。(...
阅读全文
posted @ 2017-09-28 17:34 Sizaif
阅读(309)
评论(0)
推荐(0)
上一页
1
···
9
10
11
12
13
14
15
16
17
···
29
下一页
公告