- 浏览: 33908 次
- 性别:
- 来自: 北京
-
最新评论
文章列表
在Eclipse里安装两个插件,Axis2_Codegen_Wizard_1.3.0和Axis2_Service_Archiver_1.3.0.安装完成后,重启Eclipse。选中要打包的服务所在的工程,右击-》new-》other-》Axis2 Wizards-》Axis2 Service Archiver.之后,wsdl,和xml选自动生成即可。
ZOJ1004 Anagrams by Stack
- 博客分类:
- zoj
Time Limit: 1 Second Memory Limit: 32768 KB
How can anagrams result from sequences of stack operations? There are two sequences of stack operators which can convert TROT to TORT:
[
i i i i o o o o
i o i i o o i o
]
where i stands for Push and o stands for Pop. Your program should, given pairs ...
ZOJ1006 Do the Untwist
- 博客分类:
- zoj
Cryptography deals with methods of secret communication that transform a message (the plaintext) into a disguised form (the ciphertext) so that no one seeing the ciphertext will be able to figure out the plaintext except the intended recipient. Transforming the plaintext to the ciphertext is encrypti ...
ZOJ1016 ParenCoding
- 博客分类:
- zoj
Time Limit: 1 Second Memory Limit: 32768 KB
Let S = s1 s2 ... s2n be a well-formed string of parentheses. S can be encoded in two different ways:
By an integer sequence P = p1 p2 ... pn where pi is the number of left parentheses before the ith right parenthesis in S (P-sequence).
By an integer ...