CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - HASH

搜索资源列表

  1. Hash

    0下载:
  2. 利用Hash技术统计C源程序中关键字的频度:扫描一个C源程序,用Hash表存储该程序中出现的关键字,并统计该程序中的关键字出现的度。用线性探测法解决Hash冲突。设Hash函数为:Hash(Key)=[(Key的首字母序号)*100+(Key的尾字母序号)] Mod 41。关键字39个。-Hash statistics using C source code in the frequency of keywords: Scanning a C source program, using Hash
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:10568
    • 提供者:william_chwenyu
  1. dictionary

    0下载:
  2. 模拟电子字典查询功能,运用哈希表知识进行功能实现。-Analog electronic dictionary query function, the use of hash table functions knowledge.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:2102
    • 提供者:sunfuquan
  1. hash

    0下载:
  2. HASH加密算法简介H ASH加密算法简介-HASH encryption algorithm encryption algorithm H ASH Introduction Introduction
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:11922
    • 提供者:liguihe
  1. HashTIN

    0下载:
  2. 基于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
  3. 所属分类:Document

    • 发布日期:2017-04-04
    • 文件大小:323187
    • 提供者:李叶林
  1. hash

    0下载:
  2. 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
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:489491
    • 提供者:李叶林
  1. MD5

    0下载:
  2. Labwindows 哈希函数,实现MD5校验码读取的代码-Labwindows hash function, the realization of MD5 checksum code to read the code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:8024
    • 提供者:adobefree
  1. dcpcrypt

    0下载:
  2. BLOWFISH,B64,HASH等算法-BLOWFISH, B64, HASH algorithm, etc.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:150506
    • 提供者:郑有华
  1. hash

    0下载:
  2. Java里的hash类的用法,可以当做一个参考,完善自己的Java程序-Java s hash kind of usage, can be used as a reference, and improve their own Java program
  3. 所属分类:Applet

    • 发布日期:2017-03-29
    • 文件大小:65451
    • 提供者:jacket
  1. sha_core

    0下载:
  2. 安全散列函数的VERILOG实现,通过了fpga验证,在系统正可以直接当IP盒应用-Secure Hash Function VERILOG achieve, through the FPGA verification, the system is can be directly applied when the IP box
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:69717
    • 提供者:金鑫
  1. sha1_verilog

    0下载:
  2. 安全散列算法的另一种verilog实现,对面积的要求更小,但损失了速度,但在一般系统中,完全可以满足大部分需要了-Secure Hash Algorithm another Verilog realization of the demands of a smaller area, but a loss of speed, but in the general system, fully satisfy the needs of the most
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:20253
    • 提供者:金鑫
  1. paixu

    0下载:
  2. hash表的使用,使用hash函数并包含解决冲突的方法-the use of hash table, use the hash function and includes a solution to the conflict
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:2330
    • 提供者:chenyuehong
  1. FileVerifier

    0下载:
  2. FileVerifier++是一款Windows功能软件,它用于计算文件的hash值(算法包括:CRC32,MD5,SHA-1,SHA-256/224/384/512,WHIRLPOOL,以及RIPEMD-128/160/256/320)。支持的hash文件格式包括MD5SUM .MD5, SFV, BSD CKSUM, 以及其他格式。-FileVerifier++ Software is a Windows feature, it used to calculate the hash valu
  3. 所属分类:File Operate

    • 发布日期:2017-04-09
    • 文件大小:1241523
    • 提供者:bestcode
  1. jsonchecker

    0下载:
  2. aspx下的JSON库 JSON(Javascr ipt Object Notation) 是一种轻量级的数据交换格式。易于人阅读和编写。同时也易于机器解析和生成。它基于Javascr ipt Programming Language, Standard ECMA-262 3rd Edition - December 1999的一个子集。 JSON采用完全独立于语言的文本格式,但是也使用了类似于C语言家族的习惯(包括C, C++, C#, Java, Javascr ipt, Perl, P
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:16704
    • 提供者:momo
  1. hash

    0下载:
  2. 线性探测再散列,解决哈希表冲突问题,仅供参考。-Linear detection of re-hash, hash table to resolve the conflict, for informational purposes only.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:1404
    • 提供者:刘飞
  1. java3

    0下载:
  2. 创建一个包装学生信息的java类:包括name,number, age,height,创建该对象的数组用于表示n个学生的信息,并具备显示所有学生信息,查找某个学生的功能。(有输入流,输入数据,使用hash表存储数据) 包含相关代码和运行结果-Create a package of java category of student information: including name, number, age, height, create the object array used
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:13732
    • 提供者:zhou
  1. hash

    0下载:
  2. (1)为班级学生花名册建立开桶或闭桶散列表。 (2)友好性:界面要友好,输入有提示,尽量展示人性化。 (3)可读性:源程序代码清晰、有层次。 (4)健壮性:对输入的数据有纠错处理。-(1) class roster for the establishment of open or closed barrels barrels hash table. (2) friendly: the interface should be friendly, to bring in people w
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:6368
    • 提供者:yangyang
  1. md6_c

    0下载:
  2. 目前最新的MD6 Hash 算法源码,下一代的安全散列验证算法。-The new MD6 hash function,the next generation hash function.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-16
    • 文件大小:35582
    • 提供者:yuisikyo
  1. fork256

    1下载:
  2. the hash function FORK-256,256位的安全散列验证算法,SHA-256的替代者。-the hash function FORK-256,256-bit secure hash authentication algorithm, SHA-256 replacement for him.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-05-03
    • 文件大小:1959
    • 提供者:yuisikyo
  1. HASH

    0下载:
  2. hash加密算法,其中包含原理与源代码,可以学习下经典加密算法,脱壳时可能有用!-hash encryption algorithm, which includes the principle and source code, you can study under the classical encryption algorithm may be useful when the shell!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:4980
    • 提供者:wyowvfp
  1. doc2

    0下载:
  2. This project demonstrates the use of secure hash functions technique to implement a file encryption / decryption system. This implemented application can encrypt / decrypt multiple files on the fly using a password. The password supplied by the
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:201100
    • 提供者:vara
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com