09 2014 档案

摘要:#include #include "math.h"int main(){ float x,a,result; a=2; printf("inpute number\n"); scanf("%f",&x); result=log(x)/log(a); printf("l... 阅读全文
posted @ 2014-09-15 21:01 been 阅读(155) 评论(0) 推荐(0)
摘要:Some operating systems include the command interpreter in the kernel. Others,such as Windows and UNIX, treat the command interpreter as a special prog... 阅读全文
posted @ 2014-09-10 15:40 been 阅读(165) 评论(0) 推荐(0)
摘要:Follow the tip from elimd we need to those requriementJava Development Kit1.7 or greaterVim7.1 or greaterEclipse 4.4.x (Luna)Install jdkdownload jdkun... 阅读全文
posted @ 2014-09-03 15:42 been 阅读(386) 评论(0) 推荐(0)