资源列表
[加密解密] CRC
说明:首先将用户输入的字符串转为二进制信息字段并左移16位后得到信息多项式,再利用生成多项式对信息多项式做模2除生成校验码,将16位的校验码拼接在左移空出的位置上,就是发送端发送的信息。由于传输过程中会有差错,所以接收方利用生成多项式对收到的信息同样做模2除检测,若余数为0,则传输过程中没有发生差错;若余数不为0,则传输过程中有差错。-First user input string converted to binary information field and moves to the left<罗宵晗> 在 2025-06-25 上传 | 大小:2kb | 下载:0
[加密解密] Huffman-coding-and-decoding
说明:完整的哈弗曼编码译码程序,信息论与编码课程实验中经常用到的程序-Complete Huffman coding and decoding procedures, information theory and coding course experiments frequently used programs<左晨> 在 2025-06-25 上传 | 大小:2kb | 下载:0
[加密解密] MarkovNGramm
说明:In the fields of computational linguistics and probability, an n-gram is a contiguous sequence of n items a given sequence of text or speech. The items can be phonemes, syllables, letters, words or base pairs according to the application. The n-grams<Gebo15> 在 2025-06-25 上传 | 大小:2kb | 下载:0