码迷,mamicode.com
首页 >  
搜索关键字:HERE    ( 6715个结果
leetcode_num75_sort colors
Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, white and blue. Here, we will use the integers ...
分类:其他好文   时间:2015-04-01 11:25:15    阅读次数:88
JQuery的几种页面加载完执行三种方式
jquery加载页面的方法(页面加载完成就执行)1、1 $(function(){ 2 $("#a").click(function(){ 3 //adding your code here 4 }); 5 }); 2、1 $(document).ready(function(){ ...
分类:Web程序   时间:2015-04-01 10:59:06    阅读次数:120
Web 在线文件管理器学习笔记与总结(3)创建文件
① 创建文件a. 文件名的合法性:不能包含 \/:*"| 等特殊字符b. 检测当前目录下是否存在同名文件,如果存在提示请重命名后创建,如果不存在则直接创建index.php:Insert title here在线文件管理器 ...
分类:Web程序   时间:2015-04-01 01:34:33    阅读次数:166
Xcode学习C++(一项目的建立)
本章开始用XCode进行C++学习之旅1、建立项目2、main函数分析#include int main(int argc, const char * argv[]) { // insert code here... std::cout 导入系统自带的iostream库文件,如果是导入...
分类:编程语言   时间:2015-03-31 17:29:28    阅读次数:229
GCC X64
在Linux/C环境中横行几年后,越发体会到汇编对于GDB的重要。在开始前,先来看一段sample:#include<stdlib.h>#include<stdio.h>/*这个函数没有任何地方调用过*/voidwhy_here(void){printf("whyuhere?!\n");exit(0);}intmain(intargc,char*argv[]){longlongbuff[1];..
分类:其他好文   时间:2015-03-30 18:57:54    阅读次数:232
Codeforces Round #117 (Div. 2)---D. Common Divisors
Vasya has recently learned at school what a number’s divisor is and decided to determine a string’s divisor. Here is what he came up with.String a is the divisor of string b if and only if there exists...
分类:其他好文   时间:2015-03-30 18:51:43    阅读次数:134
Newly Released V2015.03 Software for MB SD C4 with HDD
Obd2 Tools have recently released 2015.03 MB SD Connect Compact 4 WIFI diagnosis with HDD.Exactly here comes with Big Promotion Sales, you indeed do n...
分类:其他好文   时间:2015-03-30 18:13:25    阅读次数:161
acdream 1060 递推数 (矩阵快速幂+循环节)
链接:click here~~ 题意: 递推数 Problem Description 已知A(0) = 0 , A(1) = 1 , A(n) = 3 * A(n-1) + A(n-2) (n ≥ 2)    求 A(A(A(A(N)))) Mod (1e9 + 7) Input 第一行一个整数 T (T ≤ 10000) 代表数据组数 每组数据占一行,一个整数 n (1 ≤ n...
分类:其他好文   时间:2015-03-30 13:21:23    阅读次数:93
HDU 4291 A Short problem (2012成都网络赛,矩阵快速幂+循环节)
链接: click here~~ 题意: According to a research, VIM users tend to have shorter fingers, compared with Emacs users.   Hence they prefer problems short, too. Here is a short one:   Given n (1 18), Y...
分类:其他好文   时间:2015-03-30 13:20:40    阅读次数:152
【贪心专题】POJ 1328 G - Radar Installation (区间覆盖)
链接:click here~~ 题意: Description Assume the coasting is an infinite straight line. Land is in one side of coasting, sea in the other. Each small island is a point locating in the sea side. And any...
分类:其他好文   时间:2015-03-30 13:18:59    阅读次数:167
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!