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

搜索资源列表

  1. llk

    0下载:
  2. 连连看的求解算法模型(console),没有做图像识别的部分。-Lianliankan the algorithm model (console), so no part of the image recognition.
  3. 所属分类:*编程

    • 发布日期:2008-10-13
    • 文件大小:877byte
    • 提供者:ykstar
  1. P2P.rar

    0下载:
  2. 拼图游戏: 需要解决的问题: [ 1 ] 如何分割图像并且绘制到Button或者Static控件上? [ 2 ] Static控件如何能够响应鼠标? [ 3 ] 移动算法,可不可以获得最少步数?,Jigsaw puzzle: the need to address the problem: [1] how to partition the image and draw on the Button control, or Static? [2] Static control h
  3. 所属分类:其他智力游戏

    • 发布日期:2017-04-03
    • 文件大小:25.43kb
    • 提供者:qq12iup
  1. GAME

    0下载:
  2. 利用SIFT检测两图片的相同点,并获 ·北京大学数字图象处理课件,封举富 ·主要内容彩色256色转灰度图,hough变 ·OPENCV手册!opencv用具很实用,广 ·功能强大的图像处理软件可以打开,关 ·ICP是用来匹配两组未知点,可以用于 ·利用opencv完成的汽车牌号识别,支 ·細線化程式,本程式源 ·图像处理算法方面编程代码汇总,请 -Detect SIFT picture using the same two points, and digita
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-04
    • 文件大小:2.07kb
    • 提供者:邵闯
  1. terrain

    0下载:
  2. 一个OpenGL的地形算法,是3D游戏编程要经常用到的一种算法,主要思想是根据图像生成地形。-An OpenGL terrain algorithm, is a frequently used algorithm in 3D game programming, the main idea is based on the image to generate the terrain.
  3. 所属分类:Game Program

    • 发布日期:2017-04-26
    • 文件大小:106.73kb
    • 提供者:陈申
  1. VCgame

    0下载:
  2. 这是一款VC++开发的拼图游戏,解决的问题有:如何分割图像并且绘制到Button或者Static控件上;Static控件如何能够响应鼠标;移动算法,可不可以获得最少步数?-This is a VC++ to develop the jigsaw puzzle to solve the problem: how to partition the image and draw on the Button or Static Control Static control how to respond
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-27
    • 文件大小:68.61kb
    • 提供者:幽蓝
  1. pingtuoz

    0下载:
  2. 一个很古老的拼图游戏,随机算法把BPM图像分成按等级的块数,很灵活-A very old-fashioned jigsaw puzzle, random algorithm to BPM image into blocks according to the number of levels, it is flexible and
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-06
    • 文件大小:1.37mb
    • 提供者:王刚
  1. spy

    0下载:
  2. 工具:spy++,WindowSpy 涉及到的API:findwindow 补充: printf是一个向控制台输出的函数。 d代表输出的是个整数。hwnd代表需要输出的变量。 大家也可以使用findwindow(NULL,"SPY++.txt - 记事本")来替换试试。就是将类名置空,只使用标题名。 -Commonly used digital image processing techniques- stretching algorithm for cases
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-04-16
    • 文件大小:175.83kb
    • 提供者:jeffchang
  1. XiangQi

    0下载:
  2. 自己根据常用的象棋算法做的一个象棋游戏。由于没有棋库所以性能比较差,可能只能供对算法感兴趣的朋友研究一下了。图像资源是从游戏软件里“借”来的。-Their own algorithm based on commonly used to do a chess chess game. In the absence of relatively poor performance of chess library so may only be interested in the algorithm for
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-08
    • 文件大小:1.75mb
    • 提供者:闫煜
  1. PicProcess

    0下载:
  2. 图片处理,干扰线去除,图片分割 java源代码 十分好用 -Image segmentation algorithm Noise Clear
  3. 所属分类:游戏

    • 发布日期:2013-05-13
    • 文件大小:1.24kb
    • 提供者:向强
  1. luanshi

    0下载:
  2. 状态机,线程,图象处理技术。以及游戏基本的碰撞检测与2D算法,数据存储是基于android提供的包,音乐效果采用mediaPlayer和soundpool技实现。- state machine, threads, image processing technology , 2D basic algorithm, collision detection algorithm, the data storage is based on package
  3. 所属分类:Other Games

    • 发布日期:2017-05-10
    • 文件大小:2.37mb
    • 提供者:张要
  1. GaussBlurTest1

    0下载:
  2. unity3d 引擎 高斯模糊算法的shadow文件,用于文字或图片的模糊效果-unity3d engine Blur Gaussian blur algorithm shadow file for text or image
  3. 所属分类:Game Engine

    • 发布日期:2017-04-12
    • 文件大小:1.17kb
    • 提供者:泰格里斯
  1. 7587

    0下载:
  2. Related impulse response analysis algorithm and inspection, It comprises aircraft flight attitude control, such as slip angle, tilt angle, roll angle, pitch angle, Including compression ratio, image restoration computing uptime and peak signal to noi
  3. 所属分类:*编程

    • 发布日期:2017-12-18
    • 文件大小:91kb
    • 提供者:qengjuntou
  1. Snake-master

    0下载:
  2. We use breadth-first search to find the shortest path. We additionally expect the path to be as straight as possible so there will be less scattered empty points on the map, which will improve the AI's success rate. The image below illustrates how
  3. 所属分类:游戏

    • 发布日期:2018-01-05
    • 文件大小:1.01mb
    • 提供者:深思
搜珍网 www.dssz.com