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

搜索资源列表

  1. Halftoning

    1下载:
  2. 一种灰度图像的半色调图像生成程序。该程序实现了siggraph 2008 论文Structure aware halftoning中的半色调生成算法。该算法基于目标函数优化,用模拟退火方法生成。 该程序可以读入gif,png,jpg,bmp格式的图片,并自动将彩色图转化为灰度图。生成的半色调图目前只支持png格式的输出。 实现语言为java。 在jre 1.6.0_10上测试正常。-A gray-scale image halftoning image generation pro
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:18172
    • 提供者:lm
  1. migong

    0下载:
  2. 数据结构课程设计报告及代码 C语言环境 迷宫问题的设计 -Data structure curriculum design reports and code C language environment maze design issues
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:222950
    • 提供者:熊彪
  1. PDAProject

    0下载:
  2. PDA构造,并且可以识别相应文法的句子(纠正,刚才上传的FAPROJECT是又穷自动机)-PDA structure, and can identify the corresponding grammatical sentences (corrected, just upload FAPROJECT is another DFA)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:15451
    • 提供者:yinxue
  1. parts_structure_demo

    0下载:
  2. Pictorial structure model for object detection.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-16
    • 文件大小:24723910
    • 提供者:王小剛
  1. examples

    0下载:
  2. 游戏开发数据结构Data Structures for Game Programmers,这是里面包含是实例-Game development data structure Data Structures for Game Programmers, which is contained inside is the example of
  3. 所属分类:Game Program

    • 发布日期:2017-05-03
    • 文件大小:1010468
    • 提供者:dreamsxin
  1. Trie

    0下载:
  2. Trie数据结构,一种字符串存储方式,可以提高字符串的查找效率-a data structure of Trie, which can be used for storing the strings and improve the searching efficiency for a given string
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:324461
    • 提供者:黄异
  1. three-sample-of-Data-Structure

    0下载:
  2. 数据结构,一共有三个文件,多项式相加,二叉树几种操作,数组正负排序-Data structure, a total of three documents, the sum of polynomials, binary tree several operations to sort the array of plus or minus
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:3308
    • 提供者:luo
  1. UMTS_system_network_structure_and_LTE

    0下载:
  2. UMTS系统无线网络结构和协议的长期演进,中国移动专家关于UMTS网络结构和协议与LTE的关系演讲资料。-UMTS system, the wireless network structure and the long-term evolution of the agreement, China Mobile experts on the UMTS network architecture and protocols and the relationship between LTE speech
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-24
    • 文件大小:162889
    • 提供者:kyhao
  1. Structure

    1下载:
  2. 关于结构体编程的实例,计算最大应力点,屈服强度等-About the structure of programming examples
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1322
    • 提供者:陈乔
  1. structure

    0下载:
  2. 里面涉及了数据结构中的链表、队列和栈的一些知识和算法,希望对朋友们有所帮助。-Involved in the data structure inside the linked list, queue and stack some of the knowledge and algorithms, and they hope to help my friends.
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:251872
    • 提供者:刘海涛
  1. structureTensor

    0下载:
  2. 结构张量,计算方向程序,是的方向性更强,更精确-Structure tensor
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:5347
    • 提供者:高红
  1. LKTK

    0下载:
  2. Recovering 3-D structure from motion in noisy 2-D images is a problem addressed by many vision system researchers. By consistently tracking feature points of interest across multiple images using a methodology first described by Lucas-Kanade, a 3-D s
  3. 所属分类:matlab

    • 发布日期:2017-05-18
    • 文件大小:4657470
    • 提供者:Stephen Bishop
  1. Modbus_base_Hitech_and_C166

    0下载:
  2. 基于Hitech和C166的Modbus协议,通过优良的数据结构使得协议信息交互与数据的实际应用访问变得非常简单容易,当前版本支持人机常见的所有数据格式如(有/无符合)字节、字、浮点数,位,数组,等。并且提供有完善的代码注释,相信这必将是网上能够当到的最好Modbus源码!-Based on the Hitech and C166 of the Modbus protocol, through excellent protocol information data structure allow
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:8791
    • 提供者:曾敏
  1. Structure

    0下载:
  2. 数据结构是计算机学科的一门核心课程。数据结构课程的 任务是讨论现实世界中数据的各种逻辑结构、在计算机中的存 储结构以及实现各种操作的算法等问题。掌握如何组织数据、 如何存储数据和如何处理数据的基本方法,从而更好地进行软 件开发和应用。 典型数据结构包括表、堆栈、队列、数组、串、树、二叉 树、图、递归程序设计、排序和查找方法,介绍的典型存储结 构包括顺序存储结构、链式存储结构以及这两种典型存储结构 的结合。本速查器采用C语言作为算法描述语言,所有算法和 设计
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:157446
    • 提供者:袁和平
  1. data-structure-the-c-language(yanweimin)

    0下载:
  2. 数据结构(C语言版严蔚敏著)。非常出名的一本书籍,曾经用过,觉得很经典-Data structure (C-min YAN Wei-language version of book). One very well-known books, used once, I think I really classic
  3. 所属分类:Data structs

    • 发布日期:2017-05-23
    • 文件大小:7540904
    • 提供者:林周
  1. Mobile-structure-design-guide

    0下载:
  2. 手机结构设计指南,一看便知。我就不多说了-Mobile structure design guide, look one glance
  3. 所属分类:MTK

    • 发布日期:2017-03-29
    • 文件大小:506360
    • 提供者:jans
  1. structure

    0下载:
  2. 数据结构算法大全,包含最短路径,最小生成树,凸包,各种排序,四种高精度运算,图论上的常用算法,以及树的各种算法-data structure ,if you want to learn it well, you need it,I think!
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:15067
    • 提供者:zjhui
  1. GPU-KLT-1.1

    0下载:
  2. This library implements the KLT Tracking algorithm [2004] for Feature Tracking in Video useful in computer vision tasks like object recognition, image indexing, tracking and structure from motion. This implementation uses programmable Graphics Hardwa
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-30
    • 文件大小:48693
    • 提供者:Alex
  1. GPU_KLT.0.0-User-Manual

    0下载:
  2. This library implements the KLT Tracking algorithm [2004] for Feature Tracking in Video useful in computer vision tasks like object recognition, image indexing, tracking and structure from motion. This implementation uses programmable Graphics Hardwa
  3. 所属分类:File Formats

    • 发布日期:2017-04-16
    • 文件大小:69208
    • 提供者:Alex
  1. structure

    0下载:
  2. 论利益相关者理论与公司治理结构,包括公司各个利益的处理方法-On the stakeholder theory and corporate governance structure, including the treatment of various interest
  3. 所属分类:Development Research

    • 发布日期:2017-04-29
    • 文件大小:284941
    • 提供者:黄学共
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com