搜索资源列表
hash
- 这是一个用matlab写的hash函数,相信对用matlab做实验仿真的同学有所帮助
HashM
- 用Matlab实现Hash算法下大篇幅文本文件中字符出现的频率的统计!非常精炼!-Hash algorithm used Matlab to achieve great length text file in the frequency character of the statistics! Very refined!
lshcode.tar
- LSH 和e2LSH算法,感觉hash函数不怎么好。-LSH and e2LSH algorithm, hash function is not very good feeling.
MD5
- 哈希函数MD5,自己在MATLAB仿真实现的代码。供大家学习交流。-hash funtion MD5 Matlab codes,which is edited for our studying
HashTIN
- 基于Hash函数的TIN拓扑关系重建,Hash函数的构造方法,基于Hash函数的TIN拓扑关系重建算法-Hash function based on the relationship between TIN topology reconstruction, Hash function construction method, based on the Hash function reconstruction algorithm TIN topological relations
hash
- There are several problems related to the properties of the triangular mesh representation that describes a surface of an object. Sometimes, the surface is represented just as a set of triangles without any other information and the STL file
d2
- 利用HASH(采用sha-1算法)算法原理,设计数字签名的水印算法,完成嵌入、(提取)验证,-Use HASH (using sha-1 algorithm) algorithm, design of watermarking algorithms digital signature to complete the embedding, (extract) authentication,
HMAC-SHA
- hmac using SHA algorithm source code-hmac using SHA algorithm source code...
hashtable
- calculate the hash based on the matlab
hash
- 亲测,很好用的hash function-Pro-test, a good hash function used
hashingToolbox0_1beta
- 在Matlab中的图像哈希Toobox。 该hashingdemo执行一两个图像匹配自动测试演示了知觉。这是通过计算哈希做了两个图像的方法和比较向量中包含的哈希是一种有意义的图像-Matlab in image hash Toobox. A two images of the execution of the hashingdemo match the automatic test demo consciousness. This is done by calculating the has
hash
- 散列算法,用于生成原始消息的数字指纹,本算发基于MATLAB编写,本算法包含多种流行的散列算法,包括SHA1和SHA-256等广泛应用的散列算法,通过本程序,可以对几种广泛应用的散列算法进行调用-Hash algorithm used to generate the digital fingerprint of the original message, this is based on MATLAB, this algorithm contains a variety of popular h
Hamming_LSH
- 关于局部哈希的matlab源码,可直接建立工程运行此程序-About the local hash matlab source code, can be directly run this program to build the project
hash
- 哈希函数的matlab代码,此函数不可逆,具有加密功能。-Hash function matlab code, this function is not reversible, with encryption features.
HASH
- 经典哈希算法,用MATLAB实现。20个字限制-Hash algorithm with MATLAB.
DataHash
- 官方哈希加密算法 % EXAMPLES: % % Default: MD5, hex: % DataHash([]) % 5b302b7b2099a97ba2a276640a192485 % % MD5, Base64: % Opt = struct('Format', 'base64', 'Method', 'MD5'); % DataHash(int32(1:10), Opt) % +tJN9yeF89h3jOFNN55XLg % %
md5
- 在MATLAB上可运行的计算文件md5哈希值的算法文件(Algorithm file for calculating file md5 hash value that can be run on MATLAB)
MD5散列函数的MATLAB代码
- 利用散列哈希函数对信息进行散列,产生一个定长的信息摘要,从而可实现消息的认证和完整性验证(Hash function is used to hash information to produce a certain length of information summary, which can realize message authentication and integrity verification.)
DataHash_20190519
- 用matlab实现区块链,其中包括挖矿、哈希函数、创建区块,连接成链等过程(Matlab block chain, including mining, hash function, block creation, link into the chain process)
hash函数
- hash函数matlab的实现,很有参考价值