摘要: https://wiki.onosproject.org/display/ONOS/Increasing+VM+disk+space 阅读全文
posted @ 2021-02-19 02:56 confusion 阅读(60) 评论(0) 推荐(0) 编辑
摘要: 计算方法 第一步 首先计算Ax, Ay : 可以看出,首先需要计算出 w, 如果N=4,那么w=-j(或者-i) 第二步 再利用公式F(u,v)=1/N * Ax *f *Ay 常见傅里叶矩阵 欧拉公式 阅读全文
posted @ 2020-10-24 00:35 confusion 阅读(1148) 评论(0) 推荐(0) 编辑
摘要: :noh 阅读全文
posted @ 2019-09-17 11:26 confusion 阅读(268) 评论(0) 推荐(1) 编辑
摘要: DS is called data segment register. It points to the segment of the data used by the running program. You can point this to anywhere you want as long 阅读全文
posted @ 2019-05-18 15:22 confusion 阅读(340) 评论(0) 推荐(0) 编辑
摘要: int和Integer的区别 1、Integer是int的包装类,int则是java的一种基本数据类型 2、Integer变量必须实例化后才能使用,而int变量不需要 3、Integer实际是对象的引用,当new一个Integer时,实际上是生成一个指针指向此对象;而int则是直接存储数据值 4、I 阅读全文
posted @ 2018-09-14 00:19 confusion 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 虽然超类对象可以引用子类对象,但是这个超类对象不能使用子类方法: 、、、 ………………这个叫多态、 …………………………………………………………………………………………………………………… 抽象类的类型变量引用子类对象与非抽象类引用子类对象的区别:??? 阅读全文
posted @ 2018-09-05 17:18 confusion 阅读(360) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-08-26 23:52 confusion 阅读(111) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/dolphin0520/p/3920373.html 阅读全文
posted @ 2018-08-14 20:28 confusion 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 1.Listlterator 接口是 Iterator 的一个子接口。它定义了一个方法用于在迭代器位置前面增加一个元素:void add(E element) 阅读全文
posted @ 2018-08-12 09:27 confusion 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 无限定通配符 阅读全文
posted @ 2018-08-03 23:46 confusion 阅读(531) 评论(0) 推荐(0) 编辑