检查点函数 web_reg_find("Search=body","savecount=num", "Text=test1", LAST);
分类:
Web程序 时间:
2014-10-01 23:55:51
阅读次数:
984
Time Limit:1000MSMemory Limit:10000KTotal Submissions:11433Accepted:4551DescriptionA number of schools are connected to a computer network. Agreements...
分类:
Web程序 时间:
2014-10-01 20:20:41
阅读次数:
222
Given a linked list, reverse the nodes of a linked listkat a time and return its modified list.If the number of nodes is not a multiple ofkthen left-o...
分类:
其他好文 时间:
2014-10-01 19:55:31
阅读次数:
122
举例javascript的几种变量格式(string,array,function,date,number,boolen )toString()输出结果参考。示例1 Numbervar num1 = 10;document.write(num1.toString(2)); //输出1010docum...
分类:
其他好文 时间:
2014-10-01 14:46:01
阅读次数:
124
实验环境:CiscoPacketTracer6.0设备需求:2811路由器一台实验目的:为路由器设置标语信息和描述信息.语法:1.进入全局配置模式,设置标语信息:R1(config)#bannermotd#{text}#2.进入接口配置模式:R1(config-if)#interface{type}{number}3.为路由器接口设置描述信息:R1(config-if)..
分类:
其他好文 时间:
2014-10-01 01:49:11
阅读次数:
648
实验环境:CiscoPacketTracer6.0设备需求:2811路由器一台实验目的:为路由器设置空闲超时时间语法:1.从全局配置模式进入线路配置模式,进入控制台口线路:R1(config)#lineconsole{number}2.启用光标跟随:R1(config-line)#loggingsynchronous3.设置当键盘多少时间内无动作,自动被..
分类:
其他好文 时间:
2014-10-01 00:30:10
阅读次数:
381
Problem:Given an array of integers, find two numbers such that they add up to a specific target number.The function twoSum should return indices of th...
分类:
其他好文 时间:
2014-09-30 23:33:10
阅读次数:
319
题目地址:Number Sequence题目大意: 有一串序列由阿拉伯数字够成11212312341234512345612345671234567812345678912345678910123456789101112345678910.......然后问你第几位数字是什么输出该数字。解题思路:....
分类:
其他好文 时间:
2014-09-30 23:04:10
阅读次数:
318
题意:
给范围[X,Y],求范围内双峰数位数和最大值是多少。
双峰数定义就是满足一个数 可以分割成两个 /\ /\ 的形式。
思路:
dp[site][cur][ok] site位 前面的数是cur 状态为ok
ok分为7种
0:前面所有数都是0
1:第一个峰数且只有一个数
2:第一个峰数在峰顶(可上可下)
3:第一个峰数在峰底(可进入下一个峰或者继续往下)
4:同1 是第...
分类:
其他好文 时间:
2014-09-30 20:06:29
阅读次数:
219
Letter Combinations of a Phone Number
Total Accepted: 17652 Total
Submissions: 66854My Submissions
Given a digit string, return all possible letter combinations that the number could repr...
分类:
其他好文 时间:
2014-09-30 19:28:09
阅读次数:
183