您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. C++reference

  2. C++ 库函数查询 CHM 格式 #, ## manipulate strings #define define variables #error display an error message #if, #ifdef, #ifndef, #else, #elif, #endif conditional operators #include insert the contents of another file #line set line and file information #pra
  3. 所属分类:C++

    • 发布日期:2009-05-16
    • 文件大小:480256
    • 提供者:zqiang320
  1. C++ FAQs

  2. C++ FAQs Part I. Preliminaries Chapter 1. Introduction FAQ 1.01 What is the purpose of this chapter? FAQ 1.02 What are C++ FAQs? FAQ 1.03 Who is the target audience for this book ? FAQ 1.04 Is this a book about C++ per se? FAQ 1.05 Why do deve
  3. 所属分类:C++

    • 发布日期:2007-09-15
    • 文件大小:917504
    • 提供者:lovewhzlq
  1. C入门经典源代码(第3版)

  2. Note that my solutions to the exercises are not the only ones possible or even the best solutions. If your solution to an exercise is different, it doesn't mean that it is wrong. As long as it works it is OK. You may well be able to come up with bet
  3. 所属分类:C

    • 发布日期:2009-07-18
    • 文件大小:243712
    • 提供者:yhx1412
  1. C++入门经典(第3版)

  2. C++入门经典(第3版): I created all the files under Microsoft Windows so lines are terminated by CR/LF. In addition to this "ReadMe" file you will find three zip archives in the primary archive, so you need to unzip each of these to get at the code. The cod
  3. 所属分类:C++

    • 发布日期:2009-07-27
    • 文件大小:474112
    • 提供者:learlyx
  1. K聚类算法with C++

  2. this program is for K mean with C++
  3. 所属分类:C++

    • 发布日期:2009-08-04
    • 文件大小:2048
    • 提供者:ningning860310
  1. mean shift图像分割算法 c++

  2. 经典的c++图像分割算法,绝对能用,里面有实验图片。
  3. 所属分类:其它

    • 发布日期:2009-08-22
    • 文件大小:6291456
    • 提供者:sjswhy2
  1. modified fast adaptive mean shift c++ code and manual and ssa

  2. this file includes fams implementation in c++ and manual. in addition, the code for ssa is provided for convenience. Note:there is a small bug in timer-elapsed, and if you do not like iostream, and namespace std,you can comment createpng out.
  3. 所属分类:C++

    • 发布日期:2009-08-28
    • 文件大小:44032
    • 提供者:pobudeyi
  1. Beginning.C.Sharp.3.0.An.Introduction.to.Object.Oriented.Programming

  2. 很好的C#英文教科書 Who This Book is For The book assumes no prior programming experience. That does not mean, however, that the book is “ dumbed down ” in any way. I build slowly, placing you on solid ground before the next topic is introduced. I encourage
  3. 所属分类:C

    • 发布日期:2009-09-26
    • 文件大小:9437184
    • 提供者:starlookerhk
  1. mean shift和particle filter的目标跟踪代码

  2. mean shift和particle filter的目标跟踪代码, C语言
  3. 所属分类:C

    • 发布日期:2010-04-14
    • 文件大小:1048576
    • 提供者:paddyer
  1. 用Mean Shift算法实现图像滤波

  2. 用Visual C++实现了用Mean Shift算法进行图像滤波和分割,可以对灰度图像和彩色图像进行处理
  3. 所属分类:其它

    • 发布日期:2010-04-22
    • 文件大小:12582912
    • 提供者:zhuyong8u8
  1. Mean shift based clustering in high dimensions

  2. The package includes the following files: fams.cpp fams.h and project files for MS Visual C++. Mean Shift 这个概念最早是由Fukunaga等人[1]于1975年在一篇关于概率密度梯度函数的估计中提出来的,Mean Shift算法,一般是指一个迭代的步骤,即先算出当前点的偏移均值,移动该点到其偏移均值,然后以此为新的起始点,继续移动,直到满足一定的条件结束. Comaniciu等人[3][4
  3. 所属分类:其它

    • 发布日期:2010-04-26
    • 文件大小:38912
    • 提供者:ymh2011
  1. K-mean算法C语言

  2. K-mean算法C语言,随机选取聚类初始中心。
  3. 所属分类:C

    • 发布日期:2010-05-13
    • 文件大小:5120
    • 提供者:ycyangchen
  1. K-mean算法 C++ 源码

  2. 一个简单的C++实现的k-mean算法实现
  3. 所属分类:其它

    • 发布日期:2010-05-26
    • 文件大小:11264
    • 提供者:Botaruibo
  1. mean-shift算法的实现算例

  2. mean-shift算法的实现算例,通过看这段代码,可以很快熟悉mean-shift算法
  3. 所属分类:其它

    • 发布日期:2010-06-20
    • 文件大小:78848
    • 提供者:walkingcutter
  1. k-mean聚类算法实现

  2. c++实现k-mean算法#include #include #include #include #include // FUNCTION PROTOTYPES // DEFINES #define SUCCESS 1 #define FAILURE 0 #define TRUE 1 #define FALSE 0 #define MAXVECTDIM 20 #define MAXPATTERN 20 #define MAXCLUSTER 10 char *f2a(double x,
  3. 所属分类:C

    • 发布日期:2010-09-22
    • 文件大小:837
    • 提供者:gnezedshi
  1. Lcc C Compiler

  2. aWhat's new in the new version of lcc-win ---------------------------------------- Dec 3: Added SphericalBesselY + SphericalBesselK + SphericalBesselJ to the special functions package. Updated the documentation. Dec 2: Fixed problems with comparison
  3. 所属分类:C

    • 发布日期:2010-09-30
    • 文件大小:6291456
    • 提供者:ywj1225
  1. fuzzy c-mean

  2. fuzzy c-mean 的代码,可以用于分析各种数据
  3. 所属分类:其它

    • 发布日期:2011-04-21
    • 文件大小:1024
    • 提供者:sun198268
  1. C均值算法 VC++

  2. C均值算法,VC++6.0平台实现,随即产生50个点,并分为两类
  3. 所属分类:C++

    • 发布日期:2011-11-01
    • 文件大小:3145728
    • 提供者:wes_120
  1. 模糊C均值聚类

  2. 聚类 C均值 FCM fuzzy C mean shift clustering
  3. 所属分类:专业指导

    • 发布日期:2013-11-12
    • 文件大小:81920
    • 提供者:nishiwodeangel
  1. 模糊K均值算法C++实现

  2. 模糊K均值算法C++实现,亲测可用,欢迎下载。
  3. 所属分类:C++

    • 发布日期:2016-01-06
    • 文件大小:611328
    • 提供者:shiyigongteng
« 12 3 4 5 6 7 8 9 10 ... 16 »