上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 27 下一页
摘要: 乘法群: 定理: 阅读全文
posted @ 2020-12-31 13:05 然终酒肆 阅读(3027) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/buaaxhzh/p/9138307.html 写的很好 阅读全文
posted @ 2020-12-23 18:49 然终酒肆 阅读(163) 评论(0) 推荐(0) 编辑
摘要: package Test; public class test0 { public static void main (String []args) { char a = ('A' | ' '); //转小写 System.out.println(a); char b = ('b' & '_'); 阅读全文
posted @ 2020-12-21 23:00 然终酒肆 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 有关ArrayList参见菜鸟教程 https://www.runoob.com/java/java-arraylist.html 代码不敲了 很简单 这个也是 太水了 不敲了 阅读全文
posted @ 2020-12-20 12:09 然终酒肆 阅读(72) 评论(0) 推荐(0) 编辑
摘要: 没空敲了 代码是别人的轮子 稍微改了改 把单链表全实现了 package Test; public class Linked <T>{ private class Node{ private T t; private Node next; public Node(T t,Node next){ th 阅读全文
posted @ 2020-12-20 10:30 然终酒肆 阅读(70) 评论(0) 推荐(0) 编辑
摘要: package Test; public class test0 { static final int SLOW = 1;//三个名为SLOW,MEDIUM,FAST而值为1,2,3的常量,表示风扇的速度。 static final int MEDIUM = 2; static final int 阅读全文
posted @ 2020-12-20 10:16 然终酒肆 阅读(98) 评论(0) 推荐(0) 编辑
摘要: package homwk; import java.util.Scanner; public class hmwk7 { public static boolean judge(int[][] b){ for(int i=0;i<b.length;i++){ for(int j=0;j<b[i]. 阅读全文
posted @ 2020-12-20 10:09 然终酒肆 阅读(69) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/asahiLikka/p/11712298.html 看懂了 数字图像处理 就t。m。过了! 阅读全文
posted @ 2020-12-19 23:51 然终酒肆 阅读(169) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/u013539952/article/details/80610260 写的一点废话也没有 舒服 阅读全文
posted @ 2020-12-19 23:38 然终酒肆 阅读(72) 评论(0) 推荐(0) 编辑
摘要: 我们首先定义编码器的模型 这一章节(信道编码)其中的公式 定义 总结 上图 一定要全部记住 克拉夫特不等式(判断是否为唯一可译码) 例题: 香农第一定理 香农码 二元香农码编码步骤 直接看例题: 其中牵扯到十进制转化为二进制小数: 二元费诺码的编码 霍夫曼码: 编码步骤 看例题 很好懂 香农编码、费 阅读全文
posted @ 2020-12-18 23:17 然终酒肆 阅读(801) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 27 下一页