哪位能把这个Java程序改写成C语言程序,谢谢了,急用_百度知道
最佳答案: #include <stdio.h> #include <stdlib.h> #include <time.h> //用到了time函数 int main() { srand((unsigned) time(NULL)); //用时间做种子...更多关于谁能把这段C语言的程序,用JAVA写出来 ?的问题>>
谁能帮忙用java写下面的程序?用C语言也行。_百度知道
最佳答案: import java.util.Scanner; public class Constellation { public Constellation(){ view(); } private void view(){ Scanner scan = new ...更多关于谁能把这段C语言的程序,用JAVA写出来 ?的问题>>
求会C语言和JAVA语言的朋友,帮忙将这段JAVA程序改成C程序_百度知道
最佳答案: #include "stdio.h" #include "string.h" #define LINE_SIZE 5 #define MAX_LINE_SIZE 50 /* 可自己修改 */ int main(int args, char *argv[...更多关于谁能把这段C语言的程序,用JAVA写出来 ?的问题>>