E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
2971
The 5th Zhejiang Provincial Collegiate Programming Contest---ProblemG:Give Me the Number
problemCode=
2971
题意:将输入的英文数字表达转化为阿拉伯数字。
April_AA
·
2016-02-20 12:00
ZOJ-
2971
-Give Me the Number【5th浙江省赛】
ZOJ-
2971
-GiveMetheNumberNumbersinEnglisharewrittendowninthefollowingway(onlynumberslessthan109areconsidered
loy_184548
·
2016-02-19 18:00
ZOJ
2971
openjudge 抓住那头牛
2971
:抓住那头牛查看提交统计提问总时间限制:2000ms内存限制:65536kB描述农夫知道一头牛的位置,想要抓住它。
clover_hxy
·
2015-12-14 19:30
bfs
openjudge 抓住那头牛
2971
:抓住那头牛查看提交统计提问总时间限制: 2000ms 内存限制: 65536kB描述农夫知道一头牛的位置,想要抓住它。
clover_hxy
·
2015-12-14 19:00
bzoj1251 序列终结者
1251:序列终结者TimeLimit: 20Sec MemoryLimit: 162MBSubmit:
2971
Solved: 1188[Submit][Status][Discuss]Description
AaronGZK
·
2015-11-27 23:00
bzoj
toj
2971
Rotating Numbers
2971
.
·
2015-11-11 13:47
number
zoj
2971
Give Me the Number
ZOJ Problem Set -
2971
Give Me the Number Time Limit: 1 Second  
·
2015-11-11 13:22
number
ZOJ
2971
Give Me the Number 【模拟】
这道题目使用Map。 然后一次性遍历下来即可。 QAQ 注意初始化的时候小心点不要错.. Source Code: //#pragma comment(linker, "/STACK:16777216") //for c++ Compiler #include <stdio.h> #include <iostream> #i
·
2015-11-10 23:08
number
HDU
2971
Tower(构造矩阵)
pid=
2971
题意:a(1)=1,a(2)给定,a(n)=2*a(2)*a(n-1)-a(n-2)。求s(n)=a(1)^2+a(2)^2+……+a(n)^2。
·
2015-11-09 14:22
HDU
[网络] - 简单有效的上网加速方法!!!
来源:http://hi.baidu.com/zhangyy12/blog/item/742b68604f
2971
de8db10df9.html 不信的朋友可以请到http://www.speedguide.net
·
2015-11-09 13:30
方法
[program] ReverseDigits ( 即: 倒序输出int类型的数字,比如1792,输出为
2971
)
Write a program named "ReverseDigits ", it generates the number that has the same digits in the reverse order, as illustrated by this sample run: ---------------------------------Revers
·
2015-11-08 14:12
git
hdu
2971
Tower
刚开始,一直LE,后来优化了下 Accepted
2971
3265MS 232K 1105 B C++ #include<iostream>
·
2015-11-07 14:29
HDU
ZOJ
2971
-G - Give Me the Number-模拟
http://acm.hust.edu.cn/vjudge/problem/viewProblem.action?id=14910给出数字的英文翻译成阿拉伯数字#include #include #include #include #include #include #include #include #include #include usingnamespacestd; chartm[1005
viphong
·
2015-11-01 13:00
zoj
2971
Give Me the Number
problemCode=
2971
开始想用map的键值对来做,想想发现没必要,直接模拟就可以了。
·
2015-10-31 15:58
number
HDU
2971
Tower
HDU_
2971
这个题目和HDU_3306的原理是一样的,具体的一些思路可以参考我的HDU_3306的解题报告:http://www.cnblogs.com/staginner
·
2015-10-31 09:14
HDU
poj 3160 Father Christmas flymouse 【SCC缩点 + 虚拟源点SPFA求最长路】
FatherChristmasflymouseTimeLimit: 1000MS MemoryLimit: 131072KTotalSubmissions:
2971
Accepted: 1007DescriptionAfterretirementascontestantfromWHUACMTeam
chenzhenyu123456
·
2015-08-09 19:00
[暴力搜索] poj 3187 Backward Digit Sums
BackwardDigitSumsTimeLimit:1000MSMemoryLimit:65536KTotalSubmissions:5140Accepted:
2971
DescriptionFJandhiscowsenjoyplayingamentalgame.Theywritedownthenumbersfrom1toN
u012848631
·
2015-08-07 19:00
NOJ_1011 大数加法
大数加法时间限制(普通/Java) : 1000MS/ 3000MS 运行内存限制:65536KByte总提交:
2971
测试通过:775 比赛描述求两个非负整数(1000位以内)
wsyxhwj
·
2015-07-20 20:00
例题10-22 统计问题 UVa1640
计算f(n)函数时,可以考虑递推法计算,下面举例解释计算过程:比如1~2974这个序列,将它拆成1~2970和
2971
~2974两部分,后者就是个位从1到4,这4个数字先各出现一次,然后2,9,
u014800748
·
2015-02-26 20:00
uva
递推关系
正则表达式的预搜索
那么执行这个正则表达式后,就可以提取出/UploadFiles/image/20140304/20140304094318_
2971
.png
Joyhen
·
2014-03-04 10:00
正则表达式
hdu
2971
Tower 矩阵
#include #include #include #include #include #include usingnamespacestd; #defineLL__int64 LLmod; structmatrix{ LLf[4][4]; }; matrixmul(matrixa,matrixb) { matrixc; LLi,j,k; memset(c.f,0,sizeof(c.f)); f
a601025382s
·
2013-08-22 19:00
矩阵
POJ 1639 Picnic Planning (最小k度生成树)
;5000MS Memory Limit: 10000K Total Submissions: 8395 Accepted:
2971
hefeijack
·
2013-07-08 09:00
poj
hdu
2971
Tower(*矩阵乘法)
超时的代码:#include #include #include usingnamespacestd; structnode { __int64matrix[5][5]; }ma,e; __int64m,n; nodeoperator*(nodex,nodey) { nodetemp; for(inti=1;i<=4;i++) for(intj=1;j<=4;j++) { temp.matrix
wconvey
·
2012-09-20 19:00
Matrix
ZOJ
2971
Give Me the Number
problemCode=
2971
ZOJProblemSet-
2971
GiveMetheNumberTimeLimit:2SecondsMemoryLimit:65536KBNumbersinEnglisharewrittendowninthefollowingway
CSUST_ACM
·
2012-09-15 23:00
Integer
less
input
each
output
Numbers
poj 3525 Most Distant Point from the Sea(多边形内最大圆)
MostDistantPointfromtheSeaTimeLimit: 5000MS MemoryLimit: 65536KTotalSubmissions:
2971
Accepted: 1338
fp_hzq
·
2012-09-05 20:00
vector
input
HP
dataset
output
distance
ZOJ
2971
比赛时这道题没做出来,后来在网上搜了一种简单的方法,把0,1,2,。。。。20,30,。。90存到一个数组里,n1,n2,n3代表每三位的数,刚开始自动匹配,n3开始计算,遇到million,thousand,hundred,再乘以10^n最后把n1,n2,n3加在一起就是所求结果。ViewCode1#include 2#include 3#include 4 5charstr[28][1
·
2012-08-17 08:00
ZOJ
zoj
2971
--英文转换为数字
zoj
2971
--英文转换为数字事实证明,题目给的空间,留着不用不但是一种浪费,而且很有可能是自杀行为!
HooLee
·
2012-08-12 09:00
从android系统图库中取图片的代码
该文章转载自 http://marshal.easymorse.com/archives/
2971
从android系统图库中取图片的代码在自己应用中,从系统图库中取图片,然后截取其中一部分,再返回到自己应用中
xinanadu
·
2012-06-11 14:00
android
从android系统图库中取图片的代码
该文章转载自 http://marshal.easymorse.com/archives/
2971
从android系统图库中取图片的代码在自己应用中,从系统图库中取图片,然后截取其中一部分,再返回到自己应用中
wtqq520
·
2011-11-07 12:00
android
从android系统图库中取图片的代码
从android系统图库中取图片的代码 转载自http://marshal.easymorse.com/archives/
2971
在自己应用中,从系统图库中取图片,然后截取其中一部分,再返回到自己应用中
stephen830
·
2011-08-17 15:00
android
从android系统图库中取图片的代码
从android系统图库中取图片的代码 转载自http://marshal.easymorse.com/archives/
2971
在自己应用中,从系统图库中取图片,然后截取其中一部分,再返回到自己应用中
stephen830
·
2011-08-17 15:00
android
zoj
2971
Give Me the Number
//26092432011-07-3120:05:39Accepted
2971
C++0180ylwh!
WGH_yesterday
·
2011-07-31 20:00
c
poj
2971
Give Me the Number
#include #include charcodes[][15]={"zero","one","two","three","four","five","six","seven", "eight","nine","ten","eleven","twelve","thirteen", "fourteen","fifteen","sixteen","seventeen","eighteen","nin
qq172108805
·
2011-07-31 19:00
zoj
2971
Give Me the Number
socall字符串处理?#include#include#include#include#includeusingnamespacestd;mapnum;stringline;strings;voidinit(){num.insert(make_pair("zero",0));num.insert(make_pair("one",1));num.insert(make_pair("two",2))
alfredtofu
·
2011-05-06 00:00
ZOJ -
2971
Give Me the Number 模拟
好吧,首先申明我略微写繁琐了。其实只要先取输入的一行。然后只用从头到尾检查输入即可。我是把这个输入行拆成3部分,然后分别处理。 #include#include#include#include#includeusingnamespacestd;mapmm;chartmp[100];intpro(strings){intx=0;stringt;istringstreami(s);if(s.find
zdsfwy
·
2011-04-08 10:00
WEB前端开发规范文档-引用
引用说明:原文来自于http://www.iteye.com/articles/
2971
的再次引用,为了方便本人阅读,文本格式略有调整。
cnmqw
·
2011-01-24 11:00
JavaScript
jquery
Web
css
chrome
WEB前端开发规范文档-引用
引用说明:原文来自于http://www.iteye.com/articles/
2971
的再次引用,为了方便本人阅读,文本格式略有调整。
cnmqw
·
2011-01-24 11:00
JavaScript
jquery
Web
css
chrome
HDU
2971
(数论,构造矩阵+矩阵乘法优化)
TowerTimeLimit:10000/5000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):601 AcceptedSubmission(s):154ProblemDescriptionAlanlovestoconstructthetowersofbuildingbricks.Hist
xiaotaoqibao
·
2010-08-03 19:00
Math
优化
struct
input
each
output
一道老题
pid=
2971
先假设a2=t,题目给定了递推关系:An=2*t*An-1-An-2(n>2),初值A1=1,A2=t;题目要求Sn=An^2+An-1^2+...+A1^2。
Residence for sdfond
·
2010-03-12 13:00
vAdobe Photoshop CS v8.0 安装序列号
Adobe Photoshop CS v8.0 安装序列号 1045-0502-9715-8471-5218-7925 1045-1999-8526-0973-1557-
2971
1045-1633
helius1214
·
2010-01-13 23:00
Adobe
awk根据父进程的PID获得所有子进程PID
知道某具体进程的PID,和程序名(比如 bash,PID
2971
),需要将他的子进程都打印出来。
socol
·
2009-12-24 23:00
PHP
正则表达式
F#
bash
bbs
看视频教程,轻松学photoshop
tid=
2971
&extra=page%3D1 中文名:《oeasy教你玩转ps》--更新到85更新到滤镜部分英文名:oeasyps发行时间:2009年05月27日地区:[大陆对白语言:普通话文字语言:
daven_wang
·
2009-08-28 22:02
PS
视频教程
photoshop
平面设计
网页创意
看视频教程,轻松学photoshop
tid=
2971
&extra=page%3D1 中文名:《oeasy教你玩转ps》--更新到85更新到滤镜部分英文名:oeasyps发行时间:2009年05月27日地区:[大陆对白语言:普通话文字语言:
daven_wang
·
2009-08-28 22:02
PS
视频教程
photoshop
平面设计
网页创意
谦逊编程(翻译整理)
转载自:http://www.gracecode.com/archives/
2971
/ 作者:手气不错 发布时间:July 27, 2009 分类:观点 译注:开发人员如何从无休止的需求
jy00509336
·
2009-07-28 12:00
编程
工作
生活
活动
Zju
2971
Give Me the Number不再困惑
Zju
2971
G
wsql
·
2008-05-18 21:00
number
上一页
1
2
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他