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

搜索资源列表

  1. snake_v0.1-win32

    0下载:
  2. 一个关于snake算法的VISUAL C++的实现-a snake on the Visual C Algorithm Implementation
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:76009
    • 提供者:luxieji
  1. Nonparametric_Snakes

    0下载:
  2. 07年的一个IEEE文献.传统的snake是确定一组参数来调整内外力的平衡,本文应用非参数snake把获得参数这一困难的问题转化为求边界的一个好的概率密度估计问题
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:789383
    • 提供者:单昊
  1. Fast_geodesic_active_contours

    0下载:
  2. 这篇文章是关于几何活动边界的最经典文献之一.叙述了由snake到geodesic active contour的理论推导.大家可以一起参考
  3. 所属分类:软件工程

    • 发布日期:2014-01-18
    • 文件大小:218917
    • 提供者:单昊
  1. 123

    0下载:
  2. 对复杂边缘检测的Snake改进算法.pdf,snake算法
  3. 所属分类:软件工程

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

    0下载:
  2. 利用电磁场的相互作用产生电磁场力,作为snake的外力,在边界和snake上设置电流。方法很新颖,请参考-Use of the interaction of electromagnetic fields generate electromagnetic fields, and as the external snake, snake in borders and set up currents. Method is novel, please refer to
  3. 所属分类:software engineering

    • 发布日期:2017-05-11
    • 文件大小:2791190
    • 提供者:单昊
  1. tanchishe

    0下载:
  2. 贪吃蛇算法,可用于最短路径的查询,C#实现,可将次算法用于物流配送,旅游线路等系统中。-Snake algorithm, can be used for shortest path queries, C# to achieve, can be sub-algorithm for the logistics and distribution, travel routes, such as system.
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:11756
    • 提供者:shanshan
  1. vbsnake

    0下载:
  2. VB 贪吃蛇 单人版游戏 简单好用 制作小游戏的入门-VB version of the game Snake single easy-to-use production entry game
  3. 所属分类:software engineering

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

    0下载:
  2. 贪食蛇游戏样例,不知道大家的跟我的这个是不是一个模样的哦-Sample贪食蛇game, I do not know everyone' s told me this is not a look of oh
  3. 所属分类:software engineering

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

    0下载:
  2. 一个简单的贪吃蛇游戏,基于visual C-the game named snake,build on visual c++
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:11765
    • 提供者:季新成
  1. SNAKE-ROBOT

    0下载:
  2. 蛇形机器人需要元件单,木制仿生蛇,伺服电机控制板 -snake robot
  3. 所属分类:File Formats

    • 发布日期:2017-05-02
    • 文件大小:785979
    • 提供者:mechael
  1. Snake

    0下载:
  2. 贪吃蛇游戏源代码,c++编写,很有价值,值得您下载。-Snake game source code, c++ writing, great value, worth the download.
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:1245
    • 提供者:hewei
  1. Snake-source-code

    0下载:
  2. 贪吃蛇小游戏的代码,喜欢的游戏的可以-Snake game code, like the game you can try
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:2492
    • 提供者:小刘
  1. Snake

    0下载:
  2. linux 下GTK+实现的贪吃蛇小游戏。源代码。-Under linux GTK+ implementation Snake game. Source code.
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:4417
    • 提供者:
  1. snake-game

    0下载:
  2. This the most adventures and played game by everyone to make a time pass- Snake-game-This is the most adventures and played game by everyone to make a time pass- Snake-game
  3. 所属分类:Project Design

    • 发布日期:2017-04-25
    • 文件大小:32782
    • 提供者:priyanka
  1. Snake.jar

    0下载:
  2. Snake Game Code in Java
  3. 所属分类:Project Design

    • 发布日期:2017-04-14
    • 文件大小:4366
    • 提供者:Jagwar
  1. Snake

    0下载:
  2. 贪吃蛇: 1.程序开始时,贪吃蛇便开始爬行,方向默认朝下 2.当按下方向按键上下左右时,贪吃蛇便根据按下的键值改变当前的运行方向 3.当贪吃蛇越过边界,或者蛇头碰到自己的蛇身时,宣布死亡,重新生成一条贪吃蛇 4.当贪吃蛇吃掉一个食物,就自动加长一个节点 食物: 1.程序开始时,屏幕内自动生成一个食物 2.当贪吃蛇死亡时,重新生成一个食物 3.生成的食物不能与贪吃蛇的坐标重合-Snake: 1. When the program starts, the sna
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:10440
    • 提供者:Kevin
  1. snake-game

    0下载:
  2. 基于visual c++的贪吃蛇小游戏的实现-Achieve visual c++ Snake game based
  3. 所属分类:Software Testing

    • 发布日期:2017-04-08
    • 文件大小:6053
    • 提供者:曾娅蒙
  1. Snake

    0下载:
  2. 用游戏把子上下左右控制蛇的方向,寻找吃的东西,每吃一口就能得到一定的积分,而且蛇的身子会越吃越长,身子越长玩的难度就越大,不能碰墙,不能咬到自己的身体,更不能咬自己的尾巴,等到了一定的分数,就能过关,然后继续玩下一关。-With traverse to the child the up and down or so control the direction of the snake game, looking for food, can get certain points with each
  3. 所属分类:File Formats

    • 发布日期:2017-04-08
    • 文件大小:335628
    • 提供者:王诗诗
  1. Snake

    0下载:
  2. 利用Javascr ipt和css编写的一个小型贪吃蛇游戏,能实现基本的游戏功能-The use of Javascr ipt and css to write a small Snake game, the game can achieve the basic functions
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:73618
    • 提供者:杨洋
  1. gvf snake 算法研究

    0下载:
  2. 基于kass提出的snake模型研究,进一步进行gvf改进,注册国家专利,非常有效
  3. 所属分类:报告论文

    • 发布日期:2020-12-10
    • 文件大小:1278736
    • 提供者:lu_zui
« 1 23 4 5 6 »
搜珍网 www.dssz.com