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

搜索资源列表

  1. linear-list 线性表从顺序表中才查找与给定的元素值相同的元素在表中的位置

    0下载:
  2. 构造一个空的线性表从顺序表中才查找与给定的元素值相同的元素在表中的位置-Linear form constructed from an empty table in order to find only elements with the same value for a given element position in the table
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-26
    • 文件大小:1196
    • 提供者:小丫
  1. FileSearchSystem.rar

    0下载:
  2. vc++文件查找系统,可以通过文件名,部分文件名,以及文件内容搜索本地文件,vc++ document search system, can the file name, part of the file name, as well as the content of the document to search for local documents
  3. 所属分类:File Operate

    • 发布日期:2017-03-28
    • 文件大小:48537
    • 提供者:tohshin
  1. Find_OperationSystemExperiment

    0下载:
  2. 仿照unix操作系统中的find命令,在windows上实现一个find命令。find命令从指定的目录下开始,递归地查找指定文件。其命令格式如下: find PATH -option 参数 [-print] [-exec 命令 {} \ ] PATH:查找的起始目录。 -option 参数:用来控制搜索方式,具体如下(以下只给我常用的): -name "文件":指定要查找的文件名,可以有通配符?*等。 -prune 目录:指出搜索时不搜索该目录。 -mt
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:53851
    • 提供者:luqianhui
  1. 二叉查找树的创建、查找、插入和删除

    1下载:
  2. 二叉查找树的创建、查找、插入和删除 问题描述:运行时产生若干个随机整数,依次插入到一棵初始为空的二叉查找树中,并能在其中查找、插入、删除指定的整数。,Binary Search Tree to create, find, insert and delete the problem descr iption: run-time generated a number of random integers, followed by insertion into an initial empty bi
  3. 所属分类:数据结构常用算法

    • 发布日期:2015-06-23
    • 文件大小:1044
    • 提供者:李晓风
  1. binary_tree.rar

    0下载:
  2. 根据所输入的一串数字,以“,”间隔,生成一棵二分查找树,生成的树以图像形式出现。,According to the input of a string of figures, interval to generate a binary search tree, the tree generated in the form of images.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:18029
    • 提供者:wins
  1. 查找向量容器中的两个字符串

    0下载:
  2. 编程实现如下功能:在主函数中,使用find()函数查找向量容器中的两个字符串,然后使用排序算法sort对查找到的两个字符串之间的所有字符串进行排序操作,最后输出排序后的向量容器中的字符串。其中函数push用于生成一个包含12个字符串的向量,函数disp用于输出向量容器中的字符串。,Programming to achieve the following functions: the main function, use the find () function to find Vector co
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-22
    • 文件大小:4212
    • 提供者:weiht
  1. FPGA.rar

    1下载:
  2. 关于FPGA查找表内部结构的介绍,对查找表的建立与使用也有初步讲解 ,FPGA lookup table on the internal structure, the look-up table for the establishment and initial on the use of
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-26
    • 文件大小:120845
    • 提供者:韩飞
  1. 用折半查找法找出该职工的姓名

    0下载:
  2. 用折半查找法找出该职工的姓名.txt 这个问题并不是C语言,是数据结构方面的问题 首先,你要查找的表是有规定的有序表 表中数据元素按关键码升序或降序排列的表称为有序表。 折半查找的思路是,在有序表中取中间元素作为比较对象,若给定值与中间元素的关键码相等,则查找成功;若给定值小于中间元素的关键码,则在中间元素的左半区继续查找;同理,如果找不到在右半部查找。不断重复上述的查找过程,直到查找成功,或所查找的区域无数据元素,查找失败。 如果还是不懂的话,可以查找一下有关数据结构方面的书,会更加
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-09-17
    • 文件大小:4821
    • 提供者:3345143
  1. FileOperation

    0下载:
  2. 使用Windows API的文件操作,创建文件、删除文件、按名查找文件、显示当前目录信息、复制文件-File operations using Windows API to create files, delete files, find files by name, display the current directory information, copy the file
  3. 所属分类:File Operate

    • 发布日期:2017-04-09
    • 文件大小:1904245
    • 提供者:Meihua
  1. findfile

    0下载:
  2. delphi历遍递归快速查找文件算法:运用独特的运算算法,和精简的代码实现的历遍递归快速查找文件,是个不可多得实用实例,里面代码全。-delphi calendar quickly locate files all over the recursive algorithm: the use of a unique computing algorithms, and streamlining the code over the recursive implementation of the cal
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-23
    • 文件大小:202051
    • 提供者:QQ仔
  1. AdvTree

    0下载:
  2. 高等树控件,带有源代码,查找速度和数据量可以非常大,是一个难得的好的查找算法-Search based on tree.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:37677
    • 提供者:xunen dong
  1. HASH

    0下载:
  2. 【问题描述】 针对某个集体(比如你所在的班级)中的同学联系电话设计一个哈希表,使得平均查找长度不超过R,完成相应的建表和查表程序。 【基本要求】 (1) 假定每个记录有下列数据项:电话号码、用户名、地址。 (2) 一是从数据文件old.txt(自己现行建好)中读入各项记录,二是由系统随机产生各记录,并且把记录保存到new.txt文件中以及显示到屏幕上,记录条数不要少于30,然后分别以电话号码和用户名为关键字建立哈希表。 (3) 分别采用伪随机探测再散列法和再哈希法解决冲突。
  3. 所属分类:File Operate

    • 发布日期:2017-05-10
    • 文件大小:16193
    • 提供者:hhjlele
  1. 批量查找替换文件及文件名称

    0下载:
  2. 批量查找替换文件夹中文本文件及文件名称,显示查找字符串的位置
  3. 所属分类:文件操作

    • 发布日期:2012-11-03
    • 文件大小:34352
    • 提供者:aspzj@163.com
  1. NETFile

    0下载:
  2. .net处理文件的常用操作,包括文件的查找,文件的删除,文件的移动,文件重命名等功能-. net commonly used in document processing operation, including document search, file deletion, file move, rename files and other functions
  3. 所属分类:.net

    • 发布日期:2017-03-30
    • 文件大小:850794
    • 提供者:tengyisong
  1. search

    0下载:
  2. 索引顺序表查找,索引顺序查找即分块查找,是将顺序表分成诺干块。-Indexed sequential table lookup, the index in order to find that the search block is to the order of the table is divided into Nokan blocks.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3733
    • 提供者:张蓓蓓
  1. sift

    0下载:
  2. 这段代码是SIFT算法的C++代码,sift算法主要用于查找两张图像的共同特征点-SIFT algorithm for C++ code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:696422
    • 提供者:何青
  1. code

    2下载:
  2. 对24位的彩色图像用中位切分(中位区分)法将其转换成8位索引图像,并且生成对应的颜色查找表。-median-cut algorithm,8-bit index map, lookup table,256 colors,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:486261
    • 提供者:yanqinhuang
  1. winfinder_demo

    0下载:
  2. 类似spy++里查找窗口功能的程序-The app which likes spy
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-13
    • 文件大小:28375
    • 提供者:站长
  1. ComboBoxCS_demo

    0下载:
  2. 查找字符串时对大小写敏感的选择框。-Search DialogBox which is sensitive to uppercase/downcase char when it is searching a string.
  3. 所属分类:ComboBox

    • 发布日期:2017-11-19
    • 文件大小:21827
    • 提供者:站长
  1. WindowFinder_src

    0下载:
  2. 类似spy++中查找窗口功能的程序-A program which is like the function of searching window in syp
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-01
    • 文件大小:29282
    • 提供者:站长
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com