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

搜索资源列表

  1. mmtrie

    0下载:
  2. 写这个的出发点是吧之前做的trie能写到文件而且能很容易mmap到内存, 可以用于输入法 搜索引擎分词 词表的功能, 共享前缀存储, 支持最大20亿节点. 简单一点可以当一个hash表使用, 查找的时间复杂度为 N* Log(256) N为字符长度, key可以为二进制的数据, value 必须为int类型, 不能为0, 因为mmtrie_get()/find() 没有结果的情况下为0, 如果需要set value为0的话自己+1, 出来的时候-1就好了.-Write the start
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:5200
    • 提供者:王涛
  1. get-kernel32

    0下载:
  2. 通过搜索内存地址,获得kernel32.dll在内存中的基地址,同样的方法适用于其他dll的搜索-search the memory to find the base address of kernel32.dll
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:1069
    • 提供者:郑炯
  1. algorithm

    0下载:
  2. DES算法 DSA算法 ElGamal算法 Kohonen的SOFM(自组织特征映射) LAM(线性联想记忆)算法 LZW 压缩算法 MD5算法 PGP的安全性(一) PKCS #7 RSA算法 SSL是怎样工作的? Ternary Search Trees 产生组合的非递归算法 大整数的乘法 对LZW算法的改进及其在图象无损压缩中的应用 复数快速傅立叶变换算法 加密算法与密钥管理 经典加密算法在VB中的实现(1)- Rsa
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:210329
    • 提供者:蟲子
  1. QuickFindlargefilesinVBstrings

    0下载:
  2. VB快速查找大文件中的字符串: 基于内存影射文件和VB模拟指针技术,能大大加快大型文件中字符串的查找速度。-VB quickly find large files in the string: memory mapping files and VB based simulation pointer technology, can greatly speed up large file string search speed.
  3. 所属分类:File Operate

    • 发布日期:2017-04-08
    • 文件大小:2156
    • 提供者:齐人同
  1. abc

    0下载:
  2. (1)实现简单电话本功能,用姓名来搜索电话号码; (2)用户输入姓名,程序查找并输出结果; (3)用户可以通过输入,添加姓名和电话号码; (4)用户可以删除姓名和电话号码; (5)电话本可以保存在指定文件中; (6)电话可被从指定文件中读入到内存。 -(1) simple phone book function, use the name to search for phone numbers (2) user input the name, the program to
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1701
    • 提供者:飞扬
  1. sr

    0下载:
  2. 商人过河问题是数学建模中的一个经典问题,程序利用链表存储渡河状态,使用穷举的算法实现。该算法会找出N个商人/随从渡河的一个可行方案,但并不保证是最佳方案。写完这个程序后让我想到的居然是图的深度优先搜索,二者在查找的思想上是类似的。-Mathematical modeling business across the river in question is a classic problem, the program memory to cross the river using the stat
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:1707
    • 提供者:周华漫
  1. shunxu

    0下载:
  2. 试编写一个用索引进行顺序查找的程序。 (1) 要求将数据以分块有序形式分别存放在不少于10个磁盘文件(块)中,每个文件中不少于10个数据,并能在内存中自动建立索引表; (2) 对任意待查找的关键字,若查找成功,给出其关键字比较次数。 (3) 自行设计测试用例。 -Try to write a sequential search using the index procedure. (1) requires the data to the form of block order w
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:58670
    • 提供者:贾铭
  1. sudoku

    0下载:
  2. C++解数独的代码,使用了三种方法,依次对应解决不同难度的数独,并且最后采用由堆栈为基础数据结构的深度优先搜索法解数独,可以保证解决所有的可解数独。使用了STL的bitset,利用位操作节省内存。-C++ code alone the stops, using three methods, followed by the corresponding number of varying difficulty to solve alone, and Finally the data structur
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:368489
    • 提供者:wjn_nb
  1. mathmatic-C-program

    0下载:
  2. 数值计算方面的5个C程序,包括排序、内存恢复、停车场管理、点源距离、优先搜索等内容。-Numerical Calculation for five C procedures, including ordering, memory recovery, car park management, point source distance, first search and so on.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:7263
    • 提供者:
  1. BPtree

    0下载:
  2. B+树的动态实现,可以选择阶数,动态开辟内存,删除,添加,查找功能。-Dynamic implementation of B+ tree, you can choose the order, dynamic open up memory, delete, add, search functions.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:302808
    • 提供者:王中杰
  1. OZ-Computer-Programming(MIT-Press)

    1下载:
  2. oz:多范式语言,  函数型语言(词法域 第一类过程 模式匹配 第一类统一语法),lazy,高阶(可实现非递归的循环),尾递归,描述式编程  面向对象(状态 Stateful/抽象数据类型 多重继承),  并行(多线程)(dataflow(数据流)线程 动态 连续 互影响),  约束编程和逻辑推理(逻辑变量 分离结构 可编程搜索策略),人工智能,  分布式(网络透明的分布式运算 组件编程 自动连接自动断线 共享变量/对象/类/和过程),  网络编程,无状态数据
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4545230
    • 提供者:yuchao
  1. cam

    0下载:
  2. 基于FPGA的CAM代码,CAM (Content Addressable Memory) offers increased data search speed. In various applicationsbasedonCAM,therearedifferingrequirementsfordataorganinzatationandread/ write performance. -CAM (Content Addressable Memory) offers increased
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:19455
    • 提供者:yuzhiwu
  1. Tightly-Packed-Tries

    0下载:
  2. Tightly Packed Tries: How to Fit Large Models into Memory, and Make them Load Fast, Too We present Tightly Packed Tries (TPTs), a compact implementation of read-only, compressed trie structures with fast on-demand paging and short load times. We de
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:120788
    • 提供者:Ngo Minh Thai
  1. visKDTree

    0下载:
  2. KD树的程序,实现从2维到k维的数据检索。kd树(k维搜索树)是把二叉树搜索树推广到多维数据的一种主存数据结构。kd树是一个二叉树,他的内部节点由一个相关联的属性a和一个值v,它将数据点分成两个部分:a值小于v的部分和a值大于等于v的部分。由于所有的维的属性在层间循环,所以树在不同层上的属性是不同的。-KD tree program, from a 2-D to k-dimensional data retrieval. kd Tree (k-dimensional search tree) i
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:821257
    • 提供者:曾真
  1. MagicWord

    0下载:
  2. VC++ 单词魔法记忆软件,实际上是一个ADO操作实例,对象是Access数据库,完成单词翻译的添加、删除、编辑、查找、列举-VC++ magic word memory software, is actually an instance of an ADO operation, the object is a Access database, complete the translation of words to add, delete, edit, search, list
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-02
    • 文件大小:96444
    • 提供者:天外有天
  1. KT0915-12BAND-Radio-ic-driver

    1下载:
  2. KT0915收音IC程序实现了全波段数字收音机的全部功能,包含步进搜索、全自动搜台、存台等功能。I2C通信,EEPROM存储台频率等等。包含I2C通信代码,修改宏定义接口即可方便移植到任何单片机程序中。-KT0915 radio IC process to achieve a full band digital radio, all features, including step search, automatic station search, storage units and other
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:17917
    • 提供者:廖竻棠
  1. CE

    0下载:
  2. ce易语言源代码,用于内存数据的搜索与修改-ce easy language source code for the search and modify memory data
  3. 所属分类:其他小程序

    • 发布日期:2017-04-08
    • 文件大小:10701
    • 提供者:xjh
  1. leicun

    0下载:
  2. DNF做外挂用的内存搜索工具 在搜索上感觉还是不错 做外挂用不错-DNF external memory used to do or a good search tool
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-03-29
    • 文件大小:302698
    • 提供者:王飞
  1. hzbj

    0下载:
  2. 音节的序号可通过表查。采用这个结构,最大好处是可为码表减肥,节省内存-The serial number of syllables can search through the table. Using this structure, the biggest benefit is for the code table to lose weight, save memory
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3099
    • 提供者:王圣军
  1. cedit

    0下载:
  2. 音节的序号可通过表查。采用这个结构,最大好处是可为码表减肥,节省内存-The serial number of syllables can search through the table. Using this structure, the biggest benefit is for the code table to lose weight, save memory
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2775
    • 提供者:王圣军
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 16 »
搜珍网 www.dssz.com