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

搜索资源列表

  1. 文件中字符串的查找与替换

    0下载:
  2. 用比较朴素的方法实现文件中字符串的查找与替换
  3. 所属分类:其他小程序

    • 发布日期:2008-04-27
    • 文件大小:2.11kb
    • 提供者:xindiandian
  1. 文件中字符串的查找与替换2

    0下载:
  2. 用比较高级的算法实现文件中字符串的查找与替换
  3. 所属分类:其他小程序

    • 发布日期:2008-04-27
    • 文件大小:38.5kb
    • 提供者:xindiandian
  1. 动态查找表的设计与实现

    1下载:
  2. 动态查找表的设计与实现
  3. 所属分类:其他小程序

  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
    • 文件大小:28.6kb
    • 提供者:站长
  1. Findfile

    0下载:
  2. Findfile 利用递归算法查找文件的例子,d5及以上支持-Findfile use recursion algorithm search document example, d5 and above supports
  3. 所属分类:Other systems

    • 发布日期:2017-11-09
    • 文件大小:8.47kb
    • 提供者:彭广
  1. findfile1

    0下载:
  2. 查找文件夹内所有文件并列出- Searches in the folder all documents to juxtapose
  3. 所属分类:Other systems

    • 发布日期:2017-12-03
    • 文件大小:40.14kb
    • 提供者:俞妍
  1. 20051018094019

    0下载:
  2. 二分法的c实现,折半查找递归函数,如果查找成功,函数返回关键字所在位置,否则返回-1-dichotomy c realized, binary search recursive function, if you succeed, the function returns keyword location, or else return-1
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:959byte
    • 提供者:h
  1. 数组中查找删除

    0下载:
  2. 数组中的查找和删除数据,最大上限为100,用c语言编写,可直接运行(Array of search and delete data, the maximum limit of 100, written in C language, can be run directly)
  3. 所属分类:其他

    • 发布日期:2017-12-17
    • 文件大小:5kb
    • 提供者:闻怡
  1. 查找COM

    0下载:
  2. 查找电脑COM,可以查找com1--com99,查看运用情况,是否存在(Find the computer COM, you can find com1--com99, check the use of the situation, whether there is)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:1.57mb
    • 提供者:川川娃
  1. 查找定位czdw

    0下载:
  2. cad中lisp查找文字,并定位,文字查找与定位文字查找与定位文字查找与定位,(text find, exploring txt and locations,text find, exploring txt and locations)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:1kb
    • 提供者:DEVILMAYCRY
  1. 查找空文件夹v1.1

    0下载:
  2. 查找路径的空文件夹,可以打开,并且删除,没有使用注册表读取(Find the empty folder of the path, you can open, and delete, do not use the registry to read)
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:325kb
    • 提供者:BOBOPAPA
  1. 插入排序和二分查找

    0下载:
  2. 简单的插入排序和二分查找实现,使用的是C++来实现,可使用GCC来编译(Simple insertion sort and two point search implementation)
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:1kb
    • 提供者:NicolasGUO994
  1. 顺序查找和折半查找

    0下载:
  2. 建立一个整数数据文件datafile 从文件中读取数据构成查找表 顺序查找 冒泡排序 递归及非递归折半查找方法(1, a plastic data file datafile is set up. 2, reading the data from datafile to form a lookup table 3, sequence lookup 4, bubble sort 5, recursive and non recursive binary search
  3. 所属分类:其他

  1. 散列查找

    0下载:
  2. 文件包含散列查找的C++代码以及说明文档。散列查找是一种高效的查找算法。代码中使用了类模板,可作为大型项目的查找接口。(The file contains hashed lookups for C ++ code and documentation. Hash search is an efficient search algorithm. Class code is used in the code as a lookup interface for large projects.)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:51kb
    • 提供者:启明jun
  1. 基于二分查找的有序符号表

    0下载:
  2. 基于平行数组与二分查找的有序符号表是《算法》中的经典查找算法,本程序使用 Python 语言,实现有序符号表。 ST.py 包含两个类,ST 和 OrderedST。 ST是无序的符号表,基于链表实现。按照顺序将键值对插入链表。 OrderedST 则是基于平行数组的有序符号表。在进行查找的时候,使用 二分查找 算法。(The ordered symbol table based on parallel array and two point lookup is the classic
  3. 所属分类:其他

  1. 查找算法

    0下载:
  2. 分析对比顺序查找和折半查找法的特点,并分析算法时间复杂度;以及哈希表的构造与查找,利用开放 地址法函数处理机制;(Two point lookup method and hash function processing mechanism)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:124kb
    • 提供者:SUSHAN666
  1. jQuery关键词查找高亮显示代码

    0下载:
  2. 脚本简介jQuery关键词查找高亮显示代码,在搜索框输入关键词查找元素文字高亮显示效果代码。(The scr ipt introduces the jQuery keyword to look up the highlight code, and enter the keyword in the search box to find the element text highlighting effect code.)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:34kb
    • 提供者:多年以后ljp
  1. 第12章 查找业务应用使用的数据表

    0下载:
  2. 在ABAP编程时,很大的工作量是查找模块中使用的是哪个数据表的哪个字段,可以通过帮助直接查找表和字段,结构通过SQL跟踪(ST05)(In ABAP programming, a great deal of work is to find which field in which data table is used in the module, by helping to find the table and field directly, the structure is tracked b
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:237kb
    • 提供者:mark_rcw
  1. VC++查找USB設備的源代碼

    0下载:
  2. VC++查找USB設備的源代碼,適合初學者的例子(VC++ to find the source code of USB device, suitable for beginners.)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:32kb
    • 提供者:GreenTrack
  1. 排序查找

    1下载:
  2. 排序与查找程序 实现如下步骤要求的功能: 1. 从键盘输入若干个非负整数,遇到-1 则结束输入,将这些数保存到一个足够大的 一维数组中,非负整数的个数保存到变量 n 里面。 2. 使用函数 print_array(int*a,int n)在屏幕上输出排序前的 n 个整数。 3. 使用选择排序函数 select_sort(int *a, int n)将输入的 n 个整数从大到小排序。 4. 使用函数 print_array(int *a, int n)输出排序后的 n 个整数。 5.
  3. 所属分类:其他

    • 发布日期:2019-11-01
    • 文件大小:588kb
    • 提供者:zhangmuzi
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com