码迷,mamicode.com
首页 >  
搜索关键字:number    ( 26994个结果
IIS7 ASP Setting support 32 bit application,error number=3704
How to guide for getting a classic asp application working under IIS 7.0, resolved error number=3704 Operation is not allowed when the object is closed...
分类:移动开发   时间:2015-04-20 11:12:38    阅读次数:220
hdu 2665 Kth number (poj 2104 K-th Number) 划分树
划分树的基本功能是,对一个给定的数组,求区间[l,r]内的第k大(小)数。划分树的基本思想是分治,每次查询复杂度为O(log(n)),n是数组规模。具体原理见http://baike.baidu.com/link?url=vIUKtsKYx7byeS2KCOHUI14bt_0sdHAa9BA1Vce...
分类:其他好文   时间:2015-04-20 10:47:14    阅读次数:141
URAL1965:Pear Trees(DP)
Vova was walking along one of Shenzhen streets when he noticed young pear trees, growing along the pavement. Each tree had a plaque attached to it containing some number. Vova walked around all n tree...
分类:其他好文   时间:2015-04-20 07:01:27    阅读次数:256
《c primer plus》编程练习回顾-第十一章(上)
1.#include void input(char *p, int b); int main(void) { char ch[60]; int n; printf("Please input the number:"); scanf("%d", &n); getchar(); input(ch, n); puts(ch);...
分类:其他好文   时间:2015-04-20 00:40:07    阅读次数:138
javascrip高级程序设计的学习笔记【作用域和执行环境】
javascript变量可以用来保存两种类型的值:基本类型和引用类型。基本类型包括以下5种:undefined、Null、string、Boolean、Number等, 引用类型是object;基本类型和引用类型都具有几下特点:1、基本类型值在内存中占据固定大小的空间,因此基本类型的值被保存在栈内存...
分类:编程语言   时间:2015-04-19 22:44:13    阅读次数:208
贪心 HDOJ 4726 Kia's Calculation
题目传送门 1 /* 2 这题交给队友做,做了一个多小时,全排列,RE数组越界,赛后发现读题读错了,囧! 3 贪心:先确定最高位的数字,然后用贪心的方法,越高位数字越大 4 5 注意:1. Both A and B will have same number of...
分类:其他好文   时间:2015-04-19 21:22:32    阅读次数:181
ZigZag Conversion
ZigZag ConversionThe string"PAYPALISHIRING"is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern i...
分类:其他好文   时间:2015-04-19 21:18:31    阅读次数:124
HUST信心大涨迎省赛之《我要冲银牌》K——字符串——Kia's Calculation
DescriptionDoctor Ghee is teaching Kia how to calculate the sum of two integers. But Kia is so careless and alway forget to carry a number when the su...
分类:其他好文   时间:2015-04-19 21:11:16    阅读次数:163
水题 HDOJ 4727 The Number Off of FFF
题目传送门 1 /* 2 水题:判断前后的差值是否为1,b[i]记录差值,若没有找到,则是第一个出错 3 */ 4 #include 5 #include 6 #include 7 #include 8 #include 9 #include 10 using namespace ...
分类:其他好文   时间:2015-04-19 21:02:14    阅读次数:158
Javascript 中 instanceof 使用遇到的问题与探讨
先上代码:vara=10;alert(ainstanceofNumber);//false这里为什么是false?alert(ainstanceofString);//falsealert(ainstanceofObject);//false这里为什么是false?alert(typeofa==‘number‘);//truevara=[‘1‘,‘a‘];alert(ainstanceofArray);//truealert(ainstanceofObject);//truea..
分类:编程语言   时间:2015-04-19 19:39:15    阅读次数:170
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!