摘要:
Software engineers shall commit themselves to making the analysis, specification, design, development, testing and maintenance of software a beneficia 阅读全文
摘要:
问题1:这个程序要找的是符合什么条件的数? 这个程序的目的应该是找到一个数,使其当且仅当能够被数组rg ={2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31}两个连续的数整除。 问题2: 阅读全文
摘要:
我下载了Visual Studio2015,但是安装了一天还没安装成功,于是重新下载了2013并安装了。 单元测试练习: 阅读全文
摘要:
https://coding.net/u/ztf1641429293/p/sizeyunshuan/git/blob/master/Sizenyunsuan.java 阅读全文
摘要:
/** * * @author Zhangtingfei *///package 张庭飞; import java.util.Random; import org.junit.Test; public class Sizeyunsuan { public static void main(Strin 阅读全文
摘要:
网易云音乐是一款专注于发现与分享的音乐产品,依托专业音乐人、DJ、好友推荐及社交功能,在线音乐服务主打歌单、社交、大牌推荐和音乐指纹,以歌单、DJ节目、社交、地理位置为核心要素,主打发现和分享该产品2013年4月23日正式发布,截止2015年04月,产品已经包括iPhone、Android、Web、 阅读全文
摘要:
#include<stdio.h>#include<stdlib.h>#include <time.h>#include<windows.h>#define N 50void main(){int a,b,m,i,n;double c,d;srand(time(NULL));do{printf("\ 阅读全文