码迷,mamicode.com
首页 >  
搜索关键字:mirror    ( 2345个结果
windows上安装php+IIS设置
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(可以是其他目录,根据您的具体情况...
分类:Windows程序   时间:2014-08-04 17:18:07    阅读次数:321
LightOJ 1205 - Palindromic Numbers (数位dp)
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)
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
LINUX Mysql5.6.19 安装
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
Symmetric Tree leetcode java
题目: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
Symmetric Tree
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center)....
分类:其他好文   时间:2014-07-30 14:48:53    阅读次数:216
uva 401 Palindromes
#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
SPOJ - MYQ10 Mirror Number (数位DP)
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
linux下MySQL5.6安装记录
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
手把手教你搭建LyncServer2013之Lync后端存储准备(三)
这次实验的Lync后端存储安装的是SQLServer2012,配置了高可用,两台做Mirror,一台做见证服务器,实现故障的自动转移,SQLServer的安装需要.netFramwork3.5的支持,所以在安装SQL之前,我们先来安装.netFramework3.5安装完.netFramework3.5后,我们开始第一台SQLServer2012的安..
分类:其他好文   时间:2014-07-24 23:43:44    阅读次数:480
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!