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

搜索资源列表

  1. MedicalImageRegistration

    0下载:
  2. The purpose of this chapter is to present a survey of recent publications concerning medical image registration techniques. These publications will be classified according to a model based on nine salient criteria, the main dichotomy of which is
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:291816
    • 提供者:石决明
  1. c

    0下载:
  2. 二分法(折半)插入排序:在已排好序的序列中使用二分法查找插入位置,找到后移动其后记录插入新记录。-Dichotomy (binary) insertion sort:In the series have been sequenced use dichotomy search into position,after finding a new record record insertion by moving.
  3. 所属分类:File Formats

    • 发布日期:2017-04-07
    • 文件大小:562
    • 提供者:刘丹
  1. searchmethod

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

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

    0下载:
  2. 键盘任意输入一组字母或数字生成无序数组,对数组按ASCII顺序进行排序(排序要求至少用两种排序算法),再从键盘输入一个值进行二分查找,返回查找成功或者失败的信息-Keyboard input and a group of letters, or any number of arrays, and generate disordered array sort order according to the ASCII at least two requirements (sort of), sor
  3. 所属分类:Document

    • 发布日期:2017-04-01
    • 文件大小:13227
    • 提供者:pine
  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
    • 文件大小:643
    • 提供者: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
    • 文件大小:226721
    • 提供者:yuna
  1. erfenchazhao

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

    • 发布日期:2017-11-14
    • 文件大小:2869
    • 提供者:
  1. stoch_opt.zip

    0下载:
  2. Stochastic optimization: Operations research has been particularly successful in two areas of decision analysis: (i) optimization of problems involving many variables when the outcome of the decisions can be predicted with certainty, and (ii) the a
  3. 所属分类:Development Research

    • 发布日期:2017-11-28
    • 文件大小:49142
    • 提供者:khan
  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
    • 文件大小:37528
    • 提供者:雷继超
  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
    • 文件大小:6181811
    • 提供者:黃承傑
  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
    • 文件大小:72975
    • 提供者:wang
  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
    • 文件大小:829
    • 提供者:wangqian
  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
    • 文件大小:26829
    • 提供者:崔文迪
  1. Dichotomy

    0下载:
  2. Dichotomy Methods Successive dichotomy uses a totally different approach to the problem of indexing. The constants A to F in the equation Q = A h2 + B k2 + C l2 + D kl + E hl + F hk are assigned minimum and maximum values so that for a gi
  3. 所属分类:IT Hero

    • 发布日期:2017-04-24
    • 文件大小:163156
    • 提供者:irina
  1. fangchengqiugen

    0下载:
  2. 使用WIN-TC编写一个程序,实现二分法、牛顿法以及弦截法。-Using WIN-TC to write a program to achieve dichotomy, Newton method and secant method.
  3. 所属分类:Project Design

    • 发布日期:2017-04-02
    • 文件大小:18334
    • 提供者:wu
  1. shuzhifenxi-matlab

    0下载:
  2. 用二分法求解f(x)=x^2-4sin⁡ (x)-0.1=0 用牛顿法求解f(x)=x^3-7x^2+14x-8=0 -Using dichotomy to solve f(x)=x^2-4sin⁡ (x)-0.1=0 Newton method f(x)=x^3-7x^2+14x-8=0
  3. 所属分类:Communication

    • 发布日期:2017-05-04
    • 文件大小:15336
    • 提供者:史伊妍
搜珍网 www.dssz.com