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

搜索资源列表

  1. OnTrackingofMovingObjects

    0下载:
  2. 学位论文;运动物体跟踪方法主要包括卡尔曼滤波,Mean-shift,Camshifi算法,粒子滤波器,Snake模型等;应用卡尔曼滤波方法设计了一套煤矿矿工出入自动监测系统;提出了一种新的基于高斯混合模型的颜色特征提取方法,该方法克服了现有的Camshift算法Continuousl y Adaptive eanshift中跟踪目标特征提取精确度低和计算复杂度高的缺陷-Dissertation moving object tracking methods include Kalman filt
  3. 所属分类:Document

    • 发布日期:2017-04-10
    • 文件大小:1344070
    • 提供者:田卉
  1. sss

    0下载:
  2. snake game in vb...
  3. 所属分类:Document

    • 发布日期:2017-04-11
    • 文件大小:1040
    • 提供者:shwe
  1. snake

    0下载:
  2. snake game.. have a good time
  3. 所属分类:Project Design

    • 发布日期:2017-04-17
    • 文件大小:101469
    • 提供者:lee
  1. SERPENTRONIC(cx)

    0下载:
  2. 蛇形机器人的蜿蜒运动的一种形式,配合红外可以实现直行与转弯-Snake-like robot winding movement a form of infrared can be achieved with the straight and turn
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:1789
    • 提供者:nash
  1. ders7_2006

    0下载:
  2. Develop two different implementations of Snake model by using a Greedy algorthm and an Gradient Descent method. Compare results. Put all details and results in your report.
  3. 所属分类:Development Research

    • 发布日期:2017-05-12
    • 文件大小:2703011
    • 提供者:black76
  1. ders8_2006

    0下载:
  2. Develop two different implementations of Snake model by using a Greedy algorthm and an Gradient Descent method. Compare results. Put all details and results in your report.
  3. 所属分类:Development Research

    • 发布日期:2017-04-24
    • 文件大小:407744
    • 提供者:black76
  1. lysnake

    0下载:
  2. 提出了一种自适应的Snake 算法,对于初始包络上的每一点,按照Greedy 算法中的能量公式计算其邻域内各点的能 量. 如果邻域不包含目标的轮廓,则将邻域半径加大,再次计算邻域内各点的能量,直到邻域内包含轮廓点为止. 该算法只需迭 代一次即可得到目标轮廓,而且增大了初始包络的收敛半径,并能够有效处理较高曲率凸形边缘的情况. 对比实验说明了这种 方法的有效性.-Snake proposed an adaptive algorithm, the initial envelope for
  3. 所属分类:Project Design

    • 发布日期:2017-04-02
    • 文件大小:156639
    • 提供者:罗朝辉
  1. Snake

    0下载:
  2. Snake C++. just a little detail
  3. 所属分类:File Formats

    • 发布日期:2017-04-03
    • 文件大小:215636
    • 提供者:Mihai
  1. snake

    0下载:
  2. 贪吃蛇是家喻户晓的益智类小游戏,选择这个题目一是为了将自己的所学知识加以运用,二是一直以来贪吃蛇这个游戏就深深地吸引着我,它的制作方法对于以前的我而言都是很神秘的。-Snake is a well-known puzzle games, select the topic first, to own the knowledge to be used, and second, the game Snake has always been deeply attracted to me, it'
  3. 所属分类:software engineering

    • 发布日期:2017-05-18
    • 文件大小:5014630
    • 提供者:dek
  1. Snake-source-

    0下载:
  2. 贪吃蛇源码 是自己设置的贪吃蛇游戏的源码 设计的十分辛苦 通过本人的改进有一些地方与原游戏有所不同 -Snake source is very hard to set up their own Snake game source designed by my improvements in some places the original game is different
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:7757
    • 提供者:马军
  1. snake

    0下载:
  2. 用STC单片机做的一个贪吃蛇小游戏。由键盘,12864液晶组成。-The use of STC Snake game. By the keyboard, 12864.
  3. 所属分类:Project Design

    • 发布日期:2017-11-14
    • 文件大小:123395
    • 提供者:黄明
  1. SNAKE

    0下载:
  2. a combination of snake and maze program that whenever it hits the asterisk it will post a message "ouch". once it reach the point or destination at the end it will move to the next stage
  3. 所属分类:Document

    • 发布日期:2017-11-21
    • 文件大小:685
    • 提供者:coney ybut
  1. 45931670-Arcade-Snake-game-using-verilog

    0下载:
  2. The main objective of the game is to feed the snake with as much food as possible. The snake moves continuously, with the user controlling the direction of the snake s head (up, down, left, or right) with the help of pushbuttons on the S3E FPG
  3. 所属分类:Project Manage

    • 发布日期:2017-11-08
    • 文件大小:709727
    • 提供者:hisham
  1. snake

    0下载:
  2. 微机课程编写的贪吃蛇程序,对于初学者来说很有益。-Snake game.
  3. 所属分类:software engineering

    • 发布日期:2017-11-26
    • 文件大小:2172
    • 提供者:sophia
  1. snake-program

    0下载:
  2. 贪吃蛇程序设计报告(大学课程设计),包含需求分析,模块划分,实现算法流程图,代码实现,测试,结果分析都有。代码可以直接复制到工程中应用,注释详细。-Snake programming report (University course design), including needs analysis, the module division algorithm flowchart, code implementation, testing, analysis has results. The
  3. 所属分类:software engineering

    • 发布日期:2017-11-21
    • 文件大小:160598
    • 提供者:王晓
  1. M16C-Snake

    0下载:
  2. 瑞萨M16C设计的贪吃蛇程序。是一款基于瑞萨M16C单片机开发的贪食蛇游戏的源代码,采用的是C语言开发,可以供大家下载参考,此代码已经在单片机上实现,可以直接下载后烧到机子上使用-Renesas M16c Snake Design
  3. 所属分类:Software Testing

    • 发布日期:2017-11-17
    • 文件大小:501979
    • 提供者:李斯达
  1. greedy-snake

    0下载:
  2. vs用c#语言编写的贪吃蛇小程序,可以拿来学习c#-vs c# language with Snake small program that can be used to learn c#
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:54811
    • 提供者:xiaoxia
  1. snake

    0下载:
  2. 一款贪吃蛇的游戏,15*15,上下左右可同,用方向键控制。-A Snake game, 15* 15, can be up and down about the same, with the arrow keys to control.
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:991
    • 提供者:nochat
  1. snake

    0下载:
  2. 一款贪吃蛇C程序的设计,以LCD12864显示.-A Snake C program designed to LCD12864 display.
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:107644
    • 提供者:Kay_tion
  1. Snake-c-code

    0下载:
  2. 贪吃蛇的c源代码,供有兴趣的同学学习和参考!-Snake c source code for interested students to learn and reference!
  3. 所属分类:Software Testing

    • 发布日期:2017-04-25
    • 文件大小:212508
    • 提供者:吴文
« 12 3 4 5 6 »
搜珍网 www.dssz.com