windows上安装php+IIS设置 1、安装PHP5 下载: http://cn2.php.net/get/php-5.2.0-Win32.zip/from/cn.php.net/mirror 安装: 对php-5.2.0-Win32.zip解压缩到d:\php(可以是其他目录,根据您的具体情况...
LightOJ 1205 - Palindromic Numbers (数位dp)
ACM
题目地址:SPOJ MYQ10 Mirror Number
题意:
求[a,b]中回文的个数。
分析:
是SPOJ MYQ01的简单版...其实有非递归方法的。
代码:
/*
* Author: illuz
* Blog: http:...
分类:
其他好文 时间:
2014-08-02 20:56:24
阅读次数:
218
SPOJ MYQ10 10649. Mirror Number (数位dp)
ACM
题目地址:SPOJ MYQ10 Mirror Number
题意:
求[a,b]中镜像回文的个数。
0
分析:
看到题目和数据范围就知道是数位dp了。
很明显镜像回文只有0,1,8,跟回文的一题一样,在dfs的时候得开个辅助数组记录前面已经选择的数字。
注意还得去掉前...
分类:
其他好文 时间:
2014-08-02 18:27:13
阅读次数:
242
1、需要扩展安装yum -y install make bison gcc-c++ cmake ncurses ncurses-devel2、下载Mysql5.6.19wget ftp://mirror.switch.ch/mirror/mysql/Downloads/MySQL-5.6/mysq....
分类:
数据库 时间:
2014-08-02 18:09:03
阅读次数:
389
题目:Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric: 1 /...
分类:
编程语言 时间:
2014-07-31 02:28:25
阅读次数:
376
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center)....
分类:
其他好文 时间:
2014-07-30 14:48:53
阅读次数:
216
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
using namespace std;
#define bug cout\n"
#define MAXN 10001;
char same[]={"AHIMO0TUVWXY18"};
bool mirror(st...
分类:
其他好文 时间:
2014-07-30 10:03:43
阅读次数:
236
Description
A number is called a Mirror number if on lateral inversion, it gives the same number i.e it looks the same in a mirror. For example 101 is a mirror number while 100 is not.
Given two ...
分类:
其他好文 时间:
2014-07-27 11:10:22
阅读次数:
204
MySQL下载地址:ftp://mirror.switch.ch/mirror/mysql/Downloads/MySQL-5.6/http://mirrors.sohu.com/mysql/1.查看服务器版本:[root@mysql ~]#cat /etc/redhat-releaseCentOS...
分类:
数据库 时间:
2014-07-26 00:25:56
阅读次数:
447
这次实验的Lync后端存储安装的是SQLServer2012,配置了高可用,两台做Mirror,一台做见证服务器,实现故障的自动转移,SQLServer的安装需要.netFramwork3.5的支持,所以在安装SQL之前,我们先来安装.netFramework3.5安装完.netFramework3.5后,我们开始第一台SQLServer2012的安..
分类:
其他好文 时间:
2014-07-24 23:43:44
阅读次数:
480