最新 最热

泛型Generic

泛型,即“参数化类型”。类似于方法中的变量参数,此时类型也定义成参数形式(可以称之为类型形参),然后在使用/调用时传入具体的类型(类型实参)。在泛型使用过程中,操作的数据类型被指定为一个参数,这种参数类型可以用在类、接...

2022-10-25
0

Excel VBA学习之身份证号校检自定义函数

【问题提出】上次学习了一个用Excel函数的方法来解决这个问题,但是函数太长了,有时会忘记:

2022-10-25
1

线程池及使用场景说明

2.线程数等于核心线程数时,将任务加到阻塞队列(最大值为Integer.MAX_VALUE),可以一直加加加(可能会出现OOM)

2022-10-09
0

tf.dtypes

这个操作对x(对于张量)或x进行了强制转换。值(对于稀疏张量或索引切片)到dtype。

2022-09-28
1

【题解】Gregor and the Pawn Game

There is a chessboard of size n by n . The square in the i -th row from top and j -th column from the left is labelled (i,j) .

2022-09-21
1

【题解】Dislike of Threes

Polycarp doesn't like integers that are divisible by 3 or end with the digit 3 in their decimal representation. Integers that meet both conditions are disliked ...

2022-09-21
1

【题解】Cherry

You are given n integers a_1, a_2, ldots, a_n . Find the maximum value of max(a_l, a_{l + 1}, ldots, a_r) cdot min(a_l, a_{l + 1}, ldots, a_r) over all pair...

2022-09-21
1

【题解】Customising the Track

Highway 201 is the most busy street in Rockport. Traffic cars cause a lot of hindrances to races, especially when there are a lot of them. The track which passe...

2022-09-21
1

六&七、工厂模式

对象获取逻辑复杂时,例如根据文件类型获取对应的解析器,解析器有很多,就需要在使用对象前,进行臃肿的逻辑判断,才能获取对应的解析器对象。造成获取对象与使用对象耦合,不好扩展。后续新增解析器,又得在获取对象那里添砖加瓦...

2022-09-21
0

用vb.net实现写字板程序报告(二)

用vb.net实现写字板程序报告(二) –by zigz(LuHai)luluhai@eastday.com

2022-09-13
1