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

搜索资源列表

  1. CustomTreeViewLayout

    0下载:
  2. 用wpf做的多叉树的实时显示 利用绑定了绑定 数据查找简单 可以进行任意多叉树的表示 代码简答-Codes for the representation of short-answer tree wpf do take advantage of the real-time display is bound to bind data to find simple tree can be any number of
  3. 所属分类:CSharp

    • 发布日期:2017-12-03
    • 文件大小:101028
    • 提供者:李佩峰
  1. IntProgFZ

    0下载:
  2. 分支定界法,不断将可行域分割成小的集合,再找出最优解-Branch and bound method, the feasible region divided into a collection of small, then find out the optimal solution
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:757
    • 提供者:李煜
  1. ResizePictures

    0下载:
  2. 我们用千万像素级相机拍摄的照片,通常达到好几兆,时间长了,相片多了,就很占空间,但是又舍不得删除。怎么办?减少图片的精度,也就减小了所占空间。事实上,用Windows XP自带的画图程序(Win7自带的画图程序没试过),打开图片,然后另存,即可发现图片体积大大减小,但是精度的损失用人眼是判断不出来的。可是如果每个图片都用画图程序打开再另存,势必很费时间。于是,小弟就开发了一个批量减少图片体积的小程序,可以递归执行。需要注意的是,要先选中递归复选框,然后再选择文件夹,否则不会递归。这也算是一个小b
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-30
    • 文件大小:64699
    • 提供者:lmjlmj
  1. traps_32

    0下载:
  2. Stop the back trace when we hit userland or we find some badly aligned kernel stack. Set an upper bound in case our stack is trashed and we loop. -Stop the back trace when we hit userland or we find some badly aligned kernel stack. Set an upper b
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3872
    • 提供者:mdqapo
  1. math

    0下载:
  2. 算法,一个算术表达式是由操作数(operand)、运算符(operator)和界限符(delimiter)组成的。假设操作数是正实数,运算符只含加减乘除等四种运算符,界限符有左右括号和表达式起始、结束符“#”,如:#(7+15)*(23-28/4)#。引入表达式起始、结束符是为了方便。编程利用“算符优先法”求算术表达式的值。-Algorithm, an arithmetic expression is made up of operands (operand), operator (operat
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:189439
    • 提供者:靳以2002
  1. 折半查找法

    0下载:
  2. 折半查找法是效率较高的一种查找方法。假设有已经按照从小到大的顺序排列好的五个整数a0~a4,要查找的数是X,其基本思想是: 设查找数据的范围下限为l=1,上限为h=5,求中点m=(l+h)/2,用X与中点元素am比较,若X等于am,即找到,停止查找;否则,若X大于am,替换下限l=m+1,到下半段继续查找;若X小于am,换上限h=m-1,到上半段继续查找;如此重复前面的过程直到找到或者l>h为止。如果l>h,说明没有此数,打印找不到信息,程序结束。(The method of bin
  3. 所属分类:并行计算

    • 发布日期:2018-01-10
    • 文件大小:36864
    • 提供者:JinPatrick
« 1 2»
搜珍网 www.dssz.com