CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - java set

搜索资源列表

  1. selfref

    0下载:
  2. 当我们用摄像机照射电视机,再把摄到的图案展现在电视屏幕上,这会产生什么?答案似乎应该是什么都没有,因为电视机显示的就是它自己,而它自己正在显示的内容也就是它自己……。然而当我们调节电视机的设置参数、拉大摄像机的焦距,让电视机往它自身内部运动的时候,惊奇的现象出现了:一个一个的复杂结构不断地从电视屏幕中产生、飞出,就好像星系的诞生!当我们旋转摄像机呈一个角度的时候会得到类似左图的“旋转星系”。本Java程序就是在计算机上模拟了这个过程。然而,摄像机-电视这样的自指系统不仅仅能产生如此丰富的复杂图案
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:15.46kb
    • 提供者:若令
  1. PolyDemo

    0下载:
  2. 程序名称:PolyDemo 运行环境:系统需要安装j2sdk-1_4_2 注意事项: 如修改数据,先在文本框中输入自行设定的数据,再点击“重置数据”即设置成功。 再选择“单步执行”或“连续执行”。 用Java Applet实现算法的动态模拟 -procedures title : PolyDemo runtime environment : system need to install j2sdk - 1_4_2 Note : If data
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:9.58kb
    • 提供者:冯金建
  1. suanfajihe

    0下载:
  2. 算法集合,说明java 中的各种算法的应用,带有源代码,可运行调试-algorithm set, java note of the various algorithms applied with the source code can be run debugging! !
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1.05mb
    • 提供者:王聃琦
  1. learner

    0下载:
  2. aDABOOST This package contains the following files: learner.jar - is a platform independent java package. In order to run it on windows/linux open the command prompt/shell and type the command \"java -jar learner.jar\". Make sure the ja
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:407.32kb
    • 提供者:njustyw
  1. DM4

    0下载:
  2. 执行流程: 1. 用户输入参数:K的选择,训练数据,测试数据的路径; 2. 读取训练数据集和测试数据集文件,用ArffFileReader类读取并组织起InstanceSet数据结构; 3. 利用上面的相似度量标准,对每一个测试集中的Instance,计算与其最相似的K个训练集中的Instance,通过投票进行分类,将分类结果存储经Instance的成员变量targetGuess中; 4. 对分类结果进行度量,包括分类正确率,各种类别实例的Precision,Recall;Con
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:126.6kb
    • 提供者:xsl
  1. best

    0下载:
  2. 关于粗糙集的很好的学习程序,用java编程的-rough set materials using java
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:11.44kb
    • 提供者:路红棵
  1. diaodu

    0下载:
  2. 两台处理机A 和B处理n个作业。设第i个作业交给机器 A 处理时需要时间ai,若由机器B 来处理,则需要时间bi。由于各作 业的特点和机器的性能关系,很可能对于某些i,有ai >=bi,而对于 某些j,j!=i,有aj<bj。既不能将一个作业分开由两台机器处理,也没 有一台机器能同时处理2 个作业。设计一个动态规划算法,使得这两 台机器处理完成这n 个作业的时间最短(从任何一台机器开工到最后 一台机器停工的总时间)。研究一个实例:(a1,a2,a3,a4,a5
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-01-25
    • 文件大小:13.84kb
    • 提供者:王颖
  1. BayesFileClassify

    0下载:
  2. 文本分类是在文档所包含的文本基础上, 把给定的文档分配到固定类别集合中某一个类别的任务。这个任务中常常用到朴素贝叶斯模型。-Text classification are contained in the document text, based on the given document category assigned to a fixed set of a certain type of mission. This task is often used Naive Bayes model
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:165.43kb
    • 提供者:dcj
  1. Planer_convex_hull

    1下载:
  2. A Convex Hull is the smallest convex polygon that contains every point of the set S. A polygon P is convex if and only if, for any two points A and B inside the polygon, the line segment AB is inside P. One way to visualize a convex hull is to put
  3. 所属分类:Algorithm

    • 发布日期:2016-08-10
    • 文件大小:11.75kb
    • 提供者:NeeL
  1. FuzzySystem

    0下载:
  2. A Java class representation of a fuzzy cognitive map which contains a set of factors and relationships between them.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1.42kb
    • 提供者:Obi
  1. RoughSet

    0下载:
  2. 数据挖掘技术-粗糙集属性约减算法,对其描述以及算法实现!-rough set algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:5.45kb
    • 提供者:liu
  1. Perceptron_Java

    0下载:
  2. A simple, illustrative implementation of a single-layered perceptron in Java. When a pattern is impressed on the perceptron the activation of the network is adjusted according to an activation formula and a given bias value. To adjust the way the
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:1.83kb
    • 提供者:Felippe
  1. Huffman_coding_(Java)

    0下载:
  2. Given an arbitrary set of symbols (the english alphabet is the example that will be used here), Huffman coding is a way of creating the most efficient (smallest) binary code for that set of symbols. It exploits the fact that in most data some symbols
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:2.44kb
    • 提供者:Felippe
  1. syntax

    0下载:
  2. LL(1)文法的实现。具体设计要求如下: 1. 可以使用任何语言来完成,例如:Java、C、C++。 2. 文法采用常用的方式进行描述,例如:S→aA。 3. 以文件方式读取文法。 4. 分别求出每一个非终结符FIRST 集FOLLOW集和SELECT集。 5. 画出预测分析表。 6. 判定读入的文法是否是LL(1)文法。 7. 给定的任意符号串判定是否是文法中的句子,将分析过程用计算机打印出来。 8. 查出文法中是否含有左递归或左公因子。若有则消除左公因子和左递
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:5.58kb
    • 提供者:冯景航
  1. baizaoshengPecg

    0下载:
  2. (hrv, qt, rr, st). the application is written in java-large set of functions for biological records (ecg, eeg, phono)devices. it runs as a desktop or client-server application. it
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:825.71kb
    • 提供者:usher
  1. java

    0下载:
  2. 根据已知列出分级教学的人数分配和分班教学的人数与及格率的关系,然后设出16个变量,通过传统概率知识列出目标函数,通过约束条件控制变量,建立出一个非线形规划模型,利用计算机程序设计求出最优解-Listed according to the known number of grade teaching assignment and placement of teaching the relationship between numbers and pass rates, and then set o
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:1.22kb
    • 提供者:baijie
  1. pso

    0下载:
  2. 一个java编写的粒子群程序,可自行设置多个参数,并有图像跟踪粒子运行状态,已经在Eclipse上测试通过。-A java program written in particle swarm, are free to set multiple parameters, and image tracking particles running, has been tested on Eclipse.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:43.51kb
    • 提供者:sunyang
  1. java-JXC

    1下载:
  2. 一个典型的企业进、销、存管理信息系统的软件开发过程。内容包括系统的需求分析、建模分析、文件结构分析、数据结构分析、项目创建与设置、基础信息模块的创建、进货模块的创建、库存模块的创建、销售模块的创建等,涉及Java语育、管理、会计方面的知识- A typical business, sales, inventory management information systems software development process. Including system requirements
  3. 所属分类:Data structs

    • 发布日期:2017-06-12
    • 文件大小:19.35mb
    • 提供者:方震税
  1. Java

    0下载:
  2. Java经典算法集,适合初学者,用到数据结构-Java classic set of algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.52kb
    • 提供者:liguangfei
  1. java

    0下载:
  2. 本人搜集并调试无错的 关于数据挖掘算法,JAVA 实现,里面包含测试数据集,apriori 算法2个,FP-TREE 一个,FP-GROWP 2个 聚类1个、CLUSTREAM 一个,C45、ID3 等,下载后在相应文件夹中有 部分测试数据集合-I collect and debug error-free data mining algorithms, JAVA realization, which contains a set of test data, apriori algorithm 2
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:2.58mb
    • 提供者:zhangchangsheng
« 12 »
搜珍网 www.dssz.com