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

搜索资源列表

  1. GAMEwenquan

    0下载:
  2. 俄罗斯方块原代码。 java入门级的小程序!俄罗斯方块。-Tetris source. Java entry-level small program! Russia squares.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:3969
    • 提供者:白水
  1. Nlinear-PLS

    0下载:
  2. 一种新的基于多项式的非线性偏最小二乘算法-a new polynomial based on the nonlinear partial least squares algorithm
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:303601
    • 提供者:tianww
  1. zuixiaoerchengzaixitongbianshizhongdeyingyong

    0下载:
  2. 在Matlab/Simulink构造一缓慢时变线性系统。试根据系统的输入生产数据分别用带遗忘因子最小二乘法和广义最小二乘法辨识系统的参数。-in Matlab / Simulink constructed a slow time-varying linear systems. Examination under the input production data were used to bring the forgotten factor method of least squares and
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:47145
    • 提供者:zhangfei
  1. elsuosi

    0下载:
  2. 俄罗斯方块,java 编写,完全自己写的,对集合的应用画图等等。算法不错。不过网络功能暂时没有实现,实现中。。。。。 不好意思,这个文件上次就传了。可是当时传错了。。现在补救一下,希望来得及。。。站长可以不给我加下载数。。。。。。对不起。。。呵呵。-Russia squares java prepared completely on my own writing, the right set of drawing and so on. Good algorithm. But there is n
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:13594
    • 提供者:liunangui
  1. 最小二乘法多次曲线拟合

    0下载:
  2. 最小二乘法多次曲线拟合-least squares curve fitting time
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:3553
    • 提供者:李伟
  1. Nine

    0下载:
  2. 这是一个九宫格源代码,只是源码,要运行需自己做界面-This is a squares source code, only source, the need to run their own interface
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:925
    • 提供者:王桢
  1. gameArithmeticPractice

    0下载:
  2. A*寻路 * 按照A*算法:h=f+g, * h为从起点A到终点B的评估耗费, * g为从起点A,沿着产生的路径,移动到网格上指定方格的移动耗费, * f为从网格上那个方格移动到终点B的预估移动耗费-A* pathfinding* A* algorithm in accordance with: h = f+ g,* h from the starting point A to end B of the assessment of cost,* g from the st
  3. 所属分类:Applet

    • 发布日期:2017-04-16
    • 文件大小:22727
    • 提供者:nile
  1. 200810139184657676

    0下载:
  2. 将马随机放在国际象棋的8×8棋盘Board[0~7][0~7]的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64个方格。编制非递归程序,求出马的行走路线,并按求出的行走路线,将数字1,2,…,64依次填入一个8×8的方阵,输出之 -The horses were placed in 8 × 8 chess board Board [0 ~ 7] [0 ~ 7] in a box, the horse in accordance with the rules for
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:233748
    • 提供者:lipeng
  1. SquareDigits

    0下载:
  2. SquareDigits的算法简单实现,SquareDigits是topcoder的一个问题- Problem Statement         ***Note: Please keep programs under 7000 characters in length. Thank you Class Name: SquareDigits Method Name: smallestResult Parameters: i
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:835
    • 提供者:姜水烈山
  1. JavaKnighttourproblem

    0下载:
  2. Java源代码案例-骑士巡游问题   本文展示了一个KT(Knight s Tour)小程序, 用来演示一个限制版的骑士巡游问题。 骑士并不是从任何一个方格开始, 而是从角落上的四个方格之一开始-Java Source Code Examples- Knight Parade problem This paper presents a KT (Knight' s Tour) small program used to demonstrate a restricted versio
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:5288
    • 提供者:阿生
  1. Projects

    0下载:
  2. 将马随机地放在国际象棋的8*8棋盘Board[8][8]的某个方格中,然后令马按走棋规则开始进行移动。要求马将棋盘上的每个方格进入且只进入一次,走遍全部64个方格。要求编制非递归程序,求出马的行走路线,将数字1,2,…,64依次填入一个8*8的方阵在屏幕上显示输出。-Ma randomly placed in the 8* 8 chess board Board [8] [8] in a box, and then that horse started under the rules for p
  3. 所属分类:Java Develop

    • 发布日期:2017-05-11
    • 文件大小:2429392
    • 提供者:王毅
  1. maze

    0下载:
  2. 你的朋友Jefferson在一个二维迷宫(可以视为是有N*M个格子的方阵)中迷了路,他目前只知道他的起始坐标(startX, startY)和他需要抵达的目的地坐标(destX, destY)。然而迷宫中有许多格子是不能进入的,还有一些格子是收费的——要知道Jefferson手头的现金(cash)极其有限。所以现在你需要写一个程序来帮助他:给出一条步数最短的路径,让Jefferson能够用手头的现金抵达目的地。 1. 迷宫表示,迷宫用一个二维矩阵表示。当用户输入N,M后,计算机随机生成一个N
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:1763
    • 提供者:张强
  1. physical_lab

    0下载:
  2. 用java编写的可以用来做普物实验的程序,实现了最小二乘法,比手动计算数据块很多-Written by java objects can be used to make general experimental procedures, the least squares method, data blocks than a lot of manual calculation
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:3191
    • 提供者:karen
  1. LeastSquareMethod

    0下载:
  2. 最小二乘法的代码,二个构造方法,一个是不带权的,一个是带权的-Least squares code, two constructors, one is not weighted, one is weighted
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:1201
    • 提供者:
  1. HuaBan

    0下载:
  2. 画点,线,椭圆,方形。能对画的主体进行移动位置。是多态,继承学习的一个模版。-Draw points, lines, ellipses, squares. Can be moved to the location of the main draw. Is a multi-state study of a template inheritance.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:19849
    • 提供者:liulunchun
  1. chap1

    0下载:
  2. 记忆测试软件运行效果与程序发布主类Memory,方块 Block,记忆测试板MemoryTestPane,显示成绩 ShowRecord,记录成绩 Record,随机排列图标 RandomSetIcon,测试者 People -The Memory test software running effect and release of the program, which squares with Memory and Memory test board MemoryTestPane, sh
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:12982
    • 提供者:龙是传人
  1. MagicSquare

    0下载:
  2. magicCube.jar为可执行文件,需要在java环境下运行,需要计算机配置好jre;在输入页面输入一个正整数,当这个正整数不大于30时,会弹出页面显示幻方;当输入数据大于30时,数字在页面上显示会非常拥挤,不便于查看,所以程序将求出的幻方存储到d:/magicCube.txt文件中,请到该目录下查询。-magicCube.jar for the executable file, you need to run the java environment, you need a compute
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:414646
    • 提供者:朱朱
  1. ShapeExp1

    0下载:
  2. 个人原创代码:矩形、圆形、正方形等形状的操作。编写Java Application程序,定义抽象类Shape,抽象方法为showArea(),求出面积并显示,定义矩形类Rectangle,正方形类Square,圆类 Circle,根据各自的属性,用showArea方法求出各自的面积,在main方法中构造3个对象,调用showArea方法。 定义接口DiagArea,其中包含方法double getDiagonal()求对角线长, double getArea()求面积,定义一个矩形类,实现此
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:1469
    • 提供者:李瑞
  1. Java

    0下载:
  2. 简单的幻方,适用于初学者或者刚开始接触的人,非常简单-Simple magic squares, suitable for beginners or people just getting started with very simple
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:6985
    • 提供者:Gideon
  1. Squares-algorithm

    0下载:
  2. 这个文件是用java语言编写的九宫格算法,有不对的地方指出-This document is written in java squares algorithm, there is something wrong that the
  3. 所属分类:Applet

    • 发布日期:2017-11-25
    • 文件大小:764
    • 提供者:cpc
« 12 3 4 »
搜珍网 www.dssz.com