CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java 搜索资源 - eight

搜索资源列表

  1. Ramdon8a-z_and_A-Z_and_0-9string

    0下载:
  2. 随即产生8个a-z和A-Z和0-9的字符串-then have a eight-z and A-Z and 0-9 string
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2776
    • 提供者:小榆
  1. hm5

    0下载:
  2. 学生对象操作 输入8个学生给一个学生数组赋值,每个学生属性有:学号、姓名、性别、年龄、籍贯; (1)将学生按学号排序输出; (2)给所有学生年龄加1: (3)分别统计“男”、“女”生人数-students operation targeting the importation of eight students to an array of students assigned each student attributes are : Science, names, ge
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1286
    • 提供者:黄铭
  1. java_bahh

    0下载:
  2. 用java 语言解决八皇后的算法,仅供大家参考-java language used to solve the eight Queen's algorithm, is for your reference
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1972
    • 提供者:王播威
  1. dig

    0下载:
  2. 8数码问题用java来说明 实现了8数码问题的编程-digital spent eight java to the fulfillment of the eight digital programming problem
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2725
    • 提供者:杨琳
  1. EITHT_COIN

    0下载:
  2. 包括八个硬币关于假币的算法,是c和java版的对比实现-including eight coins counterfeit money on the algorithm is c and java version of the contrast achieve
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2234
    • 提供者:陶丽丝
  1. Arithmetic_realization

    0下载:
  2. JAVA实现的人工智能的八数码题,不过没有界面,只能在命令窗口中显示.-JAVA of artificial intelligence that eight digital, but not the interface, the order can only display window.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2415
    • 提供者:李少波
  1. struts_chapter9

    0下载:
  2. STRUTS数据库项目开发宝典,struts与其它框架结合的开发几个项目的源码,前八章是讲述struts基本技术,后面讲述是与jdbc,hibernate,spring,jsf等结合开发出来的项目-STRUTS database project development, the book struts with other development framework for the source of several projects, Before struts eight chapters
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1869965
    • 提供者:zz
  1. Puzzle

    0下载:
  2. 八数码 * 大体思路:主要思想为插入排序。 * 特殊词语解释: * 墙:在最外层的中间位置,总共有四个,如[1][0]。 * 注意:这四个位置有一个共同性质,即:以任何方式记录数字为,他们与其他五个位置的奇偶性互异 * 角:数组的四个角 * 空格:数字0-Eight digital* generally thought: the main ideas for the insertion sort.* Special terms to explain:* the wa
  3. 所属分类:Applet

    • 发布日期:2017-03-29
    • 文件大小:2537
    • 提供者:duwei
  1. Queens

    0下载:
  2. JAVA 采用递归的方式实现八皇后问题 -JAVA implementation using recursive manner eight queen problem
  3. 所属分类:JavaScript

    • 发布日期:2017-04-10
    • 文件大小:1046
    • 提供者:nightkid
  1. 8_puzzle_solver_2009_10

    0下载:
  2. AI(人工智能)课程的作业,要求用java语言 随即生成8迷宫问题,然后用dfs解决,请大家参考-AI (Artificial Intelligence) program demands of their workers using java language then generate the eight maze problems, and then use dfs resolved, please refer to the
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:3451
    • 提供者:alex
  1. AI1

    0下载:
  2. 人工智能,一个8数码问题的解决,Java实现,采用A*算法。-a solution to eight number qusetion
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:18482
    • 提供者:betty
  1. eightpuzzle

    0下载:
  2. eight puzzle using RBFS and A* search and manhattan distance heuristic function
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:19399
    • 提供者:sam
  1. eight

    0下载:
  2. 基于java的八数码,深度优先搜索,gui-Eight java-based digital, depth-first search, gui
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:10127
    • 提供者:牛彦清
  1. Eight

    0下载:
  2. 经典的八数码问题,学生时代必须要掌握的代码,很实用的java代码-Eight classic digital issues, a student must master code, java code is very useful
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:18046
    • 提供者:sugar
  1. eight

    0下载:
  2. thinking in java 第四版的第八章源码和课后练习的答案-the code of thinking in java and its exercise the eight charper
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:2865
    • 提供者:贺云仙
  1. A-star---Eight-digital-problem

    0下载:
  2. 用A*算法解决八数码问题。由于实验要求,该八数码为5*2的格式,其中第一行最后一个方格为死格。-Artificial intelligence job with the A* algorithm to solve eight digital problem. Due to the experimental requirements, the eight digital 5* 2 format, the first line of the last checkered as dead cells.
  3. 所属分类:JavaScript

    • 发布日期:2017-11-08
    • 文件大小:245854
    • 提供者:李华
  1. eight-queens-.doc

    0下载:
  2. 一个java的代码的文档,关于八皇后的有界面的同时有比较简单的自动和手动功能-The java code eight queens interface simple automatic and manual functions
  3. 所属分类:Java Develop

    • 发布日期:2017-12-02
    • 文件大小:14041
    • 提供者:dd
  1. eight-queens

    0下载:
  2. 经典的八皇后问题,有92种解,这里采用的是循环嵌套,不是最好的算法,但容易看懂-Eight queens chess problem
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:5017
    • 提供者:谢代龙
  1. Eight

    0下载:
  2. 八数码难题的java源代码,采用的是广度优先算法。-Eight puzzle java source code, using the breadth-first algorithm.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-12
    • 文件大小:2342
    • 提供者:王强
  1. JAVA-written-eight-digital-game

    0下载:
  2. JAVA 编写的八数码游戏。程序自动将打乱的八数码一步一步移动至顺序态。-JAVA written eight digital game. The program automatically will disrupt the eight digital moving step by step to the order form.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:9403
    • 提供者:飘洒
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com