CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - text Search

搜索资源列表

  1. NetSuper

    0下载:
  2. 软件功能介绍: (1)搜索局域网内的所有活动的计算机,并将 显示这些计算机的IP地址,所属的域或者工作组. (2)搜索指定的某个计算机的共享资源. (3)搜索所有计算机的所有共享资源. (4)打开某个指定的计算机. (5)打开某个指定的共享目录. (6)将某个指定的共享目录映射到本地磁盘(映射网络驱动器). (7)将搜索到的计算机列表导出到文本文件,一目了然. (8)将搜索到的共享资源列表导出到文本文件. (9)搜索SQL Server服务器,将局域网中
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:251.08kb
    • 提供者:xiao
  1. pb_notepad

    0下载:
  2. 纯pb的记事本程序,要实现文本文件的新建,删除,修改及查找功能-pure pb in the notebook of procedures, in order to achieve the new text files, deletion, modification and search function
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:22.42kb
    • 提供者:德子
  1. env_audit-1.05.tar

    0下载:
  2. 项目描述: Env_audit is a program that ferrets out everything it can about the environment. It looks for process IDs, UID, GID, signal masks, umask, priority, file descr iptors, and environmental variables. It comes with test configurations for anacron, a
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:19.54kb
    • 提供者:阿荣
  1. BruteForce

    0下载:
  2. 基于密码加密的暴力破解法。猜测密码长度,3-6位,并逐一尝试破解,找出正确密码。-Brute-force Search Attack on the Password-based Encryption The program is divided into three parts: encryption, decryption and brute-force attack, which are the three methods in my class. In the brute-for
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:15.87kb
    • 提供者:Will
  1. src

    1下载:
  2. 1,概述 哼唱检索是基于旋律内容的音乐检索,指用户通过唱出歌词或者哼出歌曲旋律作为输入检索数据,从旋律数据库中检索相对应音乐的检索方法;相对于传统的基于文本的音乐检索,哼唱检索给用户提供了更便捷友好的查询方式,不仅可以作为基于文本的音乐检索一种有益补充,而且还能带来更佳的用户体验。-1, an overview of humming the melody-based retrieval is to retrieve the content of the music, the lyric
  3. 所属分类:Windows Kernel

    • 发布日期:2016-06-03
    • 文件大小:595kb
    • 提供者:liweitao
  1. Awenben

    0下载:
  2. A盟密本-----不错的文本加密源代码 =================================== 产品特点 ~~~~~~~ ================================= 1、文本加密 使用简单的XOR技术加密,不过是很容易破解的 2、获取C盘序列号变成注册码(压缩文件里面附上算号器) 3、通过百度搜索 4、多语言支持 5、文字字体、颜色选择 6、关联文件,关联*.UOD(此项有BUG,欢迎高人指出) -A UN
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-19
    • 文件大小:5.63mb
    • 提供者:独萧
  1. main_viewer

    0下载:
  2. 嵌入式Linux + GTK,用于阅读文本文件,可搜索一个指定目录下的所有文件,将显示在列表框中,并根据用户点击显示相应的文件内容。-Embedded Linux+ GTK, for reading text files, can search a specified directory of all the documents will appear in the list box, and in accordance with a user clicks on the correspondi
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:2.05kb
    • 提供者:fzrlly
  1. KEYTREE

    0下载:
  2. 一个小型全文检索模型,里面含有输入输出样例。-A small full-text search model, which contains sample input and output.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:4.36kb
    • 提供者:once
  1. clucene-core-2.3.3.4.tar

    0下载:
  2. CLucene是Lucene的一个C++移植,Lucene是一个基于java的高性能的全文搜索引擎。CLucene因为使用C++编写,所以理论上要比lucene快。-CLucene is the Lucene a C++ of transplantation, Lucene is a java based high-performance full-text search engine. CLucene because use C++ to write, so in theory faster
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-10
    • 文件大小:2.14mb
    • 提供者:zeng wei
  1. text

    0下载:
  2. 提供字典解密和穷搜索解密功能,将需要解密的md5值放在text.cpp里面即可,本程序为作业实验,以供参考-Dictionary decryption and the poor search decryption function, will need to decrypt the md5 value on text.cpp inside the can, the procedures for operating experiments, for reference
  3. 所属分类:Crack_Hack

    • 发布日期:2017-11-18
    • 文件大小:370.74kb
    • 提供者:何梓豪
  1. ts_kmp

    0下载:
  2. Knuth-Morris-Pratt text search implementation for linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-02
    • 文件大小:1.13kb
    • 提供者:qonengbui
  1. ts_fsm

    0下载:
  2. A naive finite state machine text search approach for linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-03
    • 文件大小:2.44kb
    • 提供者:qonengbui
  1. ts_bm

    0下载:
  2. Boyer-Moore text search implementation for linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-01
    • 文件大小:1.5kb
    • 提供者:qonengbui
  1. textsearch

    0下载:
  2. Generic text search interface for linux v2.4
  3. 所属分类:Linux-Unix program

    • 发布日期:
    • 文件大小:3.17kb
    • 提供者:piwexin
  1. ts_kmp

    0下载:
  2. Knuth-Morris-Pratt text search implementation for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1.11kb
    • 提供者:tunvangui
  1. textsearch

    0下载:
  2. Generic text search interface for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3.59kb
    • 提供者:danwokiu
  1. ts_kmp

    0下载:
  2. Knuth-Morris-Pratt text search implementation.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1.8kb
    • 提供者:bourjjou
  1. ts_fsm

    0下载:
  2. A naive finite state machine text search approach.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2.97kb
    • 提供者:gkkdbei
  1. ts_bm

    0下载:
  2. Boyer-Moore text search implementation for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2.29kb
    • 提供者:kvnonjl
  1. TSE1.0

    0下载:
  2. 基于ICTCLAS分词工具的本地全文搜索器。GTK+编写的图形界面。-An original text search engine based on ICTCLAS lib. GUI written by GTK+.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-22
    • 文件大小:5.88mb
    • 提供者:NIrvana
« 12 »
搜珍网 www.dssz.com