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

搜索资源列表

  1. GA1E1

    2下载:
  2. 用K均值和遗传算法实现了半监督聚类算法,这是个一个已经发表的论文的源程序-Using K-means and genetic algorithm to achieve a semi-supervised clustering algorithm, this is a paper published source
  3. 所属分类:Console

    • 发布日期:2016-08-10
    • 文件大小:4153129
    • 提供者:张帅
  1. solarsimple

    0下载:
  2. 今天在某论坛看到这样一个题目, 太阳系的简单模形,地球围绕太阳转动,同时月球围绕地球转动. 觉得有些意思,所以就动手做了一个. 因为问题太简单了,所编码也不是很规范,只是着重表达算法,请见谅!-Forum today to see such a topic, a simple pattern of the solar system, Earth' s rotation around the sun, the moon around the Earth rotate at the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:32133
    • 提供者:周志鹏
  1. junzhilvbo

    0下载:
  2. 均值滤波模块,可以单独使用,且还能与其他模块配套使用。-Mean filter module can be used alone, and also supporting the use of other modules.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-11
    • 文件大小:2838574
    • 提供者:钟星
  1. 3

    0下载:
  2. 典型时间序列模型分析 设有ARMA(2,2)模型, X(n)+0.3X(n-1)-0.2X(n-2)=W(n)+0.5W(n-1)-0.2W(n-2) W(n)是零均值正态白噪声,方差为4 (1)用MATLAB模型产生X(n)的500观测点的样本函数,并会出波形; (2)用你产生的500个观测点估计X(n)的均值和方差; (3)画出理论的功率谱 (4)估计X(n)的相关函数和功率谱 -Analysis of typical time series model w
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:2959
    • 提供者:qiuxue
  1. MainFrm

    0下载:
  2. 个人整理的关于动态图标的小程序,有点意思,希望对你有所启发-Personal finishing a small icon on the dynamic process, a bit mean, you want to be a source of inspiration
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:38179
    • 提供者:unfair
  1. ag

    0下载:
  2. 这个双重循环完成按字母顺序排序的工作。在外层循环中把字符数组cs[i]中的国名字符串拷贝到数组st中,并把下标i赋予P。进入内层循环后,把st与cs[i]以后的各字符串作比较,若有比st小者则把该字符串拷贝到st中,并把其下标赋予p。内循环完成后如p不等于i说明有比cs[i]更小的字符串出现,因此交换cs[i]和st的内容。至此已确定了数组cs的第i号元素的排序值。然后输出该字符串。在外循环全部完成之后即完成全部排序和输出。-The double circle in alphabetical o
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:2752
    • 提供者:lili
  1. junfangzhi102x

    0下载:
  2. 描述了混沌的序列的优选,如何利用均方根值进行优选。-Describes the preferred sequence of chaos, how to make use of root-mean-square value optimization.
  3. 所属分类:Communication

    • 发布日期:2017-01-10
    • 文件大小:1212
    • 提供者:李巍
  1. 47651501mean-shift-matlab

    0下载:
  2. If you have not registered, Please [regist first].You should upload at least five sourcecodes/documents. (upload 5 files, you can download 200 files). Webmaster will activate your member account after checking your files. If you do not want to uplo
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:3436
    • 提供者:alpha
  1. Cal_mean_median_std.f90.tar

    0下载:
  2. To calculate the mean, median and standard deviation of an input dataset read from a file.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1975
    • 提供者:Simba
  1. dataDeal

    0下载:
  2. 一种处理采样核数据的c++源程序,计算方差,均值等。-A sampling of nuclear data to deal with c++ source code, the calculation of variance, mean and so on.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:169385
    • 提供者:weiwei
  1. hp1020

    0下载:
  2. It`s a small util that 1 tme in 10 sec lookfor a window from hp1020 printer service and click button in it. That`s mean that you have not waste time to click it manualy.
  3. 所属分类:Button control

    • 发布日期:2017-04-01
    • 文件大小:8708
    • 提供者:bulsoft
  1. depthimage

    0下载:
  2. 生成一个圆球的深度图像,并计算其高斯曲率和平均曲率,以及对曲率进行分类-Generate a sphere of the depth of the image, and calculate the Gaussian curvature and mean curvature, as well as the classification of the curvature
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:40562
    • 提供者:高如如
  1. 03

    0下载:
  2. 子集和问题的一个实例为〈S,t〉。其中,S={x1 ,x2 ,…,xn }是一个正整数的集合,c是一个正整数。子集和问题判定是否存在S的一个子集S1,使得S1中元素的和等于c,设计一个解子集和问题的回溯算法. 输入: 第一行2个数,n(集合S的大小)和c(子集和的目标值) 第二行n个数表示集合中的元素 输出:无解时输出一行"No Solution!↵ "(中间一个空格) 有解时输出子集中的元素 如: 输入: 5 10 2 2 6 5 4 输出
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:879
    • 提供者:cj
  1. ThemesVB

    0下载:
  2. You can only set the Theme programmatically in the PreInit event, but this would mean you d have to have code in every page. The master page doesn t have a PreInit event.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:262896
    • 提供者:kanhibal
  1. imgdenoising

    0下载:
  2. 均值滤波去噪,中值滤波去噪以及SVD去噪-Mean filter denoising, median filtering and denoising SVD Denoising
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:157981
    • 提供者:X.Y. Gao
  1. threaddatabae

    0下载:
  2. VC++多线程访问数据库的实例,多线程的意思是说程序在执行当前任务的时候,可以同时执行其它程序,源代码是从国外网站而来。编译后请将数据库转移至Debug目录下。-VC++ multi-threaded access to the database instance, multi-threaded procedures mean that the task in the implementation of the current time, you can run other programs,
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-17
    • 文件大小:269039
    • 提供者:994
  1. guyanddragon(EN)

    0下载:
  2. 勇士斗恶龙,某外国达人做的,有点意思 英文版的,不过很简单,优点英文基础的都看得懂-Warriors fight dragons, people of a foreign and a bit mean in English, but very simple, based on the merits of English are able to understand
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2383
    • 提供者:魏志远
  1. project_code

    0下载:
  2. The main objective behind this project is using speaker recognition for security purposes. By security we mean identification of the speaker and thus granting permission to access details of very high confidentiality
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-28
    • 文件大小:86914
    • 提供者:hari
  1. COMPACT

    1下载:
  2. k-means clustering algorithm, C means Fuzzy clustering algorithm-k-means clustering algorithm, C means Fuzzy clustering algorithm...
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2013-01-15
    • 文件大小:119360
    • 提供者:mihee
  1. skypeaudio7

    0下载:
  2. easy to descriotion .i want a file about mean shift so i have to regist a name for this ,please help me.
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:823536
    • 提供者:dazhao
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 44 »
搜珍网 www.dssz.com