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

搜索资源列表

  1. mtpso

    0下载:
  2. 连续型粒子群算法的java实现,可以自己设计粒子群算法(继承Swarm和Particle类),包含有三个个抽象类(Swarm、Particle、Problem),可以继承Problem类自定义新的问题。-continuous particle swarm algorithm to achieve the java can design their own PSO algorithm (inheritance and Particle Swarm), contains an abstract ca
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:12.11kb
    • 提供者:
  1. Matrix.设计一个造成矩阵类Matrix

    0下载:
  2. 设计一个造成矩阵类Matrix,包含一个元素类型为int的二维数组,分别设计一个静态方法和实例方法把矩阵转置,分别设计静态方法和实例方法实现二个矩阵相加、相乘。重写方法toString(),使其能输出此矩阵。,Caused by the design of a matrix of type Matrix, contains an element type for the two-dimensional array of int, respectively, to design a static
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-22
    • 文件大小:1.49kb
    • 提供者:5235668
  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. Fac3_5

    0下载:
  2. /多边形游戏动态规划解法,缘自王晓东算法设计,该程序已调通-/ Polygon game dynamic programming method, edge since Xiaodong algorithm design, the program has been transferred Qualcomm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:1.2kb
    • 提供者:ss
  1. Fac3_9

    0下载:
  2. //0-1背包问题动态规划解法,原自王晓东算法设计,该程序已调通-//0-1 knapsack problem dynamic programming method, the original algorithm since Xiaodong design, the program has been transferred Qualcomm
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1.03kb
    • 提供者:ss
  1. Fac4_6_2

    0下载:
  2. 最小生成树问题贪心(Prim)算法,该程序原自王晓东算法设计,程序已调通-Greedy minimum spanning tree problem (Prim) algorithm, the program Xiaodong algorithm since the original design, procedures have been transferred Qualcomm
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:977byte
    • 提供者:ss
  1. Java-tSP2

    0下载:
  2. Java语言TSP递归程序的优化,采用新型递归模式设计实现的。-Java language TSP optimization of recursive procedures, recursive model using the new design.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:9.28kb
    • 提供者:pengyang
  1. ResearchofESTOOLS

    0下载:
  2. 专家系统编程工具选择的介绍非常详细的文档,完全自己总结的,做毕业设计的同学们可以参考。-Expert system programming tools of choice to introduce a very detailed document, complete their lessons, so students graduating from the design can refer to.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-16
    • 文件大小:4.2mb
    • 提供者:成小艺
  1. java_evolutionary_algorithms

    0下载:
  2. 用Java实现的进化算法包。包括遗传算法、粒子群算法、memetic算法和进化策略算法。-evolutionary-algorithm Evolutionary Algorithm package implemented using Java. The package serves as a foundation class library, supporting the implementation many variants of Evolutionary Algorith
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:102.28kb
    • 提供者:陈雷
  1. java

    0下载:
  2. 棋盘覆盖,合并排序,快速排序 算法设计与分析 王晓东-Board cover, merge sort, quick sort algorithm design and analysis Xiaodong
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:12.75kb
    • 提供者:zhang99092
  1. java仓库管理系统

    5下载:
  2. 仓库管理系统,用JAVA做的,使用的数据库软件是MYSQL 课程设计内容一共有管理表格四张,包含曾删改功能;查询表格六张,包含精确查找和模糊查找。含有登陆功能,先登陆后出现主界面,登陆有三个权限。压缩包里包含JAVA源文件和数据库,导入就可使用。-Warehouse management system, using JAVA to do, use a MYSQL database software course design content management table, a total o
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-11-26
    • 文件大小:1.15mb
    • 提供者:王金
  1. algorithm-design-with-C-CPP-Java

    0下载:
  2. 这是算法设计、分析与实现从入门到精通:C、C++和Java的随书源代码,按照算法之间逻辑关系,对每一个经典算法,都给出了完整的C/C++/Java三种主流编程语言的实现程序。-This is the algorithm design, analysis and implementation from the entry to the master: C, C++ and Java with the book source code, in accordance with the algorith
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1.53mb
    • 提供者:seuylc
  1. hashTable

    0下载:
  2. 数据结构课程设计——链表散列的添加修改和删除。java实现,有图形化用户界面,支持随机数生成链表。-Data Structure Course Design- list of add, modify, and delete the hash. java implementation, a graphical user interface, support for random number generation list.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:146.9kb
    • 提供者:huosen
  1. buxian

    0下载:
  2. 校园网布线 数据结构课程设计 java语言实现-Campus network cabling data structure java language curriculum design
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:19.88kb
    • 提供者:我是谁
  1. maxheap

    0下载:
  2. 数据结构课程设计 堆的操作 这里是一个最大堆的java实现的源代码,只需要在eclipse中建立相应的目录及类运行即可,程序实现了最大堆的可视化操作,包括最大堆的构建,调整,删除以及最大堆排序,并且具有动态演示效果。-Heap data structure course design here is one of the largest operations to achieve the java heap source code, just need to build in eclipse i
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:8.32kb
    • 提供者:敏敏特穆尔
  1. javaalgorithm

    0下载:
  2. java数值算法编程,包括许多子类,供大家学习交流-java design, including many classes
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:116.09kb
    • 提供者:LZ
  1. 2011_LanDianBei_SoftwareDesig

    0下载:
  2. 2011年蓝点杯JAVA设计大赛,自己写的源码-2011 Blue Cup JAVA design contest, write your own source code
  3. 所属分类:Data structs

    • 发布日期:2017-12-03
    • 文件大小:5.01kb
    • 提供者:shaoyanan
  1. 23Pattern_java

    0下载:
  2. 它是Java的23种设计模式,里面不仅有源代码,还有实际的应用-It is 23 Java design patterns, not only inside the source code, as well as practical applications
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-24
    • 文件大小:1.59mb
    • 提供者:yuwei
  1. Algorithm design and analysis(Java)

    1下载:
  2. 王晓东版本的算法设计与分析,介绍数据结构与常见算法题目,附Java代码示例。(Wang xiaodong version of the algorithm design and analysis, introduce the data structure and common algorithm topics, with Java code examples.)
  3. 所属分类:数据结构

    • 发布日期:2019-12-22
    • 文件大小:6.31mb
    • 提供者:超人迪加
  1. java

    9下载:
  2. 计算自动减负荷装置各轮次最佳断开功率的程序设计 输入参数:系统容量,最大缺额功率,各轮次自动减负荷的动作频率,总的动作轮次 输出参数:各轮次最佳断开功率(Program design for calculating the optimal power disconnection of each wheel in automatic load shedding device Input parameters: system capacity, maximum missing power,
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2019-05-29
    • 文件大小:37kb
    • 提供者:wahahajj
« 12 3 »
搜珍网 www.dssz.com