资源列表

« 1 2 ... .96 .97 .98 .99 .00 1501.02 .03 .04 .05 .06 ... 1665 »

[加密解密CRC

说明:首先将用户输入的字符串转为二进制信息字段并左移16位后得到信息多项式,再利用生成多项式对信息多项式做模2除生成校验码,将16位的校验码拼接在左移空出的位置上,就是发送端发送的信息。由于传输过程中会有差错,所以接收方利用生成多项式对收到的信息同样做模2除检测,若余数为0,则传输过程中没有发生差错;若余数不为0,则传输过程中有差错。-First user input string converted to binary informatio
<罗宵晗> 在 2025-01-15 上传 | 大小:2kb | 下载:0

[加密解密sha1

说明:hash sha1 类, 接口简单, 可接受输入内存指针,文件等-hash sha1
<dowhile1> 在 2025-01-15 上传 | 大小:2kb | 下载:0

[加密解密BCode

说明:B编码C++方案,用递归的方式解决,实现编码和解码-B coding C++ programs, using a recursive solution to achieve encoding and decoding
<翟增辉> 在 2025-01-15 上传 | 大小:2kb | 下载:0

[加密解密en-de

说明:本程序实现了简单的文件加解密,采用文件流的方式操作文件.-The program implements a simple file encryption and decryption operations by way of the file stream file.
<李康康> 在 2025-01-15 上传 | 大小:2kb | 下载:0

[加密解密Form1

说明:It s a Word Generator, used to Make Dictionary for brouthforcing
<mra9776> 在 2025-01-15 上传 | 大小:2kb | 下载:0

[加密解密DES_Decryption

说明:DES Decryption with MATLAB
<amir> 在 2025-01-15 上传 | 大小:2kb | 下载:0

[加密解密Huffman-coding-and-decoding

说明:完整的哈弗曼编码译码程序,信息论与编码课程实验中经常用到的程序-Complete Huffman coding and decoding procedures, information theory and coding course experiments frequently used programs
<左晨> 在 2025-01-15 上传 | 大小:2kb | 下载:0

[加密解密blake

说明:blake算法C++源代码,应用于众多加密摘要和信息安全领域-blake c++ source code, blake is widely used in encry and info security application
<ruoxxx> 在 2025-01-15 上传 | 大小:2kb | 下载:0

[加密解密henon1

说明:文件描述的是与混沌特性相关的的李雅普诺夫指数的相关代码,是判断混沌特性的一个重要指标-This is testing lyapunov index of chaotic characteristics of the code, is an important index for judging chaos characteristics
<万丽> 在 2025-01-15 上传 | 大小:2kb | 下载:0

[加密解密LED

说明:轻量型加密算法LED,适用于RFID等环境,是较新的比较有前景的加密算法。-Lightweight encryption algorithm LED, suitable for RFID and other environmental, newer encryption algorithms are more promising.
<唐宇晨> 在 2025-01-15 上传 | 大小: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 t
<Gebo15> 在 2025-01-15 上传 | 大小:2kb | 下载:0

[加密解密hash

说明:能在数据库中进行数据查找,并且计算平均查找长度,而且对于重复的数据能够解决冲突-Can be in the to find the data, and calculate the average search length, but also for the repeated data to resolve conflicts
<侯松> 在 2025-01-15 上传 | 大小:2kb | 下载:0
« 1 2 ... .96 .97 .98 .99 .00 1501.02 .03 .04 .05 .06 ... 1665 »

源码中国 www.ymcn.org