搜索资源列表

  1. 运用非递归方式设计折半查找法的程序

    0下载:
  2. 五子棋源程序法的程序-renju source Act procedures
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:
  1. zhao

    0下载:
  2. 折半查找的算法以及顺序查找-binary search algorithm to search and order
  3. 所属分类:C#编程

    • 发布日期:2024-05-14
    • 文件大小:6144
    • 提供者:小林
  1. 查找网络计算机的主机名或IP地址控件

    0下载:
  2. 查找网络计算机的主机名或IP地址控件-find the mainfr a me computer network or IP address control
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:24576
    • 提供者: 星心
  1. Find_String

    0下载:
  2. 查找含有 某些字符串的 文件。-search string containing some documents.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:41984
    • 提供者:李泽
  1. filesearch

    0下载:
  2. C#文件查找的类-C# type of document search
  3. 所属分类:C#编程

    • 发布日期:2024-05-14
    • 文件大小:25600
    • 提供者:刘湘东
  1. QSearchStr

    0下载:
  2. 一种改进的Boyer-Moore的字符串查找算法,并封装到类-an improved Boyer- Moore string search algorithms, and type of packaging
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:曹天
  1. BST BBT

    0下载:
  2. 数 据 结 构 大型 作业3.1输入一个数列L,生成一棵二叉排序树T;3.2对二叉排序树T作中序遍历,输出结果;3.3计算二叉排序树T的平均查找长度, 输出结果;3.4判断二叉排序树T是否为平衡二叉树,输出信息“OK!”/“NO!”;3.5再使用上述数列L,生成平衡的二叉排序树BT,每当插入新元素,发现当前的二叉排序树BT不是平衡的二叉排序树,则立即将它转换成新的平衡的二叉排序树BT;3.6计算平衡的二叉排序树BT的平均查找长度,输出结
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:4096
    • 提供者:洪玲叶
  1. 一个很好的文本编辑器

    0下载:
  2. 一个很好的文本编辑,实现了文本文件的创建、读入、保存。文件内容的修改:字、词、段的插入、删除、修改。文件内容的查找、替换:词,文件内容的Copy、Paste。不使用MFC-a good text editor, the realization of the creation of text files, read, the depositary. The contents of the documents modifications :
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:156672
    • 提供者:奚瑞骏
  1. 带通配符的字符串匹配算法源代码

    0下载:
  2. 带通配符的字符串匹配算法源代码。程序中的查找算法比较先进,提高模糊查询的功能,可以查询字母和汉字,很有用吆。-with wildcard string matching algorithm source code. Procedures for the more advanced search algorithm to improve fuzzy query function can find letters and Chinese c
  3. 所属分类:系统编程

    • 发布日期:2024-05-14
    • 文件大小:4096
    • 提供者:张三水
  1. Finder

    0下载:
  2. 一个用多线程实现文件查找的例子本代码实现了利用多线程实现文件的查找-using a multi-threaded search files example of the implementation of the code by using multithreading document search
  3. 所属分类:文件操作

    • 发布日期:2024-05-14
    • 文件大小:65536
    • 提供者:lzy
  1. 快速检索指定文件

    0下载:
  2. 首先指定要查找的目录,然后填入要查找的文件名,注意到带扩展名 也可以查找文件夹.-first to find the specified directory, and then you have to fill in the name, notes with extension can also find folders.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:31744
    • 提供者:张玉
  1. 查找数组元素

    0下载:
  2. 这是一个用二分法查找数据的例子,希望对朋友们有所帮助。-This is a search for data using dichotomy example, and I hope to help friends.
  3. 所属分类:文件操作

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:钱昆
  1. 字符窜的二分查找

    0下载:
  2. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:9216
    • 提供者:lyh
  1. hash_map

    0下载:
  2. STL哈希表的使用范例:包括哈希表的创建、插入、查找、删除、内存分配和释放内存。-STL use examples include : Hash Table creation, insert, search, delete, memory allocation and release memory.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:10240
    • 提供者:何智峰
  1. 哈希查找

    0下载:
  2. 清华版数据结构实验要求的的哈希算法原程序-version Qinghua Experimental data structure requirements of the original Hash Algorithm procedures
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:9216
    • 提供者:秦汉
  1. 快速全盘文件查找

    0下载:
  2. 此代码可以在实现快速全盘文件查找,用visual basic 6.0编写完成的-this code can achieve rapid overall document search, using visual basic 6.0 completed the
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:10240
    • 提供者:dzx
  1. 9-267

    0下载:
  2. 折半查找算法的实现,数据结构第九章的算法-binary search algorithm implementation, data structure algorithms Chapter IX
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:136192
    • 提供者:我是谁
  1. charstatistic

    0下载:
  2. 查找一个文件中相同字符出现的次数 ,示范常用的文件操作和字符串操作-search for a document of the same number of characters, the model used in the paper and string manipulation operators
  3. 所属分类:文件操作

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:戚玉涛
  1. TextFindReplace

    0下载:
  2. java写的查找替换程序,本程序实现像word一样的查找替换功能 create()方法用于创建主界面和创建有关查找和替换字符串结果信息的对话框-written procedures for the replacement search, the program like the same word search function replacement create () method is used to create the mai
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-14
    • 文件大小:5120
    • 提供者:sheron
  1. C语言实习

    0下载:
  2. C语言实现的校园导游图,有景点的介召,最短路径的查找,还有动画等-C language map of the campus tour guides, attractions mediated response, the search for the shortest path, animation, etc.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:191488
    • 提供者:林巳钧
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

源码中国 www.ymcn.org