摘要: 生成随机数:package text;public class text { public static void main( String args[] ) { int k; // summarize results for ( int i = 1; i <= 1000; i++ ) { k = 阅读全文
posted @ 2017-10-13 22:03 肥鹅PU火 阅读(97) 评论(0) 推荐(0)
摘要: 一、 1.设计思想 输入n,k;设计求n的阶乘函数,调用求出组合数; 2.流程图 3.代码 package one; import javax.swing.JOptionPane; public class one { public static void main(String[] args) { 阅读全文
posted @ 2017-10-13 21:55 肥鹅PU火 阅读(130) 评论(0) 推荐(0)