In the Personal Communication Service systems such as GSM (Global System for Mobile Communications), there are typically a number of base stations spr ...
分类:
其他好文 时间:
2017-09-24 18:17:04
阅读次数:
354
需求分析 功能分析 设计实现 代码说明 源代码存放位置:https://gitee.com/ouwen0819/SiZeYunSuan.git 测试运行 结果可以是分数的,只是这几道题正好没有分数。。。。 时间预估PSP: PSP2.1 Personal Software Process Stage ...
分类:
其他好文 时间:
2017-09-24 14:32:00
阅读次数:
134
任务:实现一个自动生成小学四则运算题目的命令行程序。 1)PSP表格记录 PSP2.1 Personal Software Process Stage 估计 实际 Planning 计划 · Estimate · 估计这个任务需要多少时间 21h 29h Development 开发 · Analy ...
分类:
其他好文 时间:
2017-09-24 12:44:31
阅读次数:
192
Java语言是面向对象编程语言,Java程序的基本组成单元是类,类体中又包括属性和方法两部分。每一个程序都必须包含一个main()方法,含有main()方法的类称为主类。 如下面代码: PS:上面的代码的输出结果为一个九九乘法表(如看不懂没关系,慢慢来)。 上面代码我们可知:程序的包为text,类为 ...
分类:
编程语言 时间:
2017-09-18 17:19:23
阅读次数:
233
Sightseeing Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 9497 Accepted: 3340 Description Tour operator Your Personal Holiday organises g ...
分类:
其他好文 时间:
2017-09-15 13:38:43
阅读次数:
193
Higher Order Reducers are simple reducer factories, that take a reducer as an argument and return a new reducer. In that new reducer, you can customiz ...
分类:
其他好文 时间:
2017-09-15 10:16:29
阅读次数:
186
1)Github项目地址 https://github.com/ziyi12345/shudu2.git 2)在开始实现程序之前,在下述PSP表格记录下你估计将在程序的各个模块的开发上耗费的时间 PSP2.1 Personal Software Process Stages 预估耗时(分钟) 实际耗 ...
分类:
其他好文 时间:
2017-09-13 13:02:56
阅读次数:
165
8种基本数据类型 数据类型 位数 字节 取值范围 byte 8 1 -128~127 short 16 2 -32768~32767 int 32 4 -231~231-1 long 64 8 -263~263-1 float 32 4 略 (float a=3.0; c语言不报错,java默认为d ...
分类:
编程语言 时间:
2017-09-12 19:54:38
阅读次数:
266
希望能一直坚持下去吧 **************************************************************************************************************** 1、man:男人;人类;(有某种嗜好的)人 The ...
分类:
其他好文 时间:
2017-09-02 16:57:54
阅读次数:
142