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

搜索资源列表

  1. Lis1t

    0下载:
  2. 文件中是我编写的两个数据结构,线性表列和链表,是用类模版函数编写,是面向过程设计-document is prepared by the two data structure, tabulated and linear chain and is prepared category template function, process-oriented design
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3666
    • 提供者:李瑞
  1. 92

    1下载:
  2. 本代码是用java语言编写的基于决策树c4.5算法的数据挖掘程序,它可以在很多领域如股票系统中使用 -the code is written in java-based Decision Tree Algorithm Bank data mining process, it can in many areas such as the use of the stock system
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:232201
    • 提供者:飞翔
  1. 求树高

    0下载:
  2. 数据结构中求二叉树树高的VC实现,其中包括了二叉树的建立过程-data structure for the binary tree height VC, which included a binary tree building process
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2216
    • 提供者:楚天
  1. 我的译码器

    0下载:
  2. 这是一个数据结构里面的经典算法,这为一个直接可以有运行的程序-This is a data structure inside the classic algorithms, which can be directly to a running process
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:26341
    • 提供者:邓斌
  1. 归并分类与快速分类平均时间之比较的源代码

    0下载:
  2. 在对本程序的快速排序和归并排序这两种算法的正确与否进行验证时,用手动输入的数据,本程序基本上完成了对输入数据进行的快速排序和归并排序!-in the process of the rapid sequencing and merging the two sorting algorithms are correct for the test, with the manual input of data, the procedure is basically completed the data e
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:61417
    • 提供者:陈青侠
  1. 演化程序——遗传算法和数据编码的结合

    0下载:
  2. 演化程序——遗传算法和数据编码的结合 具体介绍了遗传算法的应用-evolutionary process -- genetic algorithms and data encoding the specific combination of the application of genetic algorithms
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:7495699
    • 提供者:冯宾
  1. 改进后的迷宫算法

    0下载:
  2. 迷宫算法程序学习,数据结构里的经典学习程序,代码经过自己的优化,加快了搜索速度-maze procedures learning algorithms, data structures of classical learning process, by its own code optimization to speed up the search process
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10197
    • 提供者:杜昭翼
  1. 最少硬币问题

    0下载:
  2. 最少硬币问题.rar主要是数据结构与算法中的一个常见问题,在这个里面有详细的求解过程和相关的输入输出-coins. Rar main data structures and algorithms in a common problem, in this there are detailed in the solution process and the associated input and output
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7526
    • 提供者:周华
  1. chandfdsggmoney

    0下载:
  2. 这是一个数据结构中常用的算法,用贪心算法,找钱的的程序,程序虽小,但有一定的意义-This a data structure commonly used algorithm, with greedy algorithm to find money in the process, procedures may be small, but there are certain sense! !
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8821
    • 提供者:刘少人
  1. khan11

    0下载:
  2. 我学习时候的数据结构程序!都是自己经验的总结,对大家有帮助!-learning process data structures! Their experiences are summed up, we have to help!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:102149
    • 提供者:khan
  1. immunity

    1下载:
  2. 提供一个人工免疫算法源程序,其算法过程包括: 1.设置各参数 2.随机产生初始群体——pop=initpop(popsize,chromlength) 3.故障类型编码,每一行为一种!code(1,:),正常;code(2,:),50%;code(3,:),150%。实际故障测得数据编码,这里Unnoralcode,188% 4.开始迭代(M次): 1)计算目标函数值:欧氏距离[objvalue]=calobjvalue(pop,i) 2)计算群体中
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:9012
    • 提供者:江泉
  1. Simulate_Process_Scheduling_Implement_by_C

    0下载:
  2. 模拟进程调度的C语言实现 一、 实验目的 体会UNIX 系统的进程调度方法,并通过一个简单的进程调度模拟程序的实现,加深对进程调度算法,进程切换的理解。 二、 实验内容 采用静态优先数的方法,编写一进程调度程序模拟程序。模拟程序只对你所设置的“虚拟PCB”进行相应的调度模拟操作,即每发生“调度”时,显示出当前运行的“PCB名字”、优先数、运行时间等,而不需要对系统中真正的PCB等数据进行修改。-C UNIX Two experimental use of static
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1824
    • 提供者:丘方
  1. AVL_Lib

    0下载:
  2. Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to work in the random access memory(RAM). Some of them do provide some mechanism for dumping the whole tree into a file and loading it back to the memory
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:87430
    • 提供者:高名
  1. fcmdemo

    0下载:
  2. 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 cluste
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5714
    • 提供者:dynasty
  1. Expert_Choice[1]

    0下载:
  2. Expert Choice represents a significant contribution to the decision making process 工t assists a decision maker in solving complex problems involving many criteria and several courses of action . An Expert Choice solution to a problem reflects the exp
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7298463
    • 提供者:chasesh
  1. main_order0

    0下载:
  2. 多个子文件下的数据代入,以及在该数据下,对数据进行处理。-Data on behalf of a plurality of subfolders under into, and at the data, process the data.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:927
    • 提供者:罗飞来
  1. data--preprocessing-using-kdd-data-set

    0下载:
  2. Data Mining process model selected is KDD which starts selection of data.Initially the researcher has taken the Kddcup.data-10-perecnt which contains total of 311,027 records which includes both labeled and unlabeled records-Data Mining process model
  3. 所属分类:Data Mining

    • 发布日期:2017-05-13
    • 文件大小:2655798
    • 提供者:darmaan
  1. data-mining-video

    0下载:
  2. 炼数成金数据挖掘视频,前两周,包括:数据挖掘概论,数据挖掘标准流程,适合刚入门的初学者作为了解-data mining video,the content including the introduction of data mining,data mining standard process,
  3. 所属分类:Data Mining

    • 发布日期:2017-12-15
    • 文件大小:97716224
    • 提供者:xinyue
  1. data

    1下载:
  2. 随机森林算法的构造过程:1、通过给定的原始数据,选出其中部分数据进行决策树的构造,数据选取是”有放回“的过程,我在这里用的是CART分类回归树。 2、随机森林构造完成之后,给定一组测试数据,使得每个分类器对其结果分类进行评估,最后取评估结果的众数最为最终结果-Random Forest algorithm construction process: 1, by a given raw data, which part of the decision tree data structu
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:9652
    • 提供者:小代
  1. MeanNormalization

    1下载:
  2. 对要传入神经网络的数据进行均值归一化的预处理(Preform the Mean Normalization process for the input data of Neural Network)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-02
    • 文件大小:1024
    • 提供者:baycb
« 1 2 34 5 6 7 8 9 10 ... 46 »
搜珍网 www.dssz.com