Given a Binary Search Tree and a target number, return true if there exist two elements in the BST such that their sum is equal to the given target. E ...
分类:
其他好文 时间:
2017-08-07 11:46:38
阅读次数:
218
Given a Binary Search Tree and a target number, return true if there exist two elements in the BST such that their sum is equal to the given target.Ex... ...
分类:
其他好文 时间:
2017-08-06 21:56:32
阅读次数:
167
题意: 问给你n个点和m对点 如果每对点必须一个在圆里一个在圆外是否可行 思路: 我们对每个点建造虚点 进行四次连边 然后跑一遍2-sat就可以了 ...
分类:
其他好文 时间:
2017-08-06 21:53:36
阅读次数:
190
Ikki's Story IV - Panda's Trick Time Limit: 1000MS Memory Limit: 131072K Total Submissions: 10238 Accepted: 3762 Description liympanda, one of Ikki’s ...
分类:
其他好文 时间:
2017-08-06 17:07:41
阅读次数:
180
Given a Binary Search Tree and a target number, return true if there exist two elements in the BST such that their sum is equal to the given target. E ...
分类:
其他好文 时间:
2017-08-06 12:32:02
阅读次数:
152
i代表intel系列的cpu 386 几乎适用于所有的 x86 平台,不论是旧的 pentum 或者是新的 pentum-IV 与 K7 系列的 CPU等等,都可以正常的工作! 那个 i 指的是 Intel 兼容的 CPU 的意思,至于 386 不用说,就是 CPU 的等级啦! i586 就是 58 ...
分类:
其他好文 时间:
2017-08-03 16:54:23
阅读次数:
133
一、 题目 将给定的数字(阿拉伯数字)转化成罗马数字。数字不会大于3999 二、 分析 首先我们要知道神马是罗马数字,尽管听说过。但事实上我还真没有记住,于是就google了下,具体见下: 个位数举例 I, 1 】II, 2】 III, 3】 IV, 4 】V, 5 】VI, 6】 VII, 7】 ...
分类:
其他好文 时间:
2017-07-31 10:08:57
阅读次数:
87
zabbix安装: IP 角色 备注 172.16.10.103 zabbix-server 系统:centos6.5zabbix-2.2 172.16.10.104 zabbix-agentd 系统:centos6.5 zabbix-2.2 1. rpm安装 1). 配置yum源: rpm -iv ...
分类:
其他好文 时间:
2017-07-30 21:14:04
阅读次数:
182
//给一个图。给定起点和终点,仅仅能走图上的最短路 //问最多有多少种走的方法。每条路仅仅能走一次 //仅仅要将在最短路上的全部边的权值改为1。求一个最大流即可 #include<cstdio> #include<cstring> #include<iostream> #include<queue> ...
分类:
其他好文 时间:
2017-07-25 22:49:35
阅读次数:
361
不知大家在Windows 10 64位系统环境下使用Quartus II 15.0在新建工程时遇到过这种问题没,在新建工程的过程是选择器件的列表无法下拉,只能看到一个器件型号,如图1所示。 图1 开始我让我错误的以为在Quartus II 15软件的Cyclone IV E系列的器件库只包含了一种器 ...