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

搜索资源列表

  1. Haskell教程

    0下载:
  2. Haskell教程(by rufi) 传统的Basic,Pascal,C++,C#,Java,Python等都是命令(imperative)编程语言, 程序语句有一定的执行次序. 函数(functional)编程语言则给出执行的内容, 关注于更高层次的\"做什么\"而不是\"怎么做\", 这就是二者最明显的一个区别。函数编程语言的语法功能非常强,使编程的效率大幅提高。 Haskell是世界上公认的语法最优美最简洁的一种语言。的确,Haskell语言是写给人看的,而不是写给机器看的。另
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:12.32kb
    • 提供者:鲍军波
  1. OL.rar

    0下载:
  2. 可以实现数值分析中的欧拉法、后退欧拉法和改进欧拉法的计算,程序中涉及到拉界面,以及许多控件的使用。,Numerical analysis can be achieved in the Euler, backward Euler and improved Euler s method of calculation, the procedure involved in drawing interface, as well as the use of many controls.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:2.93kb
    • 提供者:风云
  1. Bankers

    0下载:
  2. Banker s Algorithm Implement by Java
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:15.16kb
    • 提供者:MAHMUD
  1. coherence

    0下载:
  2. Java实现的快速自相关算法:提供交互界面,可读入外部数据文件-Java's rapid auto-correlation algorithm : to provide interfaces to external data into readable document
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:210.5kb
    • 提供者:胡安
  1. MonteCarlo

    0下载:
  2. 内容包含两部分:一是判断是否为素数的MonteCarlo算法;另外给出了一部分素数。MonteCarlo是一种概率算法,一般的算法书上都会提到,这是以前课程设计的一部分,用Java实现,希望对大家有用。-A MonteCarlo algorithm for finding prime numbers, which was part of my course design. Maybe it s helpul for you.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:15.01kb
    • 提供者:liuyongjin
  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. SimpsonsRule.java

    0下载:
  2. Simpsons Integration: In numerical analysis, Simpson s rule is a method for numerical integration, the numerical approximation of definite integrals. Specifically:
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:938byte
    • 提供者:challe
  1. AG_caixeiro_viajante

    0下载:
  2. Code in java for the Traveling salesman problem. This code is very simple because has only three pages. It s works same.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:1.73kb
    • 提供者:Filipe
  1. digikstraalg

    0下载:
  2. This code is used to find the shortest path between two nodes using digikstra s algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1.01kb
    • 提供者:ashwin
  1. bank

    0下载:
  2. Java版本银行家算法,运行了死锁避免与死锁检测模拟程序,可以在Eclipse上直接运行-Java version of the banker' s algorithm, run the deadlock avoid deadlock detection simulation program that can run directly on the Eclipse
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:2.03kb
    • 提供者:陈超
  1. ConvexHull

    0下载:
  2. In this project, three convex hull algorithms are implemented in java. Three algorithms are Brute Force, Graham’s Scan and Jarvis’ March.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:8.64kb
    • 提供者:zephrion
  1. JavaApplication2

    0下载:
  2. Java Shannon Fano Algorithm , encryption and decryption. CitireBit.java read bit by bit from text/bmp file Compara.java compares 2 bits In.txt it s the in file for the interface and algorithm Interfata.java it s the interface file Nod.java
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:224.76kb
    • 提供者:dark
  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
    • 文件大小:1.51kb
    • 提供者:谷琼
  1. horse

    0下载:
  2. 用JAVA写的一个比较好的骑士巡游问题的解决代码,时间复杂度极低-Written with JAVA A good knight' s tour solution to the problem code, the time complexity is very low
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:945byte
    • 提供者:cannon
  1. yanghuisanjiao

    0下载:
  2. 杨辉三角的java版本,最大行数由用户给定,按照格式排列下来,PS:控制台显示-Pascal' s Triangle java version, the maximum number of lines given by the user, are arranged according to the format down, PS: Console Display
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2.95kb
    • 提供者:zhou
  1. Topsis

    0下载:
  2. TOPSIS - It s a java source code for multi criteria decision making using topsis
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3.06kb
    • 提供者:juno
  1. newtonsolve

    0下载:
  2. 采用JAVA实现线性方程的牛顿法计算,并提供了源码-Calculated using JAVA implementation of Newton' s law of linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1.7kb
    • 提供者:caoze
  1. KruskalAlgorithm

    0下载:
  2. kruskal in java simple, easy, i hope that s useful thanks
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1.58kb
    • 提供者:babeh
搜珍网 www.dssz.com