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

搜索资源列表

  1. TCS 2005

    0下载:
  2. 贪吃蛇2005 + 源程序  贪吃蛇 一个经典的小游戏,本人精心制作,相信会比其它所谓的贪吃蛇效果好很多。希望大家能提出更多宝贵的意见。游戏规则: 利用方向键控制蛇头运动,当蛇头碰到食物即吃到食物,获得积分; 在此过程中不允许蛇头出界或碰到身体,否则游戏结束。基本操作: 程序运行后输入数字0-9,选择级别;任何时候按Esc键即退出游戏;用键盘方向键控制蛇头运动方向;按任意键暂停,方向键和组合键除外;暂停后,按方向键继续游戏;出错后会出现是否继续游戏的提示,Y继续,N结束。
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:28992
    • 提供者:虚拟无忌
  1. 41104

    0下载:
  2. This the string class you expected to find in STL, but didn t. The design goal of this class is to make all the string handling functions from the standard C library available within a single C++ class, with the added bonus of automatic buffer a
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5936
    • 提供者:郭春阳
  1. checkbounds

    0下载:
  2. %CHECKBOUNDS Move the initial point within the (valid) bounds. % [X,LB,UB,X,FLAG] = CHECKBOUNDS(X0,LB,UB,nvars) % checks that the upper and lower % bounds are valid (LB <= UB) and the same length as X (pad with -inf/inf % if necessary) wa
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1219
    • 提供者:张风
  1. DEFINEV

    0下载:
  2. %DEFINEV Scaling vector and derivative % % [v,dv]= DEFINEV(g,x,l,u) returns v, distances to the % bounds corresponding to the sign of the gradient g, where % l is the vector of lower bounds, u is the vector of upper % bounds. Vector dv is
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:781
    • 提供者:张风
  1. 1

    0下载:
  2. LDPC码译码相关文献 Bounds on the maximum likelihood decoding error probability of low density parity check codes
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:99273
    • 提供者:xzm
  1. Statistics-ROC-0.04.tar

    0下载:
  2. A Perl module implementing receiver-operator-characteristic (ROC) curves with nonparametric confidence bounds
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:17519
    • 提供者:刘国亮
  1. lmi

    0下载:
  2. D-S.Kim, Y.S.Lee, W.H.Kwon, and H.S.Park, \"Maximum Allowable Delay Bounds in Networked Control Systems\", Control Engineering Practice (Elsvier Science) (Simulation Example - Matlab Code), PP.1301-1313, Vol.11, Issue 11, December, 2003
  3. 所属分类:3G开发

    • 发布日期:2008-10-13
    • 文件大小:3250
    • 提供者:田之秋
  1. matlabdrawing

    0下载:
  2. 1) 已知x=[1:15], y=[12 34 56 78 99 123 165 198 243 277 353 345 303 288 275], 用多项式进行拟合,给出拟合多项式,(所选拟合多项式阶数不同,拟合结果不同,请你选择适当的阶数进行拟合),并绘出原始数据点、拟合曲线和95%置信区间(confidence bounds)的图形 . 2) 根据下面数学模型建立仿真模型,并在一个示波器中把它们的波形仿真出来。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:6267
    • 提供者:wangshujuan
  1. MS_AR_FEX

    0下载:
  2. This folder has some scritps that you may find usefull. All of it comes from questions that I ve received in my email. If you have a new request/question, feel free to send it to marceloperlin@gmail.com. But please, don t ask me to do your
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:91269
    • 提供者:夜妖
  1. flexible

    0下载:
  2. Flexible Vector and Matrix Classes enable to use vectors and matrixes with arbitrary bounds. Content. 1. Algorithm 2. Classes 3. Program Files 4. Tests 5. Compiling 6. Running (Log File) 7. Download
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:31143
    • 提供者:Alpha
  1. IGA

    0下载:
  2. 一种基于免疫原理的遗传算法 unction [bestever,endAnti,bPop,traceInfo,memory,Found]=ia(memory,popsize,bounds,evalFN,evalOps,... maxgen,precision,pcross,pmutation,maxmemnum,selectOps)
  3. 所属分类:人工智能/神经网络/遗传算法

  1. 关于object c 的例子

    0下载:
  2. 关于object c 的例子,详见压缩包。。。 一、Interface 定义 @interface Circle : NSObject { ShapeColor fillColor; ShapeRect bounds; } - (void) setFillColor: (ShapeColor) fillColor; - (void) setBounds: (ShapeRect) bounds; - (void) draw; @end // Circle
  3. 所属分类:源码下载

    • 发布日期:2010-10-15
    • 文件大小:17026
    • 提供者:popo123
  1. This VHDL code pertains to the DCO model

    0下载:
  2. code.doc C.1 DCO LEVEL 2 This VHDL code pertains to the DCO model descr iption in Section 6.5.5. The entity declaration of the level 2 DCO is between lines 18 and 39. The VHDL generics or elaboration-phase parameter constants are declared between
  3. 所属分类:VHDL编程

    • 发布日期:2012-09-11
    • 文件大小:67584
    • 提供者:a1234567
  1. eluos

    0下载:
  2. linux下shell下的俄罗斯方块游戏的源代码,在终端下直接用gcc编译这个c源代码后执行生成的.out文件即可使用。实现了所有功能:7种图形的变形和左右移动以及快速下落,消隐功能,记录积分等,其中包括到边界变形的问题的算法,例如:图形靠近边界时可能出现的出界和异常显示的问题。同时利用信号量产生定时下落和变形操作不冲突的问题。当然也有不足之处,就是未实现图形下落到底时进行左插和右插到空挡位置的功能。希望能和大家交流交流做一定的改进。-Russia under linux box under t
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-03
    • 文件大小:2990
    • 提供者:黄海
  1. delphirgbphoot

    0下载:
  2. RGB亮度调节,Delphi实现图像RGB亮度调节,像PhotoShop那样调整图像的亮度。对每个象素点的R、G、B分量进行调节,不能越界,限制在0~255。 -The RGB brightness adjustment, Delphi to achieve the image RGB brightness adjustment as to adjust the brightness of the image, such as PhotoShop. For each pixel, R, G,
  3. 所属分类:Special Effects

    • 发布日期:2017-12-03
    • 文件大小:5761
    • 提供者:yjj
  1. pca

    0下载:
  2. pca: The enclosed function PCA implements what is probably the method of choice for computing principal component analyses fairly efficiently, while guaranteeing nearly optimal accuracy. The enclosed function DIFFSNORM provides an efficient, reliable
  3. 所属分类:Graph program

    • 发布日期:2017-03-25
    • 文件大小:5093
    • 提供者:zhangxq
  1. newMIMOrelay

    0下载:
  2. 两篇最新的介绍MIMO中继信道容量的文章Capacity Bounds for Gaussian MIMO relay channel with Channel State Information 与 Amplify-Forward and Decode-Forward The Impact of Location and Capacity Contour-2, introduced the latest MIMO channel capacity relay article Capacity
  3. 所属分类:Communication

    • 发布日期:2017-05-15
    • 文件大小:3613655
    • 提供者:doublesun
  1. Determine-whether-the-array-bounds

    0下载:
  2. 用到的是C++中类的知识,主要是进行运算符重载,应该说难度还算可以-Determine whether the array bounds
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-25
    • 文件大小:524
    • 提供者:wang
  1. This-paper-addresses-bounds-on-the-t

    0下载:
  2. 主网络和认知网络供存在同一地理环境共享同一频谱,研究了网络的4重容量界限-This paper addresses bounds on the transmission capacities of two coexisting wireless networks (a primary and a secondary network), where each with multiple antennas shares the same spectrum and operates in
  3. 所属分类:File Formats

    • 发布日期:2017-03-24
    • 文件大小:171815
    • 提供者:libin
  1. Error-bounds-for-compressed-sensing-algorithms-wi

    0下载:
  2. Error bounds for compressed sensing algorithms with group sparsity A unified approach
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:503844
    • 提供者:alijalil2010
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com