最新 最热

CSS_文本的属性

color:文本颜色font-family:字体font-size:字体大小font-weight:bold;文字加粗font-style:italic;斜体text-indent:60px;首行缩进text-align:center;水平对齐方式line-height:100px;行高text-dec......

2020-11-24
1

python的tkinter编程(十一)canvas画布的详解

create_line() 这个方法可以画出折线 里面的参数是两个一组,就是x y轴的坐标

2020-11-20
0

idea里面 修改注释的颜色

Setting–>Editor–>Color Scheme -->Language Defaults

2020-11-20
1

css定位

元素的类型分为块级元素和行级元素。 比如div、h1 或 p 元素常常被称为块级元素。这意味着这些元素显示为一块内容,即“块框”。与之相反,span 和 strong 等元素称为“行内元素”,这是因为它们的内容显示在行中,即“行内...

2020-11-20
1

Copying Books POJ - 1505 二分答案 详细注释

Copying Books POJ - 1505 Before the invention of book-printing, it was very hard to make a copy of a book. All the contents had to be re-written by hand by so...

2020-11-13
1

数学--数论-- HDU -- 2854 Central Meridian Number (暴力打表)

A Central Meridian (ACM) Number N is a positive integer satisfies that given two positive integers A and B, and among A, B and N, we have N | ((A^2)*B+1) Then ...

2020-11-06
0

数学--数论--HDU 1792 A New Change Problem (GCD+打表找规律)

Problem Description Now given two kinds of coins A and B,which satisfy that GCD(A,B)=1.Here you can assume that there are enough coins for both kinds.Please ca...

2020-11-06
1

数学--数论--HDU 2136(素数筛选法)

Everybody knows any number can be combined by the prime number. Now, your task is telling me what position of the largest prime factor. The position of prime ...

2020-11-06
1

数学--数论--HDU - 6395 Let us define a sequence as below 分段矩阵快速幂

Your job is simple, for each task, you should output Fn module 109+7. Input The first line has only one integer T, indicates the number of tasks.

2020-11-06
1

数学--数论--HDU1792A New Change Problem(GCD规律推导)

Problem Description Now given two kinds of coins A and B,which satisfy that GCD(A,B)=1.Here you can assume that there are enough coins for both kinds.Please ca...

2020-11-06
0