题目描述 A multi-digit column addition is a formula on adding two integers written like this: A multi-digit column addition is written on the blackboard, ...
分类:
其他好文 时间:
2018-04-21 17:30:33
阅读次数:
205
一键安装redmine https://blog.csdn.net/qq_26898315/article/details/50233483 配置SVN(引用: https://blog.csdn.net/fyq891014/article/details/51524140) 进入话题: 可以先在b... ...
分类:
Web程序 时间:
2018-04-20 16:10:14
阅读次数:
595
pta第三次作业(1)6 1 输出月份英文名 1.设计思路 (1)主要描述题目算法 第一步:通读题目,根据输入的数字输出相应的月份的英文单词 第二步:应用switch语句进行输出 (2)流程图 2.实验代码 char getmonth( int n ) { switch (n){ case 1:re ...
分类:
其他好文 时间:
2018-04-15 20:56:30
阅读次数:
166
问n! 转化成k进制后的位数和尾数的0的个数。【UVA 10061 How many zeros and how many digits?】 Given a decimal integer number you will have to find out how many trailing zero ...
分类:
其他好文 时间:
2018-04-11 19:56:51
阅读次数:
186
题目描述: 有一个整型数组arr和一个大小为w的窗口从数组的最左边滑到最右边,窗口每次向右滑动一个位置。 比如 : 给定数组【4 3 5 4 3 3 6 7】 【4 3 5 】4 3 3 6 7 窗口中最大值为5 4【 3 5 4】 3 3 6 7 窗口中最大值为5 4 3 【5 4 3】 3 6 ...
分类:
其他好文 时间:
2018-04-05 01:28:04
阅读次数:
189
14.5. Statements 14.5. Statements There are many kinds of statements in the Java programming language. Most correspond to statements in the C and C++ ...
分类:
其他好文 时间:
2018-03-29 14:48:07
阅读次数:
180
spring定时器(基于xml) spring定时器(基于注解) quartz定时器 1、使用基于xml配置的spring定时器 首先编写定时任务类Mytask public class Mytask { public void execute(){ System.out.println("基于xm ...
分类:
编程语言 时间:
2018-03-10 15:48:33
阅读次数:
205
链接:http://www.doc88.com/p-801578373970.html 一.英文 Unicode范围: 0041-005A, 0061-007A (若含数字与符号,则为0021-007E) locale编码: ANSI 1. ANSIHTML charset: us-asciiRTF ...
分类:
其他好文 时间:
2018-03-02 18:42:19
阅读次数:
1530
功能 本设计主要分为三个主要部分:按键控制部分、数码管转速档位显示部分、PWM信号产生部分。分别采用verilog 语言完成底层模块的设计和以原理图的方法完成顶层模块的设计,采用自顶向下的设计方法,实现通过按键控制直流电机的转速,并将转速档位分为10个等级,同时将当前的转速档位显示到数码。在软件平台... ...
分类:
其他好文 时间:
2018-02-25 14:36:15
阅读次数:
188
http://poj.org/problem?id=2031 Description You are a member of the space station engineering team, and are assigned a task in the construction process ...
分类:
其他好文 时间:
2018-02-16 14:16:06
阅读次数:
203