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

搜索资源列表

  1. QuickSort

    0下载:
  2. 快速排序之所比较快,因为相比冒泡排序,每次交换是跳跃式的。每次排序的时候设置一个基准点,将小于等于基准点的数全部放到基准点的左边,将大于等于基准点的数全部放到基准点的右边。这样在每次交换的时候就不会像冒泡排序一样每次只能在相邻的数之间进行交换,交换的距离就大的多了。因此总的比较和交换次数就少了,速度自然就提高了。-Quick sort of the relatively fast, as compared to bubble sort, each exchange is leaps and bo
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:99182
    • 提供者:单米马
  1. Conditional-diagnosability-of-alternating-group-n

    0下载:
  2. The growing size of a multiprocessor system increases its vulnerability to component failures. In order to maintain the system’s high reliability, it is crucial to identify and replace the faulty processors through testing, a process known as fau
  3. 所属分类:Development Research

    • 发布日期:2017-04-04
    • 文件大小:185455
    • 提供者:AT
  1. Test_sastore

    0下载:
  2. Array Index Out Of Bounds Exception Source Code for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:653
    • 提供者:hayeising
  1. StringIndexOutOfBoundsExceptionTest

    0下载:
  2. String Index Out Of Bounds Exception Test Source Code for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2588
    • 提供者:riupeipei
  1. ArrayIndexOutOfBoundsExceptionTest

    0下载:
  2. Array Index Out Of Bounds Exception Test Source Code for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1093
    • 提供者:gaizieken
  1. -tangchi-vc-dm

    0下载:
  2. 贪吃蛇 蛇每吃一个食物,蛇身增加一节,如果碰到边界,则蛇就死亡。-how snake eats food .if snake knocks bounds ,it will die. if snake eats food ,it will add its body one node.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-14
    • 文件大小:3683
    • 提供者:guo
  1. Integral

    0下载:
  2. A wrapper for quad (or any other integration function) to deal with infinite bounds
  3. 所属分类:matlab

  1. Rect

    0下载:
  2. Mutable rectangle bounds for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1188
    • 提供者:dairiuwei
  1. Test

    0下载:
  2. 简易便签,实现了事件添加,删除修改,自定义透明度,及鼠标出界去除不必要的控件,入界控件出现-Simple notes, add, delete, and realize the event modification, custom transparency, removing unnecessary controls and mouse out of bounds, appear in control mouse when.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-27
    • 文件大小:15327
    • 提供者:xzf
  1. FIAR_42

    0下载:
  2. 简易五子棋,没有图形界面化,分类,可以实现出界判断,输赢判断等主要功能。-Simple backgammon, there is no graphical interface-based, classification can be achieved out of bounds to judge, to determine winners and losers and other major functions.
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:2423
    • 提供者:ackObama
  1. bounds

    0下载:
  2. Vortex PCM ALSA driver for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5007
    • 提供者:veiwiuser
  1. FIAR_42

    0下载:
  2. 简易五子棋,没有图形界面化,分类,可以实现出界判断,输赢判断等主要功能。-Simple backgammon, there is no graphical interface-based, classification can be achieved out of bounds to judge, to determine winners and losers and other major functions.
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:2588
    • 提供者:idedsgh
  1. IAttributeCollection

    0下载:
  2. Index Out Of Bounds Exception.
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:1152
    • 提供者:drrka
  1. bounds

    0下载:
  2. Vortex PCM ALSA driver for Linux v2.13.6.
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-15
    • 文件大小:5053
    • 提供者:sgdfbnril
  1. miscdevice

    0下载:
  2. s is always a cpu register, and the cpu does bounds checking during register load > no further bounds checks needed. -s is always a cpu register, and the cpu does bounds checking during register load > no further bounds checks needed.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2366
    • 提供者:fiendpv
  1. 4

    0下载:
  2. 1. 实现二分法求解方程。编写并使用以下函数: double SolveRoot(double(*pf)(double x),double a,double b,int n) 这里,pf指向一个函数f,f用来定义要求解的方程f(x)=0,a和b是未知解x的上下界(即a<=x<=b),n是循环次数。例如,如果f(x)=x*x-2,则SolveRoot (f,1,2,100)将返回1.414213562373095,即方程为x*x=2的解。二分法的原理是反复地把区间分为两个相等区
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-26
    • 文件大小:130837
    • 提供者:
  1. Chapter_4_-_Cramer_Rao_Lower_Bounds_for_Nonlinear

    0下载:
  2. Cramer Rao Lower Bounds for Nonlinear Filtering
  3. 所属分类:Development Research

    • 发布日期:2017-05-02
    • 文件大小:857672
    • 提供者:kammel
  1. android-autofittextview-master

    0下载:
  2. 可固定边界内容字体大小自适应的TextView Usage dependencies { compile me.grantland:autofittextview:0.2.+ } 创建: AutofitHelper.create(textView) 布局文件: <me.grantland.widget.AutofitLayout android:layout_width= match_parent an
  3. 所属分类:android

    • 发布日期:2017-03-29
    • 文件大小:958071
    • 提供者:蒋舜
  1. JSIP_2013081510281570

    0下载:
  2. This paper investigates the generalized Pars ’s theorem of fractional Fourier transform (FRFT) for concentrated data. Also, in the framework of multiple FRFT domains, Pars ’s theorem reduces to an inequality with lower and upper bounds associated wit
  3. 所属分类:Project Design

    • 发布日期:2017-04-01
    • 文件大小:588890
    • 提供者:baibai
  1. vsyscall

    0下载:
  2. These symbols are defined by vsyscall.o to mark the bounds of the ELF DSO images included therein.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1402
    • 提供者:xtkwzeng
« 1 2 3 4 5 6 78 9 10 »
搜珍网 www.dssz.com