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

搜索资源列表

  1. java_internet

    0下载:
  2. 本程序运用java在internet开发的优势,对经典的智力游戏五子棋进行了二次开发。其中涉及到的人工智能的代码很具有启发性。-The program developed using the advantages of java in the internet, the classic puzzle game of backgammon for a secondary development. Which involves the artificial intelligence of the c
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:2505
    • 提供者:袁风帆
  1. expressionj-src-0.7

    1下载:
  2. ExpressionJ 是一个用来解析简单的算术表达式的 Java 类库。-ExpressionJ is a Java library allowing to interpret simple numeric expressions, which may be used in all applications which have to combine numeric values, but do not want to use full-blown scr ipting languages.
  3. 所属分类:Algorithm

    • 发布日期:2016-04-26
    • 文件大小:448512
    • 提供者:寒风
  1. acoJavaimplement

    0下载:
  2. 蚁群算法是一个很好的算法,是生物信息学的一个应用,本文提供了java实现。-java is a language which is used in this paper with aco suanfa....
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:522647
    • 提供者:11
  1. ga

    0下载:
  2. 用java写的一个遗传算法,功能比较简单,可以供初学者学习-Using java to write a genetic algorithm, the function is relatively simple, you can learn for beginners
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:15253
    • 提供者:beyond
  1. Dynamic-Dictionary

    0下载:
  2. 用java编写的dynamic dictionary动态字典压缩和解压缩程序。字典更新方法是:FC(First Character)和CM(Current Match),删除方法是FREEZE和RESTART。-This is a java program that contains compression and decompression using dynamic dictionary method. There are two dictionary update method: Firs
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-24
    • 文件大小:41142
    • 提供者:Yan Wang
  1. SevenZip

    0下载:
  2. 是7zip压缩算法的java实现,很好的代码,希望有参考价值-7zip compression algorithm is a java implementation, good code, hope to have reference value
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:110008
    • 提供者:dengliang
  1. 1

    0下载:
  2. 用java实现小型简单计算器,如同windows上得小型计算器-Using java to achieve a small calculator, as on a small calculator windows
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1239
    • 提供者:Jewel
  1. 1

    0下载:
  2. 用java实现小型简单计算器,如同windows上得小型计算器-Using java to achieve a small calculator, as on a small calculator windows
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1285
    • 提供者:Jewel
  1. TestED

    0下载:
  2. 本程序实现了java调用matlab功能,java向matlab传得参数是一个wav文件的地址-This program implements the java call matlab functions, java matlab pass to get a wav file parameter is the address of
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:552
    • 提供者:王卡
  1. zip

    0下载:
  2. 这是一个java压缩文件和生成目录的例子,值得学习-This is a compressed file and generate a directory java examples, it is worth learning
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:28988
    • 提供者:世界
  1. cal

    0下载:
  2. 简单的小计算器,用java纯敲打出来的 ,然后实现了简单的加减乘除,整除功能。并且计算器有说明。-Simple little calculator, beating out using pure java, and then implement a simple addition, subtraction, divisible function. And calculator are described.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:15009
    • 提供者:wang
  1. compare

    0下载:
  2. 這是一個比對字串的程式,可以幫忙比對java輸入的字串-This is a program for compare the string and it is suited for java.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:526
    • 提供者:hjku
  1. JavaOrder

    0下载:
  2. java数据结构排序的几个小实例,主要有冒泡排序法、希尔排序、选择排序、直接插入排序-a few small examples of the sort of java data structure, the main bubble sort method, Hill sort, selection sort, direct insertion sort
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:5644
    • 提供者:刘伟
  1. pudn--Calculator

    0下载:
  2. 一个用JAVA编写的科学计算器,可以进行一系列的科学运算,开方、三角函数等-A scientific calculator written in JAVA, can be a series of scientific operations, square root, trigonometric functions, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:23038
    • 提供者:许哲宇
  1. jianyijisuanqi

    0下载:
  2. 很简单的一个计算器,用java实现的,压缩包里面有所有的系统分析报告和每个阶段的详细进程报告,很适合做系统分析的初学者用-A very simple calculator using java, compressed packets inside all of the systems analysis and a detailed progress report for each stage. Very suitable for beginners to do system analysi
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:172232
    • 提供者:zcy
  1. Search

    0下载:
  2. 两个搜索算法的实现,一、顺序搜索;二、二叉搜索(折半搜索),使用java实现-Two search algorithm implemented, a, sequential search Second, binary search (binary search), use Java implementation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1085
    • 提供者:
  1. markov

    1下载:
  2. 实现简单的马尔科夫链过程,近需要输入初始状态数组和转移概率矩阵即可 同时也将其转换成.jar文件,方便java程序员调用-The realization of a simple Marco chain process
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:288317
    • 提供者:wangxu
  1. jfive

    0下载:
  2. 界面精美,具有人工智能的五子棋游戏,基于java开发-a go game that program with java
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:4638
    • 提供者:阮家骏
  1. AI_BYS

    0下载:
  2. 人工智能作业,用java写的模拟朴素贝叶斯的程序-a java application about BYS network
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:13889
    • 提供者:lee
  1. MATLAB.Programming

    0下载:
  2. matlab 编程的基本介绍,从入门到净通,全在这了-The first text of its kind, Stephen Chapman s best selling book on MATLAB has now been updated to reflect MATLAB 6.0. The first edition has been highly successful in engineering schools where introductory programming is tau
  3. 所属分类:matlab

    • 发布日期:2017-05-07
    • 文件大小:1651839
    • 提供者:shzhlwwg
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 ... 28 »
搜珍网 www.dssz.com