CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - 算法实验

搜索资源列表

  1. RR

    0下载:
  2. 操作系统进程调度实验,使用时间片轮转算法实现。-Operating system process scheduling experiment, using the round-robin algorithm.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-09
    • 文件大小:1817
    • 提供者:zouyuxuan
  1. suanfafenxishiyan

    0下载:
  2. 计算机算法分析的前三个实验,都满足实验的要求,附实验的文档和输入数据-Computer algorithm analysis of the first three experiments, to meet the requirements of the experiment, attached documents and input data of the experiment
  3. 所属分类:Java Develop

    • 发布日期:2017-11-28
    • 文件大小:24754
    • 提供者:吴怀梁
  1. SortNumber

    0下载:
  2. 1.针对快速排序、归并排序进行时间复杂度理论分析 2.针对快速排序、归并排序进行时间复杂度的实验分析 ⑴用你自己熟悉的语言实现快速排序和归并排序算法 ⑵随机生成不同规模的随机数据,记录算法在不同规模下的执行时间,进一步分析两个算法的执行时间与问题规模的关系。 -1. According to the quick sort, merge sort time complexity theory analysis 2. For quick sort, merge sort time
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-21
    • 文件大小:2379
    • 提供者:刘小明
  1. A-star---Eight-digital-problem

    0下载:
  2. 用A*算法解决八数码问题。由于实验要求,该八数码为5*2的格式,其中第一行最后一个方格为死格。-Artificial intelligence job with the A* algorithm to solve eight digital problem. Due to the experimental requirements, the eight digital 5* 2 format, the first line of the last checkered as dead cells.
  3. 所属分类:JavaScript

    • 发布日期:2017-11-08
    • 文件大小:245854
    • 提供者:李华
  1. geneAlgo

    0下载:
  2. 人工智能课程实验--遗传算法,实现用遗传算法解决TSP问题-Artificial Intelligence course experiments- genetic algorithm, using genetic algorithm to solve TSP
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:4259
    • 提供者:液化气
  1. Fk-menas

    0下载:
  2. 基于Hadoop的模糊K-Means算法,在MapReduce框架下编写,经集群测试成功运行。压缩包中包含源码和实验数据-Hadoop-based fuzzy K-Means algorithm, written in the MapReduce framework, through the cluster test run successfully. Compressed package contains the source code and experimental data
  3. 所属分类:JavaScript

    • 发布日期:2017-04-02
    • 文件大小:12936
    • 提供者:王梦
  1. src

    0下载:
  2. 遗传算法的大体流程以及具体实现,在word文档中分析了一下具体的实验结果。-Genetic algorithms generally process and implementation, in word document analysis of what specific results.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:5918
    • 提供者:赵坤
  1. src

    0下载:
  2. 聚类算法,包括ISOdata以及K-Means。在实验报告中详细分析了一下实验的结果-Clustering algorithms, including ISOdata and K-Means. In a detailed analysis of the experimental report about the results of the experiment
  3. 所属分类:Java Develop

    • 发布日期:2017-04-23
    • 文件大小:35995
    • 提供者:赵坤
  1. fenpei

    1下载:
  2. 操作系统实验编程首次适应算法java实现源代码-Experimental operating system first-fit algorithm java programming source code
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:1080
    • 提供者:mj
  1. Memory-manage

    0下载:
  2. 该源码是操作系统实验中的内存管理问题,可以实现FIFO和LRU算法,同时可以分配内存及作业管理-The source is the experimental operating system memory management problem, you can achieve FIFO and LRU algorithm, and can allocate memory and Operations Management
  3. 所属分类:Java Develop

    • 发布日期:2017-04-23
    • 文件大小:27169
    • 提供者:chenwei
  1. NB

    0下载:
  2. 这是基于Weka平台实现的NB算法,该算法代码用于研究实验中。-It is the code for naive bayes model based on Weka, Which is applied to my experiments.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-11
    • 文件大小:1071
    • 提供者:邱晨
  1. NN_homework

    0下载:
  2. 神经网络:感知机学习算法 试 将 感 知 机 学 习 算 法 用 C ( 或 其 它 ) 语 言 编 成 程 序 , 并 做 下 述 的 维 随 机 矢 量 T X  [ x1 , x2 , , xn ] 的二值分类的模拟实验:-NeuralNetwork:Learning Algorithm of Perceptron
  3. 所属分类:JavaScript

    • 发布日期:2017-03-28
    • 文件大小:5548
    • 提供者:戴江安
  1. MD5

    0下载:
  2. 信息安全实验之MD5算法,使用java实现的-MD5 algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3372
    • 提供者:莱奥
  1. java

    0下载:
  2. Las Vegas算法的期望运行次数分析:LV10算法第一种模型:对两个数据库进行比较之后,有三种输出结果,该拒绝的时候拒绝(输出“0”(reject)),该接受的时候可能接受(输出“1”(accept)),也可能是不确定情况(输出“?”(unknow))。 LV10算法第二种模型:基于第一种模型的基础上,在出现“?”的情况下,反复运行第一种模型,直到出现正确结果(“0”或“1”)。 在本次试验中,用程序实现第二种模型到第一种模型的转换,将循环第一种模型的次数来作为效率的数据,进行多次实
  3. 所属分类:Java Develop

    • 发布日期:2017-04-30
    • 文件大小:9064
    • 提供者:林子
  1. Round-robin-schedule

    0下载:
  2. 循环赛日程表。大学算法分析与设计的实验课题目。有递归和非递归两种方法,这里上传递归,仅供参考!-Round-robin schedule. Head of the University of algorithm analysis and design of experimental subjects. There are two methods of recursive and non recursive upload recursion, for reference purposes only
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:1008
    • 提供者:chena03abn52
  1. Machine-Scheduling

    0下载:
  2. 掌握贪心算法,利用贪心算法解决多机调度问题, 分析实验结果,是否能将机器处理时间最短化-Master greedy algorithm using the greedy algorithm to solve multi-machine scheduling problem, Analysis of experimental results, whether the machine can process the shortest of
  3. 所属分类:JavaScript

    • 发布日期:2017-05-04
    • 文件大小:212615
    • 提供者:闵俊杰
  1. UDP

    0下载:
  2. 本实验为编程实现 UDP 协议下使用 RSA 算法对信息的加密解密,用于两端之间的通讯 功能,开发平台为 win8.1, 开发环境 Eclipse, 开发语言 Java。-This experiment under the UDP protocol for programming using the RSA algorithm for encryption and decryption of information, for communication between the two end
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:53340
    • 提供者:chen
  1. KKKK

    0下载:
  2. 改进了一种基于贝叶斯算法的短信过滤算法.首先介绍了短信特征选取,包括预处理、特征项选取、权重表示;在贝叶斯文本分类算法基础上做出改进,详细讲述了如何对短信样本预处理、特征项选取、提高分类正确率的方法,并且通过测试实验成功得出结果.-Improved algorithm based on Bayesian filtering algorithm first introduced the SMS text messaging feature selection, including preproce
  3. 所属分类:JavaScript

    • 发布日期:2017-05-04
    • 文件大小:123197
    • 提供者:刘伟
  1. DES

    0下载:
  2. 通过编程实现DES算法, 理解对称加密和Feistel密码结构的基本原理, 掌握DES算法加解密的流程 实验要求 利用C++、 Java实现DES算法, 要求使用面向对象的方法, 分别实现文件的加密和解密方法、 密钥的生成方法。-Through the programming DES algorithm to understand the symmetric encryption and Feistel password structure of the basic principles,
  3. 所属分类:JavaScript

    • 发布日期:2017-12-10
    • 文件大小:4556
    • 提供者:方方
« 1 2 3 4»
搜珍网 www.dssz.com