CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - hash code

搜索资源列表

  1. QQHash.rar

    0下载:
  2. 输入QQ密码明码 可以翻译生成 密码hash值 对于QQ2008版以前的有效 可以参考此代码做QQ自动登录器 命令行登录等,QQ password input code can be translated to generate a password hash value for the effective QQ2008 version of the former can refer to this code so QQ automatic login, such as command lin
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1.92mb
    • 提供者:杨红尘
  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
    • 文件大小:10.32kb
    • 提供者:william_chwenyu
  1. md5hash1

    0下载:
  2. This is a sample code for md5 hash implementation in VC-This is a sample code for md5 hash implementation in VC++
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:50kb
    • 提供者:jch
  1. FileMan0902

    1下载:
  2. 操作文件的小工具, 可用正则表达式 改名(批量)、搜索、计算校验码(批量 + 可将校验码加入文件名)、修改文件时间(批量)-file operating utility(support Regular Expression and batch operation). renamed, search, compute hash code, modify file time.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:52.46kb
    • 提供者:sun
  1. Hash

    0下载:
  2. 基于C语言编写的哈希表算法的实现代码,可以很好的理解哈希表及其时间复杂度的度量。-Based on the C language implementation of the hash table algorithm code, a good understanding of the hash table and its time complexity measure.
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:60.17kb
    • 提供者:王志刚
  1. szyfrowanie_js

    0下载:
  2. Hash the Javascr ipt code.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:11.43kb
    • 提供者:gocom
  1. tetris-1.2-src

    0下载:
  2. Hash table example It is only a test code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:92.12kb
    • 提供者:sirius
  1. hashcode

    0下载:
  2. 哈希软算法,对任意大小文件or资料进行哈希-hash software code
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:181.19kb
    • 提供者:guofei
  1. K-PageSearch

    1下载:
  2. 功能特点 多线程网络蜘蛛 网页定向采集 多语言网页编码自动识别 哈希表网页去重 智能网页正文抽取 基于词库的智能中文分词 中文分词词库管理 海量数据毫秒级全文检索 缓存技术 网页快照 高级搜索 竞价排名 网络蜘蛛-Features multi-threaded web spider web oriented multi-language Web page collection automatic identific
  3. 所属分类:Other systems

    • 发布日期:2017-05-13
    • 文件大小:3.2mb
    • 提供者:洋洋
  1. 41

    0下载:
  2. 易语言闪电哈希表模块源码,很不错的易语言源码,适合易语言爱好者学习。-Easy language Lightning hash table module source code, very good in easy language source code for easy language enthusiasts to learn.
  3. 所属分类:其他小程序

    • 发布日期:2017-04-02
    • 文件大小:8.15kb
    • 提供者:fwth1
  1. sudoku_dfs_solve_games

    0下载:
  2. 数独解题方法的一种,用深度优先搜索。代码中候选数的表示用到了离散数学的知识。hash表的应用。大量宏的应用。-The code provde a way to solve sudoku puzzle using DFS algorithm.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:1.83kb
    • 提供者:kongwu
  1. jquery.history

    0下载:
  2. 插件是ajax驱动的页面有后退/前进导航和允许书签。 示例代码: function callback(hash) { // do stuff that loads page content based on hash variable } $(document).ready(function() { $.history.init(callback) $("a[@rel= history ]").click(function(){ $.history.
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:2.02kb
    • 提供者:asdfgaeji
  1. xe2demo

    0下载:
  2. Delphi加密控件源码,包括对称钥匙加密控件和散列函数控件-Delphi encryption control source code, including symmetric key encryption control and hash function control
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-16
    • 文件大小:89.48kb
    • 提供者:blub
  1. Revenge-Code

    0下载:
  2. US-13-Duckwall-Pass-The-Hash-2-The-Admins-Revenge-Code-Duck wall Pass The Hash2 The Admins Revenge Code
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:7.63kb
    • 提供者:shen
  1. 05HashTable

    0下载:
  2. 包括了静态查找,二叉排序树的查找,平衡二叉树,B树,以及基于哈希表的查找。是学习数据结构树,以及关于查找算法的代码-Including static lookup, binary sort tree lookup, balanced binary tree, B tree, and on the hash table lookup. Tree data structure is to learn, as well as about finding algorithm code
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1.12kb
    • 提供者:zb
  1. Hash-table-CPP

    0下载:
  2. 哈希表 的C++ 代码实现-Hash table C++ code
  3. 所属分类:其他小程序

    • 发布日期:2017-04-17
    • 文件大小:176.13kb
    • 提供者:肖冬冬
  1. hash

    0下载:
  2. 哈希表的实现,C++源代码,codeblocks调试成功-Achieve the hash table, C++ source code, codeblocks successful commissioning
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:204.31kb
    • 提供者:Yang
  1. haxi-code

    0下载:
  2. 这个程序主要是哈希编码的简单实现希望有帮助-The main program is a simple realization of the hope of helping hash coding
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.33kb
    • 提供者:Chico
  1. hash

    0下载:
  2. 数据结构实验代码,交互化实现哈希表的动态存储结构(Data structure experiment code, interactive realization of hash table dynamic storage structure)
  3. 所属分类:其他

    • 发布日期:2017-12-18
    • 文件大小:612kb
    • 提供者:twat
  1. Hash Generator

    0下载:
  2. java code for generating md5 hashing
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:7kb
    • 提供者:sachincha
« 12 »
搜珍网 www.dssz.com