码迷,mamicode.com
首页 >  
搜索关键字:positive    ( 2430个结果
基础知识
偏倚:系统误差 ...
分类:其他好文   时间:2018-08-29 14:52:48    阅读次数:151
java 文件上传(图片上传)
1.FTP工具类 代码如下: 2.图片名生成策略 代码如下: 3.常用的json转换工具 4.service部分 代码,例: 5.controller部分 代码,例: ...
分类:编程语言   时间:2018-08-28 23:46:18    阅读次数:184
[CF468D] Tree
Little X has a tree consisting of n nodes (they are numbered from 1 to n). Each edge of the tree has a positive length. Let's define the distance betw ...
分类:其他好文   时间:2018-08-28 13:05:47    阅读次数:167
PAT 1119 Pre- and Post-order Traversals
Suppose that all the keys in a binary tree are distinct positive integers. A unique binary tree can be determined by a given pair of postorder and ino ...
分类:其他好文   时间:2018-08-26 23:43:06    阅读次数:269
Matplotlib学习
决定通过一个个例子来实践并掌握Matplotlib。。 例子1. 画一个散点图,数据分布如下: 前两列是成绩,第三列是分类,只有01两类 然后开始画图: 例子2. 画出函数曲线 函数是下面这个: 画图: ...
分类:其他好文   时间:2018-08-26 20:48:34    阅读次数:182
PAT 1105 Spiral Matrix
This time your job is to fill a sequence of N positive integers into a spiral matrix in non-increasing order. A spiral matrix is filled in from the fi ...
分类:其他好文   时间:2018-08-26 20:07:30    阅读次数:207
hdu-6438-贪心
Buy and Resell Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 1160 Accepted Submission(s): 369 P ...
分类:其他好文   时间:2018-08-26 18:17:24    阅读次数:228
Codeforces Round #506 (Div. 3) D. Concatenated Multiples
D. Concatenated Multiples You are given an array aa, consisting of nn positive integers. Let's call a concatenation of numbers xx and yy the number th ...
分类:其他好文   时间:2018-08-26 16:44:21    阅读次数:187
BigDecimal 保留小数位
参数定义 ROUND_CEILING Rounding mode to round towards positive infinity. 向正无穷方向舍入 ROUND_DOWN Rounding mode to round towards zero. 向零方向舍入 ROUND_FLOOR Round ...
分类:其他好文   时间:2018-08-25 23:05:00    阅读次数:197
题解报告:poj 3061 Subsequence(二分前缀法or尺取法)
Description A sequence of N positive integers (10 < N < 100 000), each of them less than or equal 10000, and a positive integer S (S < 100 000 000) ar ...
分类:其他好文   时间:2018-08-25 14:09:00    阅读次数:131
2430条   上一页 1 ... 53 54 55 56 57 ... 243 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!