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

搜索资源列表

  1. Substituter.java

    0下载:
  2. 代入法的启发示搜索 我的代码实现是:按照自然语言各字母出现频率的大小从高到低(已经有人作国统计分析了)先生成一张字母出现频率统计表(A)--------(e),(t,a,o,i,n,s,h,r),(d,l),(c,u,m,w,f,g,y,p,b),(v,k,j,x,q,z) ,再对密文字母计算频率,并按频率从高到低生成一张输入密文字母的统计表(B),通过两张表的对应关系,不断用A中的字母去替换B中的字母,搜索不成功时就回退,在这里回朔是一个关键。 -generation into a
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3971
    • 提供者:rtshen
  1. dijkstra-java

    0下载:
  2. Dijkstra算法是典型的最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。 Dijkstra算法能得出最短路径的最优解,但由于它遍历计算的节点很多,所以效率低。Dijkstra算法是一种逐步搜索算法,通过为每个顶点n保留目前为止所找到的从m到n的最短路径来工作的。 -Dijkstra algorithm is a typical example of the most short-circuit algorithm, used
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-26
    • 文件大小:920
    • 提供者:kivilin
  1. nj22matlab

    0下载:
  2. Example scr ipt to read CF-compliant structured grid NetCDF data into Matlab using the NetCDF-Java libraryI m using "toolsUI.jar" which is advertised as "a nice fat jar file containing everything in a single jar"-Example scr ipt to read CF-com
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1145
    • 提供者:meh
  1. com.ostrichmyself.api.combinePermute

    0下载:
  2. 排列组合的源代码, java实现能实现C(M,N)和P(M,N)的任意对象排列组合-combine and permute algrithm, implemented by java.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2051
    • 提供者:tian
  1. judp

    0下载:
  2. UDP packets are used to send data from one computer to another over a network or from one application to another within a single computer. The judp.m program uses Matlab s ability to call Java code to enable it to send and/or receive UDP packe
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2927
    • 提供者:xiaoni
  1. MC

    0下载:
  2. Java实现的野人传教士问题,输入可行路径。-java,M.C. problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:3394
    • 提供者:马鹏斐
  1. TCPIP_Communications_in_Matlab

    0下载:
  2. Transmission Control Protocol (TCP/IP) communications are used to send data from one computer to another over a network or from one application to another within a single computer. The jtcp.m program uses Matlab s ability to call Java code to en
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:6596
    • 提供者:张明
  1. KnapsackProblem

    0下载:
  2. 问题:已知有n种物品和一个可容纳M重量的背包,每种物品i的重量为wi。假定将物品i的一部分xi放入背包就会得到pixi的效益,这里,0≤xi≤1,pi>0。如果这些 物品重量的和大于M,要求所有选中要装入背包的物品总重 量不得超过M,而装入背包物品获得的总效益最大。-Question: are known to have n kinds of goods and M can hold the weight of a backpack, the weight of each item
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:950
    • 提供者:lily
  1. Matlab_Help_Translate

    0下载:
  2. The purpose of this code is to use GOOGLE translate to translate help of a command in MATLAB- This code is written by M.A. (aka lftx). The purpose of this code is to use GOOGLE translate to translate help of a command in MATLAB to Turkish (yo
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:43729
    • 提供者:雪狼
  1. TestAlgorithm

    0下载:
  2. 求花朵数的JAVA代码实现 一个N位的十进制正整数,如果它的每个位上的数字的N次方的和等于这个数本身,则称其为花朵数。 例如: 当N=3时,153就满足条件,因为 1^3 + 5^3 + 3^3 = 153,这样的数字也被称为水仙花数(其中,“^”表示乘方,5^3表示5的3次方,也就是立方)。 当N=4时,1634满足条件,因为 1^4 + 6^4 + 3^4 + 4^4 = 1634。 当N=5时,92727满足条件。 实际上,对N的每个取值,可能有多个数字满足条件。
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1551
    • 提供者:谷琼
  1. fsafgcommand_window_text

    0下载:
  2. 这个m-文件允许你导出所有在命令窗口中的文本到字符串单元阵列,每个条目是一个从窗口文本行。未分析的原始字符串也可以,如果需要的话。 操作非常简单 -此文件查找在根窗口,并得到适当的Java对象从文本。 我一直在寻找一种方式做,特别是一些软件中的错误我始终跟踪这,似乎已经没有人写了这种方法,所以我现在在这里供您使用。-This m-file allows you to export all text in the Command Window to a cell array o
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2348
    • 提供者:zzskzcau
  1. mapslicer

    0下载:
  2. this MATLAB m-file slices an single image file to 128*128 pieces. It can be used to make Street Maps for mobile phones with (JTrustN StreetMaps for mobile phones): http://java-phones.com/download/jtrustn-streetmaps/
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7341
    • 提供者:mohsendust
  1. socket_communication_java

    0下载:
  2. 该程序调用java在matlab中实现套接字通信。-The program calls the java implementation in matlab socket communication.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:8152
    • 提供者:杨一
  1. jtcp

    0下载:
  2. 使用MABLAB仿真TCP/IP,jtcp.m,使用Matlab的Java接口来处理传输控制协议(TCP)通讯与其他应用程序,无论是在同一台计算机或远程的。内含2版本-MABLAB simulation WSN, jtcp.m, using Matlab Java interface to deal with the Transmission Control Protocol (TCP) communication with other applications, either on the s
  3. 所属分类:matlab例程

    • 发布日期:2016-01-21
    • 文件大小:11888
    • 提供者:lsheng
  1. JHSantiagoTexcoco_PSO_Java

    0下载:
  2. Particle Swarm Optimization. Implementación en Java Prueba con la Funcion F5 De Jong M. en C. Computación UAEM CU. Texcoco Hernández Santiago José
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:1238642
    • 提供者:JHSantiago
  1. Multi-machine-scheduling

    0下载:
  2. 将对n个独立作业如何分配在m台相同的机器加工处理的多机调度问题进行解决,这就是我们要解决的任务。 本程序编写目的为使得解决多机调度问题的过程以图形界面方式动态的展示出来,以让用户能够轻易的看出解决的方案以及过程。采用java开发。 -Will be n independent jobs on m machines how to allocate the same machine processing of multi-machine scheduling problem to solv
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:360722
    • 提供者:invest
搜珍网 www.dssz.com