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
practise
PAT1055.The World's Richest (25)
题目地址:http://pat.zju.edu.cn/contests/pat-a-
practise
/1055PAT上有些题目的时间还是卡的比较紧的,就像这题,题目很平常,但总是有个case过不去。
eli850934234
·
2013-05-04 15:00
编程
ACM
pat
浙大
1055
PAT1056.Mice and Rice (25)
题目地址:http://pat.zju.edu.cn/contests/pat-a-
practise
/1056这题为浙大2013年考研复试上机的倒数第二题,分值为25分。此题得分率很低。
eli850934234
·
2013-04-29 16:00
编程
ACM
pat
浙大
1056
PAT1057.Stack (30)
题目地址:http://pat.zju.edu.cn/contests/pat-a-
practise
/1057这题为浙大2013年考研复试上机的最后一题,分数值为30分,大部分人开始都会出现有几个case
eli850934234
·
2013-04-28 16:00
编程
树状数组
pat
1057
1053. Path of Equal Weight (30)
考察链表,排序,以及深度搜索题目链接:http://pat.zju.edu.cn/contests/pat-a-
practise
/1053#include #include #include #include
sunbaigui
·
2013-03-10 20:00
pat
ZJU
1052. Linked List Sorting (25)
考察链表的知识,以及排序题目链接:http://pat.zju.edu.cn/contests/pat-a-
practise
/1052#include #include #include #include
sunbaigui
·
2013-03-10 20:00
pat
ZJU
1051. Pop Sequence (25)
考察数据结构Stack的push跟pop操作 题目链接:http://pat.zju.edu.cn/contests/pat-a-
practise
/1051#include #include #include
sunbaigui
·
2013-03-10 20:00
pat
ZJU
1050. String Subtraction (20)
简单的考察建立查询表 题目链接:http://pat.zju.edu.cn/contests/pat-a-
practise
/1050#include #include #include #include
sunbaigui
·
2013-03-10 20:00
pat
1050
ZJU
best
practise
for eclipse launch arguments
-vmargs -Dosgi.requiredJavaVersion=1.5 -Dsun.net.client.defaultReadTimeout=3000000 -Xms128M -Xmx512M -XX:PermSize=128M -XX:MaxPermSize=256M -XX:+UseParallelGC -Dorg.eclipse.ecf.provide
sunxboy
·
2013-01-29 11:00
arguments
best
practise
for eclipse launch arguments
-vmargs -Dosgi.requiredJavaVersion=1.5 -Dsun.net.client.defaultReadTimeout=3000000 -Xms128M -Xmx512M -XX:PermSize=128M -XX:MaxPermSize=256M -XX:+UseParallelGC -Dorg.eclipse.ecf.provide
sunxboy
·
2013-01-29 11:00
arguments
best
practise
for eclipse launch arguments
-vmargs -Dosgi.requiredJavaVersion=1.5 -Dsun.net.client.defaultReadTimeout=3000000 -Xms128M -Xmx512M -XX:PermSize=128M -XX:MaxPermSize=256M -XX:+UseParallelGC -Dorg.eclipse.ecf.provide
sunxboy
·
2013-01-29 11:00
arguments
best
practise
for eclipse launch arguments
-vmargs -Dosgi.requiredJavaVersion=1.5 -Dsun.net.client.defaultReadTimeout=3000000 -Xms128M -Xmx512M -XX:PermSize=128M -XX:MaxPermSize=256M -XX:+UseParallelGC -Dorg.eclipse.ecf.provide
sunxboy
·
2013-01-29 11:00
arguments
best
practise
for eclipse launch arguments
-vmargs -Dosgi.requiredJavaVersion=1.5 -Dsun.net.client.defaultReadTimeout=3000000 -Xms128M -Xmx512M -XX:PermSize=128M -XX:MaxPermSize=256M -XX:+UseParallelGC -Dorg.eclipse.ecf.provide
sunxboy
·
2013-01-29 11:00
arguments
best
practise
for eclipse launch arguments
-vmargs -Dosgi.requiredJavaVersion=1.5 -Dsun.net.client.defaultReadTimeout=3000000 -Xms128M -Xmx512M -XX:PermSize=128M -XX:MaxPermSize=256M -XX:+UseParallelGC -Dorg.eclipse.ecf.provide
sunxboy
·
2013-01-29 11:00
arguments
best
practise
for eclipse launch arguments
-vmargs -Dosgi.requiredJavaVersion=1.5 -Dsun.net.client.defaultReadTimeout=3000000 -Xms128M -Xmx512M -XX:PermSize=128M -XX:MaxPermSize=256M -XX:+UseParallelGC -Dorg.eclipse.ecf.provide
sunxboy
·
2013-01-29 11:00
arguments
github学习使用(三)
1.就是在github上面建立一个文件夹,这里我建的文件夹叫
practise
。
chen861201
·
2013-01-05 18:00
PAT-1040
1040.LongestSymmetricString题目地址:http://pat.zju.edu.cn/contests/pat-
practise
/1040Givenastring,youaresupposedtooutputthelengthofthelongestsymmetricsub-string.Forexample
ch209209
·
2012-11-18 12:00
PAT-1015
1015.ReversiblePrimes(20)题目地址:http://pat.zju.edu.cn/contests/pat-
practise
/1015Areversibleprimeinanynumbersystemisaprimewhose"reverse"inthatnumbersystemisalsoaprime.Forexampleinthedecimalsystem73isarev
ch209209
·
2012-11-17 18:00
PAT -1007
1007.MaximumSubsequenceSum 题目地址:http://pat.zju.edu.cn/contests/pat-
practise
/1007GivenasequenceofKintegers
ch209209
·
2012-11-17 13:00
PAT-1038
1038.RecovertheSmallestNumber 题目地址:http://pat.zju.edu.cn/contests/pat-
practise
/1038Givenacollectionofnumbersegments
ch209209
·
2012-11-17 12:00
[cocos2d-x 学习] 如何编译自己的项目(从win32交叉编译到android)
如何交叉编译新建win32程序(可以参照这里),写好自己的代码,假设我们新建一个类PractiseCocos2d,代码如下:#ifndef__
PRACTISE
_COCOS2D_H__ #define__
Gitxs
·
2012-11-04 23:00
android
android
框架
cocos2d-x
交叉编译
java初学者的失误
初学者的失误 图(1) 图(2) 在图(1)中,第八行,将importcalculate.Common;语句(如下图) ,导进来了,而在
practise
包中也有
J_W_A_学徒
·
2012-10-27 18:00
java初学者的失误
http://pat.zju.edu.cn/contests/pat-
practise
/1001
1001.A+BFormat(20)时间限制400ms内存限制32000kB代码长度限制16000B判题程序Standard作者CHEN,YueCalculatea+bandoutputthesuminstandardformat--thatis,thedigitsmustbeseparatedintogroupsofthreebycommas(unlesstherearelessthanfour
cstur4
·
2012-10-14 11:08
PAT
http://pat.zju.edu.cn/contests/pat-
practise
/1003
1003.Emergency(25)时间限制400ms内存限制32000kB代码长度限制16000B判题程序Standard作者CHEN,YueAsanemergencyrescueteamleaderofacity,youaregivenaspecialmapofyourcountry.Themapshowsseveralscatteredcitiesconnectedbysomeroads.A
cstur4
·
2012-10-14 11:42
PAT
http://pat.zju.edu.cn/contests/pat-
practise
/1005
1005.SpellItRight(20)时间限制400ms内存限制32000kB代码长度限制16000B判题程序Standard作者CHEN,YueGivenanon-negativeintegerN,yourtaskistocomputethesumofallthedigitsofN,andoutputeverydigitofthesuminEnglish.InputSpecification
cstur4
·
2012-10-14 11:25
PAT
http://pat.zju.edu.cn/contests/pat-
practise
/1031
1031.HelloWorldforU(20)时间限制400ms内存限制32000kB代码长度限制16000B判题程序Standard作者CHEN,YueGivenanystringofN(>=5)characters,youareaskedtoformthecharactersintotheshapeofU.Forexample,"helloworld"canbeprintedas:hdellr
cstur4
·
2012-10-13 10:05
PAT
http://pat.zju.edu.cn/contests/pat-
practise
/1023
1023.HaveFunwithNumbers(20)时间限制400ms内存限制32000kB代码长度限制16000B判题程序Standard作者CHEN,YueNoticethatthenumber123456789isa9-digitnumberconsistingexactlythenumbersfrom1to9,withnoduplication.Doubleitwewillobtain2
cstur4
·
2012-10-13 09:50
PAT
Linux中tee命令的使用
如: [root@localhost
practise
]# who | tee who.log root
xitong
·
2012-09-27 22:00
linux
[ZJU.PAT] 1014. Waiting in Line (30)
题目来源:http://pat.zju.edu.cn/contests/pat-
practise
/1014 这道题本身不难。但一直没有过,问题找了很久没没发现。
huajh7
·
2012-08-28 23:00
windows
qq
query
wpf - use of DependencyObject to implement data model
The most common
practise
to implement the DataModel is by declaring the class to implements the INotifyPropertyChanged
joe.bq.wang
·
2012-08-14 11:00
WPF
C# programming tips - setter to use Property while getter to use field
It is a common
practise
to have a backend field and a property that guard the access to it.
joe.bq.wang
·
2012-08-14 10:00
C#
tip: C# check nullity, assignment and return in one statement
It is a common
practise
to check if a variable is null, and if it is null, assign some value to it, then
joe.bq.wang
·
2012-08-09 13:00
C#
Javascript divide and load multiple .js files
It is a common
practise
to divide the programming code into multiple files.
joe.bq.wang
·
2012-07-29 21:00
JavaScript
android图片显示循环与多选按钮
1.main.xml 2.MainActivity.javapackagecom.
practise
.androud_view;importandroid.R.bool
wsl1208
·
2012-07-18 20:38
android
代码
在进行EIP-CDIO 教育模式中,前期应特别注重OWC (不成熟的想法,仅供讨论)
在中国高考教育制度下的大学生,在进行EIP-CDIO教育模式中,前期应特别注重OWC(Open-change,WEB,Create-
practise
),具备实施CDIO的基本素质。
lfmilaoshi
·
2012-06-08 17:00
Web
教育
Hbase shell in
practise
create 'test', {NAME => 'col', VERSIONS => 100} describe 'test' disable 'test' drop 'test' put 'test', '9993', 'col:EXCEPTION', '9993:1111:xxxxx' put 'test', '9993', 'col:EXCEPTION', '999
ilnba
·
2012-03-29 14:00
shell
IDA简易教程
mailto:
[email protected]
本文转载自:http://www.pediy.com/
practise
zhongguoren666
·
2011-12-09 11:00
windows
struct
dos
Cryptography
attributes
structure
C++
Practise
18:巧填数字
#includeusingnamespacestd;/*巧填数字1:不同字母代表不同数字ahhaah/joke=ha*/voidmain(){ intp,c[4],s;//c[4]用来保存4位整数,记住次方法,下次知道怎么保存整数的各个位数了 intjoke,n=0; boolflag=false; for(joke=1023;joke<9876;joke++) { c[0]=joke/100
hfxc226
·
2011-11-21 13:00
C++
Practise
16:完全数判别
#includeusingnamespacestd;/*完全数判别:因子之和等于数本身如,6=1+2+3,6为完全数找出输入范围内的所有完全数,范围小于1000*/voidmain(){ intm=0; intr[100]; intsum=0; cout>m; //先求出每个数的因子,然后判断他们的和是否等于该数 for(inti=2;i
hfxc226
·
2011-11-21 12:00
C++
include
C++
Practise
17:比我疆土
#include#includeusingnamespacestd;/*1:for循环的表达式1一定要赋初值,否则外层循环时,该值变成最大了2:两个booleantrue相加,结果==2,true+false=1,切记*/voidmain(){ inta=1,b=1,c=1,d=1; for(a;a<=4;a++) for(b=1;b<=4;b++)//此处的表达式1,一定要写b=1,否则在
hfxc226
·
2011-11-21 12:00
C++
c
include
C++
Practise
12:汉诺塔问题
#include#includeusingnamespacestd;voidhanio(int,char,char,char);voidmove(char,char);/*汉诺塔问题1:c做过度,将a上的n-1个移动到b2:将a最后一个移动到c3:a做过度,将b上的n-1个移动到c*/voidmain(){ intm=0; cout>m; hanio(m,'A','B','C');}voidhan
hfxc226
·
2011-11-20 15:00
C++
Practise
4:大写金额转换
#include#includeusingnamespacestd;voiddanwei(doublei);//输出元以上的单位voiddanwei2(doublei);//输出角和分单位voidupcaseNumber(inti);//输出大写金额voidmain(){ intn=0; cout>n; while(n>=1) { doublex,i=10000000; intj=0;//记录
hfxc226
·
2011-11-19 21:00
C++
include
C++
Practise
2:分牛的传说代码实现
#includeusingnamespacestd;/*三兄弟分牛问题,共19头牛,老大分二分之一,老二分四分之一,老三分五分之一,用循环解决问题,每次将剩余的再分配,直到一定程度即可*//*知识点1:循环遍历,也可以单独写个方法,用遍历循环,每次传入剩余S,但是麻烦多了2:char*name[]数组的使用,name是指针数组,每个指针指向一个字符串,取的时候用name[i]即可取出*/voidm
hfxc226
·
2011-11-19 21:00
C++
include
float
求超级最小公倍数的疑问
"超级最小公倍数"题目:(地址: http://www.bianchengla.com/
practise
/problem?
sulifeng
·
2011-09-27 03:00
groovy
practise
- findAllBy
void testFindAllBy() { def foos = [] as Set [1..2].each { foos << new Foo(name:'Smokejumper') } foos*.save() assertEquals foos, Foo.findAllByName('Smokejumper') a
sunxboy
·
2011-06-28 07:00
groovy
groovy
practise
- findAllBy
void testFindAllBy() { def foos = [] as Set [1..2].each { foos << new Foo(name:'Smokejumper') } foos*.save() assertEquals foos, Foo.findAllByName('Smokejumper') a
sunxboy
·
2011-06-28 07:00
groovy
groovy
practise
- findAllBy
void testFindAllBy() { def foos = [] as Set [1..2].each { foos << new Foo(name:'Smokejumper') } foos*.save() assertEquals foos, Foo.findAllByName('Smokejumper') a
sunxboy
·
2011-06-28 07:00
groovy
groovy
practise
- findAllBy
void testFindAllBy() { def foos = [] as Set [1..2].each { foos << new Foo(name:'Smokejumper') } foos*.save() assertEquals foos, Foo.findAllByName('Smokejumper') a
sunxboy
·
2011-06-28 07:00
groovy
groovy
practise
- findAllBy
void testFindAllBy() { def foos = [] as Set [1..2].each { foos << new Foo(name:'Smokejumper') } foos*.save() assertEquals foos, Foo.findAllByName('Smokejumper') a
sunxboy
·
2011-06-28 07:00
groovy
groovy
practise
- findAllBy
void testFindAllBy() { def foos = [] as Set [1..2].each { foos << new Foo(name:'Smokejumper') } foos*.save() assertEquals foos, Foo.findAllByName('Smokejumper') a
sunxboy
·
2011-06-28 07:00
groovy
groovy
practise
- findAllBy
void testFindAllBy() { def foos = [] as Set [1..2].each { foos << new Foo(name:'Smokejumper') } foos*.save() assertEquals foos, Foo.findAllByName('Smokejumper') a
sunxboy
·
2011-06-28 07:00
groovy
上一页
14
15
16
17
18
19
20
21
下一页
按字母分类:
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
其他