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

搜索资源列表

  1. GDI+Draw

    1下载:
  2. 利用GDI+和CImage类实现任意格式图像的打开,复制,剪切,粘贴,选择,线性渐变,中心渐变及图形对象的绘制.-using GDI and CImage achieve arbitrary category of open-format images, copy, cut, paste, select, linear gradient, the center graded and graphical object mapping.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:201054
    • 提供者:菜鸟高手
  1. k-means

    3下载:
  2. 基于K-means聚类算法的社团发现方法 先定义了网络中节点关联度,并构建了节点关联度矩阵, 在此基础上给出了一种基于 K-means聚类算法的复杂网络社团发现方法。 以最小关联度原则选取新的聚类中心, 以最大关联度原则进行模式归类,直到所有的节点都划分完为止, 最后根据模块度来确定理想的社团数-K-means clustering algorithm based on the association discovery To define a network node cor
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-11-15
    • 文件大小:115714
    • 提供者:maverick
  1. C++

    0下载:
  2. 编写一个程序,在屏幕上出现一个圆心沿正弦曲线轨迹移动的实心圆,要求每隔4分之一周期,圆的填充色和圆的周边颜色都发生变化(颜色自己选取),同时圆的半径在四分之一周期内由正弦曲线幅值的0.2倍至0.6倍的线性增长。-The preparation of a procedure on the screen there is a center of a circle along the sinusoid trajectory mobile solid round, one request every 4
  3. 所属分类:File Formats

    • 发布日期:2017-04-03
    • 文件大小:1021
    • 提供者:海阔天空
  1. Circle_Recognition_Through_a_Point_Hough_Transform

    0下载:
  2. :给出了一种新的Hough 变换圆检测方法——点Hough 变换(PHT)。该方法根据圆周上任意两条不平行弦的中垂线相交与圆心的几 何性质,同时选取曲线上3点 进行计算,将传统Hough变换圆检测时的三维参量统计变成一维参量统计,极大地降低了计算复杂性和对资源的需求。为了克服任意选取组合点可能带来的计算量增加及统计结果的分散程度提高,文中提出了点的选择方法。合成图和实际图像的实验结果表明,该方法用于普通图像中圆检测时快速、稳定、准确。-: This paper presents a new
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:212905
    • 提供者:王浩
  1. dda

    0下载:
  2. DDA的模拟算法。指定的显示窗口的屏幕划分成64X64的区域;每个区域有一个象素,是位于区域中心半径为r的圆。进行DDA直线段绘制时,算法中选中的象素就用窗口中相应的圆代替。-DDA simulation algorithm. The specified display window of the screen is divided into 64X64 areas each region has a pixel is located in the Regional Center radius
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:975
    • 提供者:
  1. EmailMessagingSystem

    1下载:
  2. delphi做的邮件短信系统 1.实现邮件检测功能: (1)注册账号,注意正确添写POP3服务器,用户名,密码。 2.实现发送短信功能: (1)在注册账号时要添写正确的手机号码,并选中发送到手机的复选框。 (2)跟据自己购买的GSM模块说明书设置串口参数,一般是“19200,n,8,1”。 (3)添写当地短信中心号码,前面的86可加可不加,如果没有写,系统在按“确定”后会自动加上。 (4)注意:如果短信中含有中文字符,则一定要设成Pdu模式,否则短信可能发送失败
  3. 所属分类:Delphi VCL

    • 发布日期:2014-05-19
    • 文件大小:683762
    • 提供者:李飞
  1. hartigansSLC_OpenCV

    0下载:
  2. hartigans Sequential Leader Clustering Algorithm in terms of OpenCV (ver.1.1) Sequential Leader algorithm: Hartigan, J. A. (1975), Clustering Algorithms. John Wiley and Sons, Inc., New York, NY. 1. Select maximum cluster "radius" 2
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:53883
    • 提供者:sas
  1. KNNMeanFilter

    0下载:
  2. 原理:以待处理的像素作为中心,取一个nXn的模板,在模板中选择k个与待处理像素的值最接近的像素,将这k个像素的均值替换原来的像素值。 假设n=3,k=5,调用方法:b = KNNMeanFilter(a, 3, 5)-Principle: to be treated as the center pixel, take a nXn template select the template and the pending k-nearest pixel values of pixels, thi
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:646
    • 提供者:Cathie Wen
  1. wenbenbianjiqi

    0下载:
  2. 本设计主要完成一个文本编辑器设计,该文本编辑器具有打开、关闭、保存、另存、打印和打印设置等基本文档处理功能,在编辑过程中,还能与操作系统的剪贴板互相交换数据,即具有剪切、复制和粘贴功能,在编辑过程中还能选中全部内容,并能执行删除操作等,在排版过程中,能设置文本对齐,包括左对齐、右对齐和居中等,最后该文本编辑器能够对文字的字体字号进行设置。-The design was completed for the design of a text editor, the text editor has o
  3. 所属分类:EditBox

    • 发布日期:2017-03-28
    • 文件大小:3329
    • 提供者:李娟
  1. chapter2

    1下载:
  2. 1、在MyEclipse中导入工程,可以通过Eclipse中的菜单File→Import→Existing Projects intoWorkspace中选择Project; 2、在MySQL中创建数据库,使用MySQL Control Center执行database目录下的dbscr ipt.sql数据库脚本文件创建数据库SQL语句创建数据库和表及数据; 3、设置数据库连接配置,修改src目录下的database.properties文件,将其中的数据库用户名和密码设置为实际的用
  3. 所属分类:JSP源码/Java

    • 发布日期:2013-06-09
    • 文件大小:746727
    • 提供者:wuxing
  1. knn2

    0下载:
  2. k-nearest neighborhood is a one method that select k number of units in such as cluster that this k units are nearest from the cluster center-k-nearest neighborhood is a one method that select k number of units in such as cluster that this k units ar
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:1629
    • 提供者:ali
  1. KNN

    0下载:
  2. k-nearest neighborhood is a one method that select k number of units in such as cluster that this k units are nearest from the cluster center-k-nearest neighborhood is a one method that select k number of units in such as cluster that this k units ar
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:778
    • 提供者:ali
  1. netsozspace

    0下载:
  2. NETSOZ网址收藏夹+通讯录+记事本 NZFRS 3.0,功能:1、用户管理中心支持注册信息,修改密码。2、注册用户时会自动添加网址分类与通讯录分类,以便添加网址及通讯录。3、网址收藏与通讯录记录时可选择对应分类,分类修改采用JS显示。4、收藏网址时可选择公开或私有,公开则允许被游客浏览。5、记事本主要用于记录一些重要资料和事件备忘等,记事本信息不对外公开。6、关于ACCESS数据库链接采用通用防SQL注入类函数,主要过滤SQL字符。 7、注册会员列表按全国省区域分类显示。-NETSOZ
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-01
    • 文件大小:241963
    • 提供者:吕梁
  1. SelectDir

    0下载:
  2. 一个让人满意的“选择目录路径”控件,(对话框可以居中、初始化选择目录、新建文件夹——在Delphi现有控件中很难得)-A satisfactory "select directory path" control, (dialog can center, initialization select directory, new folder- in Delphi existing control very rare)
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-04
    • 文件大小:168539
    • 提供者:玉琴
  1. Pipe

    0下载:
  2. 本游戏中有2个蓝色和黄色的水管,通过方向键选择蓝色水管,按中心键可以旋转蓝色水管,游戏的任务是利用蓝色水管将水流的出口和入口联通。-This game has two blue and yellow water pipes, water pipes through the arrow keys to select the blue, blue at center key can rotate pipes, the task of the game is to use the blue water
  3. 所属分类:Game Program

    • 发布日期:2017-04-08
    • 文件大小:63839
    • 提供者:shindawang
  1. kmeans-image-segmentation

    0下载:
  2. K-means算法是一种动态聚类方法,这种方法先选择若干样本作为聚类的中心,在按某种聚类准则(通常采用最小距离原则)使各种样本向各个中心积聚,从而得到初始的分类,然后,判断分类的合理性,如果不合理,就修改分类,如此反复的修改聚类的迭代运算,直到合理为止。-K-means algorithm is a dynamic clustering method, this method, select the number of samples as a cluster center in the clu
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:54544
    • 提供者:wjj
  1. Applications-draw-beautiful-flowers

    0下载:
  2. 数学中有三叶玫瑰线(方程为ρ=Asin(3β)、四叶玫瑰线(方程为ρ=Asin(2β)等曲线,这些曲线的极坐标方程很简单,基本形式均为:ρ=Asin(nβ),即任意一点的极半径ρ是角度β的函数;其直角坐标方程为:x=Asin(nβ)cos(β),y =Asin(nβ)sin(β)。 在程序中控制角度β使其从0变化到2π,描出极半径ρ所对应的点,这样就可以绘出漂亮的玫瑰线;当然,n不同所描出的曲线的形状也就不同。 出于好奇,笔者又编写了一些方程,如:ρ=A[sin(nβ)+3 sin(3n
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-26
    • 文件大小:3245
    • 提供者:安多
  1. Location-Select-Liyue

    0下载:
  2. 物流企业仓库单重心选址法+MFC界面编程-Single center of gravity location of the warehouse business law+ MFC Programming Interface
  3. 所属分类:transportation applications

    • 发布日期:2017-05-26
    • 文件大小:9157855
    • 提供者:李悦
  1. select-max-from-min

    0下载:
  2. 模式识别中的最大最小距离算法,这程序处理二维数据,我发现网上的程序都是设置一个很大的数组,但本程序是无论多少数据样本都可以处理的。结果存放在两个数组中,z数组存放中心数据,r数组的cente是样本所属的S-Maximum and minimum distance algorithm in pattern recognition, this program deal with two-dimensional data, I found the online program are set to a
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:774219
    • 提供者:周 士杰
  1. 35678

    0下载:
  2. 将应用程序窗口居中显示,VC++6.0编程精选学习源码,很好的参考资料。-The application window display center, select learning VC++6.0 programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:211963
    • 提供者:什锦豆腐
« 12 3 4 »
搜珍网 www.dssz.com