上一页 1 ··· 65 66 67 68 69 70 71 72 73 ··· 79 下一页
摘要: ;比较low的钢琴ASSUME CS:CODE,DS:DATA,SS:STACKDATA SEGMENT ;设置键盘区位 ;中音区 A: 7 S: 8 D: 9 F:10 J:11 K:12 L:13 ;高音区 Q:14 W:15 E:16 R:17 U:18 I:19... 阅读全文
posted @ 2014-10-30 20:17 雪溯 阅读(389) 评论(0) 推荐(0) 编辑
摘要: 142. Keywordtime limit per test: 0.5 sec.memory limit per test: 16384 KBKevin has invented a new algorithm to crypt and decrypt messages, which he thi... 阅读全文
posted @ 2014-10-23 23:50 雪溯 阅读(254) 评论(0) 推荐(0) 编辑
摘要: 140. Integer Sequencestime limit per test: 0.25 sec.memory limit per test: 4096 KBA sequenceAis called aninteger sequenceof lengthNif all its elements... 阅读全文
posted @ 2014-10-22 00:49 雪溯 阅读(295) 评论(0) 推荐(0) 编辑
摘要: 139. Help Needed!time limit per test: 0.25 sec.memory limit per test: 4096 KBLittle Johnny likes puzzles a lot! Just a few days ago, he found out abou... 阅读全文
posted @ 2014-10-21 23:46 雪溯 阅读(287) 评论(0) 推荐(0) 编辑
摘要: 138. Games of Chesstime limit per test: 0.25 sec.memory limit per test: 4096 KBNfriends gathered in order to play chess, according to the following ru... 阅读全文
posted @ 2014-10-20 14:03 雪溯 阅读(230) 评论(0) 推荐(0) 编辑
摘要: ;实验报告内容,输入一个字符串,去掉数字,输出ASSUME DS:DATA,CS,CDOE,SS,STACKDATA SEGMENT MAXLEN DB 15 INPUTLEN DB 0 STR1 DB 15 DUP(0) STR2 DB 15 DUP(0)DATA ENDS... 阅读全文
posted @ 2014-10-20 12:01 雪溯 阅读(435) 评论(0) 推荐(0) 编辑
摘要: 137. Funny Stringstime limit per test: 0.25 sec.memory limit per test: 4096 KBLet's consider a string of non-negative integers, containingNelements. S... 阅读全文
posted @ 2014-10-20 12:00 雪溯 阅读(281) 评论(0) 推荐(0) 编辑
摘要: 136. Erasing Edgestime limit per test: 0.25 sec.memory limit per test: 4096 KBLittle Johnny painted on a sheet of paper a polygon withNvertices. Then,... 阅读全文
posted @ 2014-10-16 11:12 雪溯 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 135. Drawing Linestime limit per test: 0.25 sec.memory limit per test: 4096 KBLittle Johnny likes to draw a lot. A few days ago he painted lots of str... 阅读全文
posted @ 2014-10-16 10:04 雪溯 阅读(246) 评论(0) 推荐(0) 编辑
摘要: 如果是jdk原因1、电脑环境变量配置如下:我的电脑(右键)→ 属性→ 高级→ 环境变量→ (系统变量)新建→变量名:JAVA_HOME变量值(java安装的目录):C:\ProgramFiles\Java\jdk1.6.0_03在classpath添加:;.;%JAVA_HOME%\lib;%JAV... 阅读全文
posted @ 2014-10-15 20:17 雪溯 阅读(4393) 评论(1) 推荐(1) 编辑
上一页 1 ··· 65 66 67 68 69 70 71 72 73 ··· 79 下一页