Java Unsafe 测试代码 import com.User; import org.junit.Before; import org.junit.Test; import sun.misc.Unsafe; import java.lang.reflect.Field; import java. ...
分类:
编程语言 时间:
2020-08-28 15:05:16
阅读次数:
64
题意:有$n$个点,$m$条边,只有当你的智力值大于这条边的$w$才能走,问在花费不超过$k$的情况下,从$1$走到$n$的所需的最小智力值. 题解:这题比赛为什么没想出来呢?赛后看题解发现可以二分答案然后跑最短路来check,网上的题解全都是SPFA啊,我还是喜欢写dijkstra qwq. 代码 ...
分类:
其他好文 时间:
2020-08-26 18:34:26
阅读次数:
47
简单句 1. 什么是英语句子 英语的句子必须具备主谓结构 ,并且主语一定是谓语的发出者,如果有宾语的话,宾语一定是谓语动词的对象或承受者 2. 英语句子的基本结构 主谓:He die 主谓宾: 谓语:实义动词 主谓表: 谓语: 系动词 : be动词 感官动词:look=seem=appear,sme ...
分类:
其他好文 时间:
2020-08-11 10:35:07
阅读次数:
170
In this note,you will not find the concept of QS and the method of how to compute the cost of time and space of this algorithm。This page will not refe ...
分类:
其他好文 时间:
2020-07-26 01:23:01
阅读次数:
76
Comments 注释简介 Let's take a quick break from programming and talk about comments. Comments help programmers understand what exactly the computer progra ...
分类:
其他好文 时间:
2020-07-24 09:19:32
阅读次数:
81
MicroBlaze可以使用AXI BRAM存放数据和指令。有些客户软件很大,需要把AXI BRAM的空间做到最大。AXI BRAM底层是Block RAM或者Ultra RAM。器件的Block RAM或者Ultra RAM个数,决定了AXI BRAM的大小。 在ZCU106单板上,有个Block ...
分类:
其他好文 时间:
2020-07-23 22:42:04
阅读次数:
121
##题目 Pasha loves to send strictly positive integers to his friends. Pasha cares about security, therefore when he wants to send an integer n, he encry ...
分类:
其他好文 时间:
2020-07-19 23:37:51
阅读次数:
80
1.IO流 它们是输入输出流, https://stackoverflow.com/questions/3385201/confused-about-stdin-stdout-and-stderr 当程序需要输入和输出以及记录错误时,就可以使用上面的三个输出输出流,它们不用担心是否连接到了键盘或者是 ...
分类:
其他好文 时间:
2020-07-19 17:59:52
阅读次数:
63
https://www.cse.unsw.edu.au/~cs9313/20T2/slides/L6.pdf Table recall: 1. rows: entity 2. columns: attributes Spark SQL: 1. Spark SQL is not about sql, ...
分类:
数据库 时间:
2020-07-19 00:39:19
阅读次数:
98