CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - 二分

搜索资源列表

  1. 22aaaaa

    0下载:
  2. 以有序表表示静态数据源,使用二分查找指定关键字的数据项的位置。-said in an orderly form of static data sources, the use of two-keyword search for the specified data item position.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:11.37kb
    • 提供者:pmz
  1. chazhao

    0下载:
  2. B-树删除,B树生长,二叉排序树删除.生成,二分查找.分块查找.拉链法等等``的FLASH演示,很不错的东西.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:310.06kb
    • 提供者:nlx
  1. km

    1下载:
  2. KM算法 (求二分图最大带权比配) 的 O(n^3)经典实现
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:69.19kb
    • 提供者:贾骏超
  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
    • 文件大小:2.55kb
    • 提供者:房春英
  1. BinarySearch

    0下载:
  2. 二分法查找程序课程设计,只供大家参考,不要直接复制粘贴,还是以学习为主。-Binary search program curriculum design
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:124.18kb
    • 提供者:lyc
  1. searchmethod

    0下载:
  2. 在数据结构中实现查找(顺序、二分法、二叉排序树、哈希)-n data structures, in order for (dichotomy, binary sort tree hash)
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:466.96kb
    • 提供者:曾经
  1. HM

    0下载:
  2. 二分法的计算程序,程序中的f为被积分的函数,程序的使用者可以自行修改,可以用来求复杂函数的近似根-Dichotomy of the calculation program, the program has been integral in the function f is, the user can modify the program can be used to find an approximate root of complex functions
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:643byte
    • 提供者:zhangxiangjun
  1. Web-Chinese

    0下载:
  2. 中文自动分词技术是中文 Web信息处理的基础。文中以最大匹配法(MM)为基础 ,充分 考虑上下文(MMC) ,在内存中采用二分法进行分词匹配 ,有效地提高了分词的准确率和时效。-Chinese automatic segmentation technology is Chinese Web information processing foundation. The maximal matching method (MM) as the foundation, fully Conside
  3. 所属分类:Project Design

    • 发布日期:2017-03-31
    • 文件大小:221.41kb
    • 提供者:yuna
  1. Keyword-frequency-statistics

    0下载:
  2. 针对程序中关键字出现频度,设计并实现了智能扫描源程序,利用Hash和二分两种查找方法进行搜索并统计关键字的出现频度,并对两种方法的查找的优缺点作了比较和归纳。-Keyword for the frequency of occurrence in the program design and implementation of intelligent scanning source code, the use of Hash and two are two ways to search and f
  3. 所属分类:Project Design

    • 发布日期:2017-04-10
    • 文件大小:1.44mb
    • 提供者:郭福明
  1. erfenchazhao

    0下载:
  2. 数据额结构中常见的题目,写出二分法查找算法-The amount of data structure in common topic, write the dichotomy search algorithm
  3. 所属分类:Software Testing

    • 发布日期:2017-11-14
    • 文件大小:2.8kb
    • 提供者:
  1. Bisection_Newton

    0下载:
  2. 二分-牛顿算法,解初等函数方程,包含完整C代码-Bisection_Newton Algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-12-07
    • 文件大小:1.39kb
    • 提供者:yuanhang
  1. 2-points-method-

    0下载:
  2. 水力学作业 二分法已知上游和下游水深时,求非均匀渐变渗流的正常水深。-The hydraulics operating dichotomy known upstream and downstream water depth, find the normal depth of graded seepage.
  3. 所属分类:Software Testing

    • 发布日期:2017-11-23
    • 文件大小:36.65kb
    • 提供者:雷继超
  1. susheguliruanjian

    0下载:
  2. 宿舍管理查询软件(限2 人完成) 1)任务:为宿舍管理人员编写一个宿舍管理查询软件, 程序设计要求: A.采用交互工作方式 B.建立数据文件,数据文件按关键字(姓名、学号、房号)进行排序(冒泡、选择、插入排序等任选一种) 2)查询菜单: (用二分查找实现以下操作) A.按姓名查询 B.按学号查询 C.按房号查询 3)打印任一查询结果(可以连续操作)-Dormitory management query software (limited to two peop
  3. 所属分类:Project Design

    • 发布日期:2017-11-06
    • 文件大小:2.2kb
    • 提供者:xinxiping
  1. Editoragain11

    0下载:
  2. 1.了解查找和排序的基本概念 2.熟练掌握顺序查找和二分查找算法 3.熟练掌握直接插入排序算法 二、重点与难点 1.重点:二分查找算法 2.难点:直接插入排序算法 三、教学过程的具体安排 1.本次实验的内容如下: 实验利用C语言实现数据结构课程中相关的查找算法和 -1 understand the search and sort the basic concepts 2. Mastered sequential search and binary search
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:1.14mb
    • 提供者:高玲
  1. B013040028_hw_15

    0下载:
  2. 二元樹應用,利用二分法來創建一顆二元樹,另外也能執行搜尋刪除的功能-Binary tree applications, the use dichotomy to create a binary tree, while also able to perform a search function to delete
  3. 所属分类:software engineering

    • 发布日期:2017-11-21
    • 文件大小:5.9mb
    • 提供者:黃承傑
  1. shellOrder

    0下载:
  2. 希尔排序思想,学习数据结构很有必要了解的东西,虽然不及二分法,但是很重要的排序思想-Hill sorting thinking, learning data structures necessary to understand things, though not dichotomy, but it is important to sort ideas
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:71.26kb
    • 提供者:wang
  1. ss

    0下载:
  2. 顺序查找,二分,大一的课程设计、数据结构的-Sequential search, binary
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:806.11kb
    • 提供者:fh
  1. four

    0下载:
  2. 求一阶加滞后模型,用黄金分割法以及二分法求解-Seeking an order plus lag model, as well as with the golden section method to solve the dichotomy
  3. 所属分类:Software Testing

    • 发布日期:2017-04-11
    • 文件大小:829byte
    • 提供者:wangqian
  1. NewtonRaphson

    0下载:
  2. 这个文档包含四种不同的功能求解非线性方程组。包括牛顿 - 拉夫逊,定点,正割,二分法方法。这项工作是我的课程的一部分,在数值计算的本科课程。它包括时序和表的打印输出进行分析和比较。有很多的观察,你可以:例如,对于一个特定的公式,一种方法可能运行的迭代次数最少,而另一个将运行更多的迭代,但计算速度最快的。-This document contains four different functions for solving nonlinear equations. Including Newton
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:371.02kb
    • 提供者:
  1. feixian

    0下载:
  2. 数值分析中二分法在matlab 中的实现,题目自拟,有绘图分析-Numerical analysis dichotomy in matlab to achieve, subject self, there is the drawing of
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:26.2kb
    • 提供者:崔文迪
« 12 »
搜珍网 www.dssz.com