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

搜索资源列表

  1. 将维对分和K均值算法分割图像

    0下载:
  2. 利用聚类算法分割图像,将维对分法只可将图像分为2部分,可以作为二值化的代码,K-均值法可将图像分为任意多部分。程序直接采用R、G、B三色作为特征参数,聚类中心为随机值,当然也可以采用其他参数,程序编译为EXE文件后速度还可以接受,但尚有改进的余地,那位高手有空修改的话,请给我也发份代码。-clustering algorithm using image segmentation, Victoria right method can only image is divided into two p
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:49.09kb
    • 提供者:pbt
  1. TimerMode_PWM

    0下载:
  2. he LPC932 can be used to create a Pulse Width Modulated PWM signal. That s an analog signal, with only 2 discrete levels, for example 0V and 5V and a constant period. The current value of this signal at a certain poiTnt of time is proportional to its
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:1.11kb
    • 提供者:赵树斌
  1. CheatMaster_src

    0下载:
  2. Cheat Master 0.1 For DevHook with src, Real In-Game Search/Modify! -------------------------------------------------------------------------------- Intro ===== This is a prx mod written for DevHook 0.4+, which is used to search and m
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:9.82kb
    • 提供者:zb
  1. 3GPP_Specifications

    0下载:
  2. All 3G and GSM specifications have a 3GPP specification number consisting of 4 or 5 digits. (e.g. 09.02 or 29.002). The first two digits define the series as listed in the table below. They are followed by 2 further digits for the 01 to 13 series or
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:95.39kb
    • 提供者:guoguo
  1. BFS_DFS_Astar

    0下载:
  2. Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search main.cpp Then you can run it: ./search The input is loaded from a input file in.txt Here is the format of the input file: The firs
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2.91kb
    • 提供者:bo
  1. Analysis_and_Detection_of_Shadows_in_Video_Streams

    0下载:
  2. Robustnesstochangesinilluminationconditionsaswellas viewing perspectives is an important requirement formany computer vision applications. One of the key fac-ors in enhancing the robustness of dynamic scene analy-sis that of accurate and reliable mea
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:89.42kb
    • 提供者:liangqin
  1. Essential_Business_Process_Modeling.Aug.2005

    0下载:
  2. 书名:基本商业程序的建模 Essential Business Process Modeling (Paperback) 作者: Mike Havey 出版商:O Reilly 1 edition (August 18, 2005) 内容介绍: Ten years ago, groupware bundled with email and calendar applications helped track the flow of work from person to pe
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:3.87mb
    • 提供者:张仕奎
  1. hyplas

    8下载:
  2. ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-07-29
    • 文件大小:10.5mb
    • 提供者:gtcewli3
  1. Senfore_DragDrop_v4.1

    0下载:
  2. Drag and Drop Component Suite Version 4.1 Field test 5, released 16-dec-2001 ?1997-2001 Angus Johnson & Anders Melander http://www.melander.dk/delphi/dragdrop/ ------------------------------------------- Table of Contents: ----------------------
  3. 所属分类:Windows编程

    • 发布日期:2011-12-21
    • 文件大小:2.03mb
    • 提供者:smj_9547
  1. ProjectA

    0下载:
  2. a Java program that reads in the following values from the standard input device (i.e. Keyboard) and writes its result on the standard output device (i.e. Console/Monitor): Inputs: A: the loan amount in dollars and cents (e.g. 150000.00). r:
  3. 所属分类:Applet

    • 发布日期:2017-03-25
    • 文件大小:2.02kb
    • 提供者:zoey
  1. PShortP

    0下载:
  2. 程序首先利用include的手段将文件graph0.cpp包含进来,在main()函数调用由图的邻接矩阵建立图creatgraph与取顶点i的值gervalue(const int i)的函数。随后调用pshorpath(adjmatrix &G,int v0,int dist[],int path[])函数,该函数就是狄克斯特拉算法对应的函数。-Procedures include the means of the first to use the file that contains gra
  3. 所属分类:VOIP program

    • 发布日期:2017-04-02
    • 文件大小:1.89kb
    • 提供者:wang
  1. CPM

    3下载:
  2. 数字通信程序。记录我针对数字通信(John.G Proakis)版本学习中编写的仿真程序。 和大家交流共同学习,其中的错误,希望大家指证!-Digital communication procedures. I look at digital communications records (John.G Proakis) version of the study prepared by simulation program. And to facilitate the exchange o
  3. 所属分类:C#编程

    • 发布日期:2014-01-16
    • 文件大小:3.66kb
    • 提供者:123
  1. ldpc

    0下载:
  2. 记录我针对数字通信(John.G Proakis)版本学习中编写的仿真程序。 和大家交流共同学习,其中的错误,希望大家指证! -I look at digital communications records (John.G Proakis) version of the study prepared by simulation program. And to facilitate the exchange of learning, in which the error, hope th
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-01
    • 文件大小:161.78kb
    • 提供者:123
  1. matlab

    0下载:
  2. 记录我针对数字通信(John.G Proakis)版本学习中编写的仿真程序。 和大家交流共同学习,其中的错误,希望大家指证! -I look at digital communications records (John.G Proakis) version of the study prepared by simulation program. And to facilitate the exchange of learning, in which the error, hope th
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:20.83kb
    • 提供者:123
  1. 915pwm07.17.02

    0下载:
  2. LPC932为例:创建一个脉宽调制信号的定时模式6 由Christian Kulig ,飞利浦半导体12/06/02 导言: 在LPC932可以用来创建一个脉宽调制PWM信号。 这是一个模拟信号,只有2离散水平,例如0V 和5V和恒定时期。目前的价值在这个信号 某一点的时间成正比其占空比。这是 高一期的时间除以时期。它也可以被 计算出的平均价值在某一特定时期。那个 意味着低通滤波后, (如RC电路)的信号变得 模拟,实际值所控制的
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:10.34kb
    • 提供者:your name
  1. vccom

    0下载:
  2. 用VC^++实现多线程方式下的串行通信 摘要:结合实际工程,在VC 环境下通过采用创建事件对象来保持线程同步、利用两个监听函 数提高数据接收效率和可靠性等措施实现了多线程串行通信,完成了工程前端数据采集器与后台 计算机之间的数据传输。 关键词:串行通信;多线程;VC 中图分类号:TN919.3 文献标识码:A-Serial communication realization by multiple threads in VC++ ZH AN G W ei—gang。cH
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:130.99kb
    • 提供者:wLiao
  1. clustering

    0下载:
  2. Fuzzy Clustering. Problem: To extract rules from data Method: Fuzzy c-means Results: e.g., finding cancer cells
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:1.87mb
    • 提供者:sunda
  1. rrrrr

    0下载:
  2. : 基于G I S技术的国土资源政务信息系统是当前国土资源信息化建设的重要技术手段之一。以国产 MA P G I S为基础开发 平台, 针对国土资源电子政务信息系统设计中的设计思想和目标、 系统设计原则、 总体结构、 功能议汁、 系统数据库组织、 元数据库设 计等方面进行了较全面的分析。 详细介绍 囝土资源电子政务信息系统实现的关键技术问题 -: Based on GIS technology, land resources information system is current
  3. 所属分类:File Formats

    • 发布日期:2017-04-01
    • 文件大小:426.11kb
    • 提供者:wu78zg
  1. Baseconversion

    0下载:
  2. Base n means that each place (x) in the number represents nx. (n0, n1, n2, n3, etc.) Valid digits in base n are 0 to n-1.When working with numbers in different bases a subscr ipt is usually used to indicate the base (e.g. 25310 means 253 in base 10
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:4.35kb
    • 提供者:mohammed fadhle
  1. gmeans

    0下载:
  2. G-means的动态聚类算法,用c语言编写,比较长,大家-G-means of the dynamic clustering algorithm, using c language, relatively long, we look
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:69.74kb
    • 提供者:lan
« 12 »
搜珍网 www.dssz.com