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

搜索资源列表

  1. KMP

    0下载:
  2. KMP 模式匹配算法实例 C++源码 字符串查找-KMP pattern matching algorithm in C++ source code search string
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:674
    • 提供者:xilo
  1. filefindvc

    0下载:
  2. 用vc写的文件查找程序......功能比较简单,一起学习-a file find program, using visual c++
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-08
    • 文件大小:1950493
    • 提供者:golden
  1. binarytreealgorithms

    0下载:
  2. 二叉树的各种算法,插入、删除、查找和遍历-Binary tree algorithms, insert, delete, search and traversal, etc.
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2452
    • 提供者:start
  1. KMP

    0下载:
  2. KMP是一种字符串查找算法,具有无需回溯的特点,效率高,本源码实现了KMP算法-KMP
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:4470
    • 提供者:ybelieve
  1. Address

    0下载:
  2. 该系统要求实现一个简单、实用的通信录管理程序,主要功能包括通信录数据的录入、查找、修改、删除、排序、显示等。所有通信录数据都要利用文件系统保存,以备系统下次运行时使用。通过此课题,熟练掌握文件、数组、指针的各种操作,以及一些基本算法思想的应用。-The system requirements to achieve a simple, practical address book management program, the main functions include address book
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3549
    • 提供者:alan
  1. zzbds

    0下载:
  2. 正则表达式的运用 字符串或字符匹配 字符串查找 字符串替换-The use of regular expression matching the string search string or character string replacement
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:5088
    • 提供者:小强
  1. word

    0下载:
  2. C++具有查看文本,统计文本字数,查找单词,等等功能-C++
  3. 所属分类:source in ebook

    • 发布日期:2017-04-02
    • 文件大小:846681
    • 提供者:youli
  1. shanliebiao

    1下载:
  2. 任务: 设计散列表实现电话号码查找系统。 设每个记录有下列数据项:电话号码、用户名、地址; 1,从键盘输入各记录,分别以电话号码和用户名为关键字建立散列表; 2,采用一定的方法解决冲突; 3,查找并显示给定电话号码的记录; 4,查找并显示给定用户名的记录。 -Task: Design Implementation phone number lookup hash table system. Set for each record the following data
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:91343
    • 提供者:谢浩
  1. exShader

    0下载:
  2. OSG结合GLSL,在一个立方体上贴纹理后,对其进行颜色校正,更改为已存在的查找表的颜色值,GLSL可以对纹理颜色值进行更改-OSG integration GLSL, posted in a cube texture is carried out after color correction, change the existing look-up table of color values, GLSL texture color values can be changed
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:9641869
    • 提供者:卉卉
  1. Binary_trees

    0下载:
  2. 二叉树以及二叉查找树的定义及实现,插入、删除、先序、后序、中序、层序-binary tree and search tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:535903
    • 提供者:miss wang
  1. info

    0下载:
  2. 人才信息网,包括简历填写,查找工作,收藏职位,公司进行简历查找,简历收藏等功能-Human resources information network, including complete resume to find work, collection of jobs, companies resume search, resume collections and other functions
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-08
    • 文件大小:389463
    • 提供者:张璐
  1. Advance-Search-And-Replace(DELPHI)

    0下载:
  2. 对任意类型的文件中的内容进行字符串查找替换的高级工具软件源代码,用DELPHI编写。1.支持两种线程模式进行查找或替换:单线程、多线程 2.支持任意格式文件中查找,文件名支持通配符,可同时支持多种文件名 3.查找、替换内容支持使用二进制数据(16进制格式)或普通文本格式 4.支持替换备份,对不慎误替换的文件可以进行还原,防止误操作 5.使用内存搜索方式,速度很快 6.完全免费,提供完整源代码,没有任何功能限制 。-For any type of file contents s
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-27
    • 文件大小:339866
    • 提供者:hhj
  1. VB

    0下载:
  2. 查找所有满足条件的整数对:1)两个整数都是三位数 2)组成两个整数的6为数字各不相同且都不是0 3)第二个数是第一个数的4倍-check interger
  3. 所属分类:File Operate

    • 发布日期:2017-03-21
    • 文件大小:5475
    • 提供者:niduishu
  1. C++ 以二进制形式查找树的实例

    0下载:
  2. C++ 二进制查找树的实例代码,不懂树的下载后研究一下,有用处的,演示效果如下图,这东西用好了可优化你的编程步骤。
  3. 所属分类:其他小程序

    • 发布日期:2016-03-26
    • 文件大小:5784
    • 提供者:wanxiuqingfeng
  1. ConsoleApplication7

    0下载:
  2. 涵盖了多个查找算法,能够实现对数据的查找(this is a algorithm that it can be use to search something you want to find in a group data)
  3. 所属分类:数据结构

    • 发布日期:2017-12-20
    • 文件大小:1763328
    • 提供者:aaa12
  1. kill ate

    0下载:
  2. 查找并关闭窗口, 简单示例程序,全部文件。(find and close windows)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:1869824
    • 提供者:goup
  1. 6s_lut

    0下载:
  2. modis反演气溶胶光学厚度需要输入查找表,根据6s方法,运用6s v4.1软件生成查找表。(To retrieve aerosol optical depth by MODIS, you need to input look-up tables and generate look-up tables using 6S v4.1 software based on the 6S method.)
  3. 所属分类:图形图象

    • 发布日期:2017-12-20
    • 文件大小:450560
    • 提供者:张美好
  1. 9

    1下载:
  2. 任意给定一组数据,设计一个算法,建立一棵二叉排序树,对它进行查找、插入、删除等操作(Arbitrary given a set of data, the design of an algorithm to establish a two fork sorting tree, it is to find, insert, delete, and other operations)
  3. 所属分类:数据结构

    • 发布日期:2017-12-18
    • 文件大小:835584
    • 提供者:celty
  1. binarySearchTree

    0下载:
  2. 这是基于C++语言的关于二叉查找树的删除、插入、查找的功能实现(Delete, insert, find of the binary tree)
  3. 所属分类:数据结构

    • 发布日期:2017-12-19
    • 文件大小:14336
    • 提供者:whay
  1. search

    0下载:
  2. 简单的字典存储查找和显示,原文件为UN.txt,包含130多个国家信息的查找,存储,绘图(Simple dictionary storage, search and display, the original document for the UN.txt, including more than 130 national information search, storage, drawing)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:10240
    • 提供者:简单简
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com