题目链接: "UVa1185" 我们先考虑如何求$n$的位数 若$10^{x} = n$ 则$n$的位数为$x + 1$ 也就是$|n| = (log_{10} n) + 1(|n|$表示$n$的位数$)$ 这个很明显吧。~~感性理解一下~~ 然后我们再考虑 $|n m|$ $|n m| = |n| ...
分类:
其他好文 时间:
2020-01-21 13:19:28
阅读次数:
48
Download Here is the document DynkinDiag.pdf Dynkin diagram, root system is a big mystery of my undergraduate life. Here I present three examples tha ...
分类:
其他好文 时间:
2020-01-21 00:37:09
阅读次数:
85
知识点一:DOCTYPE和浏览器渲染模式 文档类型,一个文档类型标记是一种标准通用标记语言的文档类型声明,它的目的是要告诉标准通用标记语言解析器,它应该使用什么样的文档类型定义(DTD)来解析文档。Doctype还会对浏览器的渲染模式产生影响,不同的渲染模式会影响到浏览器对于 CSS 代码甚至 Ja ...
分类:
其他好文 时间:
2020-01-18 23:58:26
阅读次数:
135
27.2. The Statistics Collector https://www.postgresql.org/docs/current/monitoring-stats.html 27.2.1. Statistics Collection Configuration27.2.2. Viewin ...
分类:
其他好文 时间:
2020-01-18 16:27:44
阅读次数:
100
2020微软亚太研发集团在北京上海苏州热招300+软硬件研发工程师北京: 1、Azure Global Asia Engineering team-Azure Security-后端开发(1年以上经验) 2、Azure Big Data-Cosmos -(big data)-前后端开发(1年以上) ...
分类:
其他好文 时间:
2020-01-16 21:52:13
阅读次数:
132
原文:https://www.cnblogs.com/gezhuangzhuang/p/10724769.html import cv2 import numpy as np from matplotlib import pyplot as plt # 读取图片 big.jpg img = cv2. ...
分类:
编程语言 时间:
2020-01-16 10:57:15
阅读次数:
118
课上内容(Lesson) New York = The Big Apple 词汇(Key Word ) tourist attraction 观光胜地 scenic spots 旅游景点 high seaso 旺季 off season 淡季 shoulder season 平季 pay top f ...
分类:
其他好文 时间:
2020-01-16 10:47:36
阅读次数:
93
原文:https://www.cnblogs.com/dongxiaodong/p/10134904.html import cv2 #导入opencv库 #读取一张图片,地址不能带中文 imgviewx=cv2.imread("big.jpg") #创建一个窗口,中文显示会出乱码 cv2.name ...
分类:
编程语言 时间:
2020-01-15 16:38:52
阅读次数:
121
返回日期和时间差异值的函数 函数 语法 返回值 返回数据类型 确定性 DATEDIFF DATEDIFF ( datepart , startdate , enddate ) 返回两个指定日期之间所跨的日期或时间 datepart 边界数 。 int 具有确定性 DATEDIFF_BIG DATED ...
分类:
数据库 时间:
2020-01-14 23:38:27
阅读次数:
97