CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Algorithms in Java

搜索资源列表

  1. src

    0下载:
  2. 关于猜拳游戏的JAVA程序,程序里用到了iocaine的算法,喜欢编程的朋友可以学习一下-JAVA games on the finger-guessing game procedures, the procedures used in the iocaine algorithms, programming like friends can learn about
  3. 所属分类:Games

    • 发布日期:2017-04-02
    • 文件大小:7257
    • 提供者:tonglu
  1. chooseFont

    0下载:
  2. 可以实现字体,大小等的选择的对话框,对话框内有各种系统自带的字体可以选择-As the culminating project for last semester’s Java programming class, I demonstrated how to emulate the features found in Windows Notepad in a Java application. Most of the algorithms were routine as the Java API
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:2507
    • 提供者:
  1. dwellyLitProgSrc

    0下载:
  2. 基于Java的基准算法的一个例子,它是密切有关黄金分割系列,并给出一个在翻译过程调用的速度广泛的想法。它凭借其独特的属性,而不是的整数,它返回的相同数目的程序 呼吁生成所需的数目。-Nfib is our next example of benchmarking algorithms, it is closely related to the Fibonacci series, and gives a broad idea of the speed of procedure call
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:20357
    • 提供者:蔡晓
  1. Othello

    0下载:
  2. 使用java編寫的GUI的黑白棋遊戲-GUI using java prepared Riversi games, search algorithms using classical game tree, and on this basis have done a lot of optimization, the evaluation function I used Simon M. Lucas and Thomas P. Runarsson published in its Temporal
  3. 所属分类:Games

    • 发布日期:2017-03-29
    • 文件大小:59561
    • 提供者:chowkwing
  1. ScanOptimize

    0下载:
  2. java编程,分布式计算中数据库的HBase,查询优化算法。-java programming, distributed computing in the database HBase, query optimization algorithms.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:15650
    • 提供者:李亮
  1. ASPgjpcxt

    0下载:
  2. 今天为网友提供的是JAVA源码,全球著名IT公司ILog的APS高级排产优化引擎,就连SAP、Oracle等ERP中的物料需求计划与生产计划算法都来源于ILog。APS高级排产系统我研究了好久,中间的性线求解算法可真谓难呀。其中tutorialcndlg.htm是帮助文件,src下是源代码。希望版主能给我几千分,我也想参考一下这里的几个系统。下面还会有销售性线预测系统与运输车辆优化系统。-Available today for users is JAVA source, the world&#
  3. 所属分类:JavaScript

    • 发布日期:2017-05-16
    • 文件大小:4195595
    • 提供者:ken
  1. GART

    0下载:
  2. 手势识别函数库,基于隐马尔可夫模型。JAVA实现。-The Gesture and Activity Recognition Toolit (GART) is a user interface toolkit designed to enable the development of gesturebased applications. GART provides an abstraction to machine learning algorithms suitable for m
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:947930
    • 提供者:李明
  1. Knife

    0下载:
  2. 模糊集实现的刀片处理算法,来源于计算智能中的仿生学:理论与算法中的java实现部分-Fuzzy Set blade processing algorithms from computational intelligence in bionics: Theory and algorithm realization of part of the java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:2107
    • 提供者:sharpljc
  1. src

    0下载:
  2. 对易阵游戏中两子交换的问题进行说明。讨论用回溯法搜索相邻两子交换的算法,进而研究任意两子交换的算法,重点研究搜索树的结构,并用类Java语言分别对其实现的最优算法进行描述。-On the trade front in the game two sons, the issue of exchange instructions. Discussions with the backtracking search algorithm two adjacent sub-exchange, and then
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:20263
    • 提供者:夏原原
  1. JavaFCADemo200101_src

    1下载:
  2. 形式概念分析,概念格算法 包含两个算法,一个算法是对给定的概念上下文数据集并生成概念格,另一个算法则是绘制出概念格的图。-This demo shows two algorithms related to Formal Concept Analysis. Algorithm one calculates all Formal Concepts contained in a given Formal Context. The second algorithm draws a Formal Co
  3. 所属分类:Java Develop

    • 发布日期:2014-04-22
    • 文件大小:20480
    • 提供者:wuying
  1. DataStructuresandAlgorithmAnalysisInJava.pdf

    0下载:
  2. 数据结构与算法(JAVA版),书面和插图精美,这本书向您介绍了数据操作的方法,在实际使用Java的例子。-Data Structures and Algorithms (JAVA edition), written and beautifully illustrated, this book introduces you to data manipulation methods used in the actual Java examples.
  3. 所属分类:Data structs

    • 发布日期:2017-05-12
    • 文件大小:2884070
    • 提供者:
  1. cx6

    0下载:
  2. java中的工具类和一些算法,如递归,排序,查找,链表,队列,堆栈等-java classes and some of the tools in the algorithms, such as recursion, sorting, searching, linked lists, queues, stacks, etc.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:44098
    • 提供者:xyzlxtx
  1. BinaryTrees

    0下载:
  2. This article introduces the basic concepts of binary trees, and then works through a series of practice problems with solution code in C/C++ and Java. Binary trees have an elegant recursive pointer structure, so they are a good way to learn recur
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:39197
    • 提供者:stefan
  1. intersection

    0下载:
  2. 用java语言编写的求水平和垂直线断交点数目的算法,这个程序的算法是《算法引论—一种创造性方法》中的算法-Written request with the java horizontal and vertical lines the purpose of diplomatic relations point algorithm, the algorithm of this program is the " Introduction to Algorithms- A creative ap
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:5164
    • 提供者:dele
  1. CityOutline

    0下载:
  2. 用java语言编写的求城市轮廓线的程序,使用了分置算法,这个程序的算法是《算法引论—一种创造性方法》中的算法-Written request with the city java contour, the use of the split algorithm, the algorithm of this program is the " Introduction to Algorithms- A creative approach" in the algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:5194
    • 提供者:dele
  1. jfilecrypt

    0下载:
  2. 很强的JAVA加密、解密算法源码,一共有6种算法可供选择,另外还可以直接生成ZIP压缩文件。 -JAVA strong encryption, decryption algorithm source code, a total of 6 kinds of algorithms are available, in addition to ZIP compressed files can be generated directly.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:27967
    • 提供者:钮燕佳
  1. Java_11183501

    0下载:
  2. 《Java数据结构和算法》(第2版)介绍了计算机编程中使用的数据结构和算法,对于在计算机应用中如何操作和管理数据以取得最优性能提供了深入浅出的讲解。全书共分为15章,分别讲述了基本概念、数组、简单排序、堆和队列、链表、递归、进阶排序、二叉树、红黑树、哈希表及图形等知识。-" Java data structures and algorithms" (2) describes computer programming, data structures and algorithms
  3. 所属分类:Java Develop

    • 发布日期:2017-05-27
    • 文件大小:10084927
    • 提供者:张久刚
  1. matlab_getstart

    0下载:
  2. Matlab 学习资料 PDF MATLAB是MATrix LABoratory的缩写,是一款由美国MathWorks公司出品的商业数学软件。MATLAB是一种用于算法开发、数据可视化、数据分析以及数值计算的高级技术计算语言和交互式环境。除了矩阵运算、绘制函数/数据图像等常用功能外,MATLAB还可以用来创建用户界面及与调用其它语言(包括C,C++和FORTRAN)编写的程序。-Matlab language tutoria MATLAB (matrix laboratory) is a num
  3. 所属分类:matlab

    • 发布日期:2017-05-14
    • 文件大小:4031876
    • 提供者:vicky
  1. MATLAB7_0-teach

    0下载:
  2. MATLAB (matrix laboratory) is a numerical computing environment and fourth-generation programming language. Developed by MathWorks, MATLAB allows matrix manipulations, plotting of functions and data, implementation of algorithms, creation of user int
  3. 所属分类:matlab

    • 发布日期:2017-05-28
    • 文件大小:11611504
    • 提供者:vicky
  1. An-Introduction-to-Parallel-and-Vector-Scientific

    0下载:
  2. In this text, students of applied mathematics, science and engineering are introduced to fundamental ways of thinking about the broad context of parallelism. The authors begin by giving the reader a deeper understanding of the issues through a genera
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:1644487
    • 提供者:zahid
« 1 2 ... 5 6 7 8 9 1011 12 »
搜珍网 www.dssz.com