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

搜索资源列表

  1. two_d_dct_serial

    0下载:
  2. 二维DCT变换,采用查找表的方法实现算法,分别通过列变换,再通过行变换,通过加法器乘法器以及流水线技术得出更快的结果!-two-dimention DCTtransform,the algorithm was implemented by look up table,via row trasforming and colum trasforming respectively
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:23110
    • 提供者:chenguohao
  1. search

    0下载:
  2. 各种查找算法,如顺序查找、折半查找、二分查找等,应有尽有-a series of ideas for searching
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:1096
    • 提供者:柳彬彬
  1. binaryreserch

    0下载:
  2. 利用c++实现的二分查找算法,实现相关工能-Using c++ to achieve the binary search algorithm, the realization of the relevant work can
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:576813
    • 提供者:迪迪派
  1. vc_Algorithm

    0下载:
  2. VC++数据结构与算法经典的上百种源码包,绝对对C++编程有帮助,涉及数学、底层编程、校验算法、问题算法、文件算法、大小写转换、进制转换、字符转换、数组、单链表、二分查找、汉诺塔算法以及其它一些常用算法,有的含有示例,C++编程不可多得的编程资料。-VC++ data structures and algorithms on hundreds of classic source package, absolutely on the C++ programming help, involving
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:316702
    • 提供者:126
  1. ivzcl

    1下载:
  2. 查找文件夹下所有的文件,递归算法实现,delphi-Folder to find all the documents, recursive algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:171742
    • 提供者:ivzcl
  1. BinarySearch

    0下载:
  2. 简单的二分查找算法,用java语言实现,-A simple binary search algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:4351
    • 提供者:zhengxuncan
  1. Text9

    0下载:
  2. 在顺序存储结构上,采用顺序查找算法,直接插入排序算法等算法查找一关键字,输出查找结果-In the sequential storage structure, using the sequential search algorithm, sorting algorithm directly into the search for a keyword such as algorithms, the output search results
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1181
    • 提供者:wangningning
  1. StaticSearchTable

    0下载:
  2. 一个实现了三个查找功能的c语言源代码,分别是顺序查找,折半查找和二叉查找树上的查找。可用VC直接编译运行,对查找算法做了很好的演示。-A search function to achieve the three c-language source code, namely, sequential search, binary search and binary search tree to find. VC can be compiled to run directly on the searc
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:7221
    • 提供者:LIZHENG
  1. AVL.doc

    0下载:
  2. 次代码是实现平衡二叉树的数据结构算法。参考的是严蔚敏c和c++数据结构书上的思想。经过调试可以连续实现删除、插入、查找算法-Sub-code is to achieve a balanced binary tree data structure algorithms. Reference is Yan Wei-Min c and c++ data structure book ideas. Debugging can be achieved through a continuous delete
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:8507
    • 提供者:liuhua
  1. search

    0下载:
  2. 利用顺序表作为查找表,创建一查找表,编程实现顺序查找算法及二分法查找算法,并对其进行验证。顺序表中的顺序查找算法的实现-The use of the order of the table as a look-up table, create a look-up table, programming sequential search algorithm and binary search algorithms, and validate them. The order of the order
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:2614
    • 提供者:房春英
  1. diskschedulingalgorithmsourcecode

    0下载:
  2. 在我们学习的过程中共遇见5种磁盘调度算法它们分别是: FCFS(先来先服务)调度 SSTF(最短查找时间优先)调度 SCAN(扫描)调度 C-SCAN(环形扫描)调度 LOOK(查找)调度(电梯) -disk scheduling algorithm source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:672970
    • 提供者:cjw
  1. summary_of_embeded-c_writting_exam

    0下载:
  2. 本人参加N次嵌入式C语言笔试后总结的考点,包括sizeof,volatiled,查找算法等,附标准答案;-summary of embeded-c writting exam
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:24552
    • 提供者:韩广辉
  1. chazhao

    0下载:
  2. 此程序书用VC开发的数据结构里的查找算法,有更新二叉树,查找结点,增加结点,删除结点等功能-This program developed in the book with the VC data structure where the search algorithm, an updated binary tree to find nodes to increase the node, delete node functions
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:317695
    • 提供者:王瑞卿
  1. Dir

    0下载:
  2. 查找文件夹下的子文件夹和所有文件,其中算法为递归实现-seach file of directory
  3. 所属分类:Windows Develop

    • 发布日期:2016-01-24
    • 文件大小:1983770
    • 提供者:wangliang
  1. 4

    0下载:
  2. 将折半查找算法写成完整的程序 并上机通过
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:5717
    • 提供者:小七
  1. zhubianli

    0下载:
  2. 实现树的创建算法,创建一个至少包含3层,8个结点的二叉树,并对此树实现先中后序的递归遍历算法。输出三种遍历结果。再实现一个叶子结点查找算法,判断一个给定的数值是否在此树中作为叶子结点。-To achieve the creation of the tree algorithm, to create at least a three-layer, 8 nodes of a binary tree, and after this tree in order to achieve the first
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:32234
    • 提供者:张倩
  1. search

    0下载:
  2. 查找算法的c 实现,能够在机器上运行实习那-Search algorithm c implementation, can practice it on the machine running
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:11168
    • 提供者:董仁举
  1. findfiles.ZIP

    0下载:
  2. Visual Basic ---使用递归算法在指定目录下查找文件-Visual Basic--- the use of a recursive algorithm to find the file in the specified directory
  3. 所属分类:File Operate

    • 发布日期:2017-04-04
    • 文件大小:58442
    • 提供者:lyong88
  1. C_language_algorithms_for_Quick_Lookup_Manual

    3下载:
  2. 《C语言算法速查手册》用C语言编写了科研和工程中最常用的166个算法,这些算法包括复数运算、多项式的计算、矩阵运算、线性代数方程组的求解、非线性方程与方程组的求解、代数插值法、数值积分法、常微分方程(组)初值问题的求解、拟合与逼近、特殊函数、极值问题、随机数产生与统计描述、查找、排序、数学变换与滤波等。同时结合这些算法列举了将近100个应用实例,对其进行验证和分析。 -" C language algorithms for Quick Fact Manual" using
  3. 所属分类:source in ebook

    • 发布日期:2014-06-10
    • 文件大小:222943
    • 提供者:Jawen
  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 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com