摘要:
除了平均数外,众数和中位数也是衡量集合的标尺之一,中位数是将集合升序排列后恰好位于正中间的元素,如果集合总数为偶数,则取中间两个元素的平均值作为中位数,下文将就用SQL去求中位数展开讨论。 首先建表: create table tb_coder( id number(4,0) not null pr 阅读全文
posted @ 2020-04-05 16:30
逆火狂飙
阅读(613)
评论(2)
推荐(0)
摘要:
程序: import java.io.IOException; import java.nio.file.FileSystems; import java.nio.file.Path; import java.nio.file.Paths; import java.nio.file.Standard 阅读全文
posted @ 2020-04-05 08:52
逆火狂飙
阅读(322)
评论(0)
推荐(0)