Given a stringS, find the longest palindromic substring inS. You may assume that the maximum length ofSis 1000, and there exists one unique longest pa...
分类:
其他好文 时间:
2014-10-07 00:32:12
阅读次数:
237
简单的指数型生成函数题,就是按照泰勒级数化简而已。#include #include #define MOD 100#define LL __int64using namespace std;int quick(int a,LL b){ int ans=1; while(b){ if(b&1) .....
分类:
其他好文 时间:
2014-10-05 18:05:48
阅读次数:
186
关系型:使用一个关系,来表示实体信息和实体之间的联系关系:就是一个二维表,有行有列的表格创建数据库:create database 库名;容错级创建:create database if not exists 库名;创建带有系统保留字的数据库时,用库名包裹方法(用反引号将系统保留字包裹起来)指定字符...
分类:
数据库 时间:
2014-10-05 14:03:18
阅读次数:
219
kunen.org home OpenGL nve uC links Building the GNU ARM Toolchain for Bare Metal This is a quick guide to building the GCC toolchain for the ARM architecture.? I wrote this to cleanup some other i...
分类:
其他好文 时间:
2014-10-04 20:12:17
阅读次数:
466
Sudoku Checker
Time Limit: 2000/1000MS (Java/Others)
Memory Limit: 128000/64000KB (Java/Others)
SubmitStatus
Problem Description
Sudoku is a popular single player game. The objective is to...
分类:
其他好文 时间:
2014-10-04 13:52:16
阅读次数:
304
一、操作数据库 1.创建数据库 CREATE DATABASE [IF NOT EXISTS] db_name[create_specification [, create_specification] ...] create_specification: [DEFAULT] ...
分类:
数据库 时间:
2014-10-04 12:18:46
阅读次数:
402
Brief: the-ith-element,given a array A with n element , return the i-th element of A. A(n,i)this problem can be solved using quick-sort idear, every t...
分类:
其他好文 时间:
2014-10-02 18:28:43
阅读次数:
210
[leetcode]Given a string S, find the longest palindromic substring in S. You may assume that the maximum length of S is 1000, and there exists one unique longest palindromic substring....
分类:
其他好文 时间:
2014-10-02 13:30:42
阅读次数:
217
unity web player,其是一款浏览器运行unity3d游戏引擎发布的游戏的插件,和Flash
Player很像,安全无毒应该是你玩某款网页游戏安装的,如果以后不玩了就可以卸载
Unity web player版本音效无声音问题
在将项目从IOS平台移动web平台的过程中,发现原来的几个音效是没有问题,到web版本中就不出声音了,后来拿它们与发声的文件在...
分类:
Web程序 时间:
2014-10-01 18:52:01
阅读次数:
296
原文Office 365 – Exchange Online examples2012 is upon us and here’s wishing you all a very happy and prosperous new year! Last year we’ve taken a quick ...
分类:
其他好文 时间:
2014-10-01 13:51:11
阅读次数:
447