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
xtu
xtu
数据结构 I. A Simple Tree Problem
I. A Simple Tree Problem Time Limit: 3000ms Memory Limit: 65536KB 64-bit integer IO format: %lld Java class name: Main Given a rooted tree, e
·
2015-10-28 08:01
simple
xtu
数据结构 G. Count the Colors
G. Count the Colors Time Limit: 2000ms Memory Limit: 65536KB 64-bit integer IO format: %lld Java class name: Main Painting some color
·
2015-10-28 08:00
count
xtu
数据结构 D. Necklace
D. Necklace Time Limit: 5000ms Memory Limit: 32768KB 64-bit integer IO format: %I64d Java class name: Main Mery has a beautiful necklace. The
·
2015-10-28 08:00
数据结构
xtu
数据结构 C. Ultra-QuickSort
C. Ultra-QuickSort Time Limit: 7000ms Memory Limit: 65536KB 64-bit integer IO format: %lld Java class name: Main Submit Status In this pr
·
2015-10-28 08:59
Quicksort
xtu
数据结构 B. Get Many Persimmon Trees
B. Get Many Persimmon Trees Time Limit: 1000ms Memory Limit: 30000KB 64-bit integer IO format: %lld Java class name: Main Submit Status Seij
·
2015-10-28 08:59
数据结构
20141026--娱乐-箱子
System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace
XTU
0
·
2015-10-28 08:00
娱乐
springmvc工作原理
http://blog.csdn.net/
xtu
_xiaoxin/article/details/8796499SpringMVC工作流程图图一图二 Spring工作流程描述 1.用户向服务器发送请求
u014799292
·
2015-10-12 12:00
spring
spring
mvc
mvc
【前端学习】javascript正则表达式和字符串RegExp and String(二)
思维导图思维导图可参照:http://blog.csdn.net/
xtu
_xiaoxin/article/details/48810583字符串的创建方
starfd
·
2015-09-30 18:00
JavaScript
正则表达式
String
字符串
【前端学习】javascript正则表达式和字符串RegExp and String(一)
csdn博客地址:http://blog.csdn.net/
xtu
_xiaoxin/article/details/48810583 前言正则表达式是javascript非常重要和常用的功能,在jquery
XTU_xiaoxin
·
2015-09-29 20:00
JavaScript
正则表达式
XTU
1236 Fraction 二分
FractionProblemDescription:Everyonehassillyperiods,especiallyforRenShengGe.It’sasunnyday,nooneknowswhathappenedtoRenShengGe,RenShengGesaysthathewantstochangealldecimalfractionsbetween0and1tofraction.I
q610376681
·
2015-09-12 09:00
二分查找
ACM
XTU
1238:Segment Tree(线段树)
SegmentTreeProblemDescription:Acontestisnotintegritywithoutproblemsaboutdatastructure.Thereisanarraya[1],a[2],…,a[n].Andqquestionsofthefollowing4types:1lrc-Updatea[k]witha[k]+cforalll≤k≤r2lrc-Updatea[
libin56842
·
2015-06-14 18:00
线段树
XTU
XTU
1233:Coins
CoinsProblemDescription:DuoxidabuysabottleofMaiDongfromavendingmachineandthemachinegiveherncoinsback.Sheplacestheminalinerandomlyshowingheadfaceortailfaceon.AndDuoxidawantstoknowhowmanysituationsthatm
libin56842
·
2015-06-14 18:00
dp
XTU
XTU
1242:Yada Number
YadaNumberProblemDescription:Everypositiveintegercanbeexpressedbymultiplicationofprimeintegers.Duoxidasaysanintegerisayadanumberifthetotalamountof2,3,5,7,11,13initsprimefactorsiseven.Forinstance,18=2*
libin56842
·
2015-06-14 18:00
XTU
xtu
1236 Fraction(小数化分数)
地址:点击打开链接代码:#include usingnamespacestd; doubleabss(doublex) { returnx>0.0?x:-x; } intmain() { intt; scanf("%d",&t); while(t--) { doublex; scanf("%lf",&x); if(x==0.0) { printf("0/1\n"); continue; } d
xky1306102chenhong
·
2015-06-14 17:00
数学
XTU
1236:Fraction
FractionProblemDescription:Everyonehassillyperiods,especiallyforRenShengGe.It'sasunnyday,nooneknowswhathappenedtoRenShengGe,RenShengGesaysthathewantstochangealldecimalfractionsbetween0and1tofraction.I
libin56842
·
2015-06-14 17:00
XTU
JAVA线程池原理以及几种线程池类型介绍
转自:http://
xtu
-xiaoxin.iteye.com/blog/647580 在什么情况下使用线程池?
bugyun
·
2015-06-11 11:00
并发
XTU
1206 Dormitory's Elevator
Dormitory'sElevatorAccepted:52 Submit:332TimeLimit:1000MS MemoryLimit:65536KBProblemDescriptionThenewdormitoryhasN(1≤N≤100000)floorsandM(1≤M≤100000)students.Inthenewdormitory,inordertosavestudent'stim
wust_ZJX
·
2015-05-23 16:00
spring
转载自:http://blog.csdn.net/
xtu
_xiaoxin/article/details/8796499SpringMVC工作流程图图一图二 Spring工作流程描述 1.用户向服务器发送请求
skambc
·
2015-05-10 23:00
spring
MVC原理
深入JVM——方法区
转自http://
xtu
-tja-163-com.iteye.com/blog/769992当JVM使用类装载器装载某个类时,它首先要定位对应的class文件,然后读入这个class文件,最后,JVM提取该文件的内容信息
jovisoft
·
2015-01-27 03:49
jvm
深入JVM——垃圾收集器(二)
转自:http://
xtu
-tja-163-com.iteye.com/blog/771423上篇文章主要描述了一下垃圾收集器的收集方式以及收集器的种类。
jovisoft
·
2015-01-27 03:48
jvm
SpringMVC学习
转载:http://blog.csdn.net/superdog007/article/details/25614039 http://blog.csdn.net/
xtu
_xiaoxin
zero__007
·
2015-01-11 17:00
2014 ACM湖南省赛第10届省赛
...1:和牡丹江Regional冲突有些强队没来2:题目比较水3:队友神勇发挥 终于在开局不利的情况下完成了翻盘,拿到了第二名.....没有抓住机会顺势夺冠还是很遗憾的......一些榜单:严重庆祝
XTU
u012797220
·
2014-10-13 11:00
XTU
OJ 1207 Welcome to XTCPC (字符串签到题)
ProblemDescriptionWelcometoXTCPC!XTCPCstarttoday,youaregoingtochooseaslogantocelebrateit,manypeoplegiveyousomecandidatestringabouttheslogan,butthesloganitselfmusthavesomethingrelavanttoXTCPC,astringis
u014253173
·
2014-06-10 21:00
ACM
XTU
OJ 1210 Happy Number (暴力+打表)
ProblemDescriptionRecently,Mr.Xielearntheconceptofhappynumber.Ahappynumberisanumbercontainalldigit7oronly1digitotherthan7.Forexample,777isahappynumberbecause777contailalldigit7,7177and87777bothhappynu
u014253173
·
2014-06-10 21:00
ACM
XTU
OJ 1209 Alice and Bob 2014(嘉杰信息杯ACM/ICPC湖南程序设计邀请赛暨第六届湘潭市程序设计竞赛)
ProblemDescriptionThefamous"AliceandBob"areplayingagameagain.Sonowcomesthenewproblemwhichneedapersonsmartasyoutodecidethewinner.Theproblemisasfollows:Theyareplayingonarectanglepaper,AliceandBobtaketur
u014253173
·
2014-06-10 20:00
ACM
XTU
1203 A simple problem (2014 湖南湘潭邀请赛 A题)(数学)
AsimpleproblemAccepted:27 Submit:296TimeLimit:15000MS MemoryLimit:655360KBProblemDescriptionThereisasimpleproblem.GivenanumberN.youaregoingtocalculateN%1+N%2+N%3+...+N%N.InputFirstlinecontainsanintege
kbdwo
·
2014-06-08 00:00
优化
数学
XTU
1205 Range 2014湖南邀请赛C 单调栈
XTU
1205Range2014湖南邀请赛C单调栈ACM题目地址:
XTU
1205题意: 在一个序列A中,Range(A)=Max(A)-Min(A)+1; 求一个序列的子序列中所有子序列的Range的和
hcbbt
·
2014-06-07 23:00
ACM
XTU
OJ 1163 查询成绩 (字符串+递归)
查询成绩Accepted:52 Submit:275TimeLimit:3000MS MemoryLimit:65536KB题目描述波波同学是位大四的学生,同时也是一位考研er。为了考上北京邮电大学,他准备了很长时间。不久前,考研成绩终于公布了。波波登陆了成绩查询网站,发现自己密码竟然忘记了!但是幸好,他还记得其中的某些字母。请你判断,他记忆中的字母是否是正确密码的片段。输入多组样例,每组样例
u014253173
·
2014-05-26 21:00
ACM
XTU
OJ 1160 Harry Potter
HarryPotterAccepted:72 Submit:223TimeLimit:1000MS MemoryLimit:65536KB 题目描述HarryPotter想立刻赶到学校去,假设他和学校处于一条直线上,他一开始处于0点,学校位于X点。在一个单位时间内他可以往前走1格,或者使用魔法把自己变到目前坐标2倍的地方。请问他到学校最少需要多少时间?输入第一行是一个整数K,表示样例的个数。以
u014253173
·
2014-05-25 22:00
ACM
XTU
1199 Number Game
题目描述给你一个有N个数的集合S和一个数X,判断是否存在S的一个子集,子集里的数的最小公倍数正好是X。输入第一行是数据组数T。接下来有多组数据,每组数据包含两行:第一行有2个数N和X,1 #include #include #include #include #include #include #include #include usingnamespacestd; constintmaxn=10
u011560507
·
2014-05-23 14:00
XTU
1198 Candy
Candy 题目描述Henry和Lena最近买了很多各种各样的糖…他们决定把所有糖分了…但是两个人都不希望自己糖的总重量比对方少太多,鉴于不同的糖的味道不尽相同,所以每个糖都有一个yummy值。Henry希望知道在两人得到的糖总质量差不大于m的时候,自己的糖yummy值之和的尽量大。输入有多组数据每组数据第一行为两个整数,n,m,(1 #include #include #definemaxn
u012964281
·
2014-05-19 22:00
C++
dp
ACM
XTU
OJ 1175 Hurry Up(三分法&&穷举法)
HurryUpAccepted:88 Submit:345TimeLimit:1000MS MemoryLimit:65536KBProblemDescriptionGGissomewhatafraidofhisMM.OncehisMMasks,hewillalwaystryhisbesttorushtotheirhome.Obvious,hecanrunhomeinstraightlined
u014253173
·
2014-05-12 18:00
算法
ACM
XTU
1194 A+B
A+B 题目描述给你三个整数a,b,n。问有多少种只包含a,b的不同序列,使得这个序列的和为n。例如a=2,b=3,n=7,那么有一种序列:(2+2+3=7,2+3+2=7,3+2+2=7)这三种看作相同,算一种。例如a=3,b=3,n=6,那么只有一种序列:3+3=6。例如a=4,b=5,n=7,那么不管a和b怎么排都不会等于7,那么就只有0种序列。输入多个样例,每个样例占一行,包括3个整数
u012964281
·
2014-05-08 21:00
C++
数论
ACM
扩展欧几里得
XTU
Monthly, April 2014(湘潭大学4月月赛)
ProblemA Number(
XTU
1192)题目链接:http://202.197.224.59/OnlineJudge2/index.php/Problem/read/id/1192解题思路:贪心
cc_again
·
2014-04-14 22:00
XTU
1191 Hard Wuxing
HardWuxingAccepted:17 Submit:179TimeLimit:1000MS MemoryLimit:65536KB题目描述“五行”是中国传统哲学思想,它认为认为大自然的现象由“木、火、土、金、水”这五种气的变化所总括,不但影响到人的命运,同时也使宇宙万物循环不已。五行具有相生相克的性质,规律如下:五行相克:金克木,木克土,土克水,水克火,火克金。五行相生:金生水,水生木,木生
u011788531
·
2014-03-17 23:00
XTU
1185 Bob's Problem
Bob'sProblemAccepted:53 Submit:356TimeLimit:1000MS MemoryLimit:65536KB题目描述Bob今天碰到一个问题,他想知道x3+y3 =c是否存在正整数解?输入第一行是一个整数K(K≤20000),表示样例的个数。以后每行一个整数c(2≤c≤109)输出每行输出一个样例的结果,如果存在,输出“Yes”,否则输出“No”。(引号不用输出)样例
u012964281
·
2014-03-16 11:00
Algorithm
C++
二分查找
ACM
日语输入法促音和长音的输入
片假名长音符号为"-"促音输入"ltu"或"
xtu
"例如:エラーメッセージ按F7就可以把输入的平假名转换为片假名
HeliosM
·
2013-07-15 16:00
XTU
1150 Assembly Line
AssemblyLineAccepted:63 Submit:433TimeLimit:1000MS MemoryLimit:65536KB题目描述胡大加工厂出产一种特殊零件。某天,客户到厂来查看零件。工厂生产的零件有三个质量等级从高到低分别为A、B、C,但是流水线上的零件质量参差不齐。为了给客户留下好的印象,胡大决定把流水线上的零件整理下,最前面既最左边为质量最高的A等级零件,接着为B、C等
sky_fighting
·
2013-03-10 21:00
linux如何映射Windows下的磁盘为网络盘
Ubuntu:mount-tsmbfs-ousername=
xtu
,password=123456,codepage=cp936,iocharset=gd2312 //192.168.0.101/Share
laokaddk
·
2013-01-12 16:05
linux
网络盘
映射Windows磁盘
211、985高校招收软件工程硕士,自主命题考试,无学位也可报考
在线咨询:1277062445软件工程资料免费索取:http://www.jrjedu.com/
xtu
/rscu.html?source=ymjrglt
Q1277062445
·
2012-06-11 17:17
资料
软件工程
报考
xtu
1148 dp
#include #include structNode{ ints,t,v; }test[100005]; usingnamespacestd; boolcmp(Nodea,Nodeb){ returna.tb?a:b; } intfind(inti,intn){ intlow=0,max=n,m; while(1){ if(max-low==1) returnlow; m=(low+m
Wiking__acm
·
2012-05-25 12:00
xtu
1146 Boys and Girls 简单模拟
#include #include intmain() { inti,j,n,k,boy[105][105],girl[105][105],tem[105][105],bans[105]; intbfree[105],gfree[105],count[105],match[105][105]; while(scanf("%d",&n)!=EOF){ for(i=0;i<=n;i++){ bfre
Wiking__acm
·
2012-05-25 09:00
xtu
1142 3n + 1
这题直接做就能过,但要注意由于n在变化过程中可能超过int,导致n为负数,永远无法回到1,结果超时,所以用longlong存就可以了#include intmain(){ __int64max,now; inta,b,count,n; while(scanf("%d%d",&a,&b)!=EOF){ n=b-a+1; now=a; max=a; count=0; while(n--){ max
Wiking__acm
·
2012-05-25 09:00
XTU
1142 Collatz Conjecture
题目分析:http://202.197.224.59/OnlineJudge2/index.php/Problem/read/id/1142#include #include usingnamespacestd; structnode{ __int64num,sum; intflag; }arr[10000020]; intmain() { inta,b; __int64num,sum; for(
wconvey
·
2012-05-19 22:00
XTU
1140
题目分析:http://202.197.224.59/OnlineJudge2/index.php/Problem/read/id/1140#include #include #include usingnamespacestd; intarr[1000100]; intnotprime[1000100]; inta[1000100]; __int64p[1000100]; intmain() {
wconvey
·
2012-05-19 22:00
Android SQLite 数据库、表的增、删、改、查操作
packagecn.edu.
xtu
.tilepuzzle.model;importcn.edu.
xtu
.tilepuzzle.GameDB;importandroid.content.ContentValues
long_yu2
·
2012-04-24 21:00
android
Android SQLite 数据库、表的增、删、改、查操作
package cn.edu.
xtu
.tilepuzzle.model; import cn.edu.
xtu
.tilepuzzle.GameDB; import android.content.ContentValues
long_yu2
·
2012-04-24 21:00
android
Android SQLite 数据库、表的增、删、改、查操作
packagecn.edu.
xtu
.tilepuzzle; importandroid.content.ContentValues; impo
love254443233
·
2012-04-24 16:00
android
数据库
exception
sqlite
String
J2ME 拼图游戏 快速开发 全过程 之代码祥解(2 )——游戏数据库与游戏模型开发
游戏模型开发,代码:packagecn.edu.
xtu
.tilepuzzle.model;importcn.edu.
xtu
.tilepuzzle.GameDB;importjava.io.IOException
love254443233
·
2012-04-14 13:00
游戏
数据库
String
command
j2me
Numbers
J2ME 拼图游戏 快速开发 全过程 之代码祥解(1 )——程序入口与控制器开发
程序入口,代码:/* *TilePuzzle.java * *Createdon2012年3月14日,下午3:19 */packagecn.edu.
xtu
.tilepuzzle;importjavax.microedition.midlet
love254443233
·
2012-04-14 13:00
游戏
exception
String
Class
import
j2me
上一页
2
3
4
5
6
7
8
9
下一页
按字母分类:
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
其他