虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

Set-Partitioning

  • java产生的一个分形图形

    java产生的一个分形图形,就是所谓的Mandelbrot set

    标签: java 分形 图形

    上传时间: 2013-12-29

    上传用户:comua

  • 这是 用C++编写的员工培训系统 用户要修改程序源码可以选择相应的.h和.cpp文件

    这是 用C++编写的员工培训系统 用户要修改程序源码可以选择相应的.h和.cpp文件,本实例使用的命名规则基本是:DIALOG_***** 为管理对话框资源, *****Info为数据输入窗口资源, *****Set为结果集对应的类

    标签: cpp 编写 用户

    上传时间: 2014-01-14

    上传用户:LIKE

  • 这是sun公司的程序员考试书籍(英文版的pdf) 还有模拟考试安装盘

    这是sun公司的程序员考试书籍(英文版的pdf) 还有模拟考试安装盘,和视频!我将稍后发布! READ THIS AGREEMENT CAREFULLY. IF YOU AGREE TO ALL THE TERMS AND CONDITIONS SET FORTH BELOW AND ARE WILLING TO BE LEGALLY BOUND BY THEM, PRESS THE I AGREE BUTTON TO CONTINUE WITH THE SETUP. IF YOU DO NOT AGREE TO SUCH TERMS AND CONDITIONS, PRESS THE I DON T AGREE BUTTON TO ABORT THE INSTALLATION.

    标签: sun 程序员 书籍

    上传时间: 2015-05-25

    上传用户:ccclll

  • SVM用于模式识别 整理别人的代码(原来的是英文)所得: kernel.m用于内积矩阵的计算 svcplot.m用于绘图 svm168.m是主程序 testlin.m是采用线形内积函数的支持

    SVM用于模式识别 整理别人的代码(原来的是英文)所得: kernel.m用于内积矩阵的计算 svcplot.m用于绘图 svm168.m是主程序 testlin.m是采用线形内积函数的支持向量机应用的 文件 testrbf.m是采用RBF内积函数的支持向量机应用 的 文件 每个文件中都有说明。 仿真平台matlab7.0, 仿真全部通过 将所有文件拷贝到work目录下(注意不要直接将上层文件夹直接拷贝到work目录下,若那样操作,必须在matlab的file菜单中的set path中设置相应的路径)。 打开matlab,在命令窗口中输入 testlin或testrbf 即可查看结果。

    标签: svcplot testlin kernel SVM

    上传时间: 2015-05-27

    上传用户:风之骄子

  • FCMDEMO displays a GUI window to let you try out various parameters in fuzzy c-means clustering fo

    FCMDEMO displays a GUI window to let you try out various parameters in fuzzy c-means clustering for 2-D data. You can choose the data set and clustering number from the GUI buttons at right, and then click "Start" to start the fuzzy clustering process.

    标签: clustering parameters displays FCMDEMO

    上传时间: 2014-01-23

    上传用户:bjgaofei

  • 半数集问题  问题描述: 给定一个自然数n

    半数集问题  问题描述: 给定一个自然数n,由n开始可以依次产生半数集set(n)中的数如下。 (1) n∈set(n); (2) 在n的左边加上一个自然数,但该自然数不能超过最近添加的数的一半; (3) 按此规则进行处理,直到不能再添加自然数为止。 例如,set(6)={6,16,26,126,36,136}。半数集set(6)中有6个元素。  编程任务: 对于给定的自然数n,编程计算半数集set(n)中的元素个数。

    标签: 61611

    上传时间: 2015-06-01

    上传用户:netwolf

  • The JICQ is the bureau area which JAVA writes according to "Customer s Machine/Server"(C/S) mode mes

    The JICQ is the bureau area which JAVA writes according to "Customer s Machine/Server"(C/S) mode message solid hour correspond by letter tool system, the system adopted the SQL Server2000 of Microsoft company as a backstage database, the system passes a JDBC interview database. The system is divided into the server procedure and customer s procedure two parts, server and customer adoption "Transmission Control Protocol"(TCP), connect a word (Socket) conjunction through a set, the adoption "User Datagram Protocol "(UDP) of the customer s, pass a data report a set to connect a word (DatagramSocket) establishment a conjunction. The system has customer registration, customer to register, increase good friend, delete good friend and send out and receive news etc. function.

    标签: according Customer Machine Server

    上传时间: 2014-01-04

    上传用户:jyycc

  • a non-sharing smart pointer class that can be used with STL containers such as std::map, vector, lis

    a non-sharing smart pointer class that can be used with STL containers such as std::map, vector, list, set, and deque. The smart pointer has an assignment operator and greater than operator that call the target object s operator.

    标签: non-sharing containers pointer vector

    上传时间: 2015-06-15

    上传用户:Late_Li

  • This program demonstrates some function approximation capabilities of a Radial Basis Function Networ

    This program demonstrates some function approximation capabilities of a Radial Basis Function Network. The user supplies a set of training points which represent some "sample" points for some arbitrary curve. Next, the user specifies the number of equally spaced gaussian centers and the variance for the network. Using the training samples, the weights multiplying each of the gaussian basis functions arecalculated using the pseudo-inverse (yielding the minimum least-squares solution). The resulting network is then used to approximate the function between the given "sample" points.

    标签: approximation demonstrates capabilities Function

    上传时间: 2014-01-01

    上传用户:zjf3110

  • A series of .c and .m files which allow one to perform univariate and bivariate wavelet analysis of

    A series of .c and .m files which allow one to perform univariate and bivariate wavelet analysis of discrete time series. Noother wavelet package is necessary -- everything is contained in this archive. The C-code computes the DWT and maximal overlap DWT. MATLAB routines are then used to compute such quantities as the wavelet variance, covariance, correlation, cross-covariance and cross-correlation. Approximate confidence intervals are available for all quantities except the cross-covariance and cross-correlation. A set of commands is provided. For a description of this example, please see http://www.eurandom.tue.nl/whitcher/software/.

    标签: univariate and bivariate analysis

    上传时间: 2015-06-23

    上传用户:chongcongying