码迷,mamicode.com
首页 >  
搜索关键字:shredding company    ( 1627个结果
1014
package com.company; import java.util.Scanner; public class Main { public static void main(String[] args) { // write your code here Scanner sc = new S... ...
分类:其他好文   时间:2018-09-29 23:49:00    阅读次数:187
[算法竞赛入门经典]Kickdown ACM/ICPC NEERC 2004,UVa1587
Description A research laboratory of a world leading automobile company has received an order to create a special transmission mechanism, which allows ...
分类:编程语言   时间:2018-09-22 21:19:35    阅读次数:292
POJ3417:Network
Description Yixght is a manager of the company called SzqNetwork(SN). Now she's very worried because she has just received a bad news which denotes th ...
分类:Web程序   时间:2018-09-21 10:57:36    阅读次数:186
1001
package com.company; import java.util.Scanner; public class Main { public static void main(String[] args) { // write your code here Scanner sc = new S... ...
分类:其他好文   时间:2018-09-19 21:42:31    阅读次数:143
实验2-2-8 阶梯电价
package com.company; import java.text.DecimalFormat; import java.util.Scanner; public class Main { public static void main(String[] args) { // write y... ...
分类:其他好文   时间:2018-09-19 10:14:23    阅读次数:164
实验2-1-5 将x的平方赋值给y
package com.company; public class Main { public static void main(String[] args) { // write your code here int x=3; int y=x*x; System.out.println("x*x=... ...
分类:其他好文   时间:2018-09-18 17:20:10    阅读次数:570
实验2-1-6 计算华氏温度
package com.company; public class Main { public static void main(String[] args) { // write your code here int celsius=26; int fahr; fahr=9*celsius/5+3... ...
分类:其他好文   时间:2018-09-18 17:13:34    阅读次数:276
实验2-1-4 计算平均分
package com.company; public class Main { public static void main(String[] args) { // write your code here int x=87; int y=72; int z=93; int avg=(x+y+z... ...
分类:其他好文   时间:2018-09-18 17:13:05    阅读次数:220
实验1-6 输出带框文字
package com.company; public class Main { public static void main(String[] args) { // write your code here System.out.println("************"); System.o... ...
分类:其他好文   时间:2018-09-18 16:10:30    阅读次数:148
实验1-8 输出倒三角图案
package com.company; public class Main { public static void main(String[] args) { // write your code here System.out.println("* * * *"); System.out.pr... ...
分类:其他好文   时间:2018-09-18 16:06:33    阅读次数:170
1627条   上一页 1 ... 34 35 36 37 38 ... 163 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!