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

搜索资源列表

  1. Java

    0下载:
  2. Java数组的应用: 1、二维数组中求最大最小值 2、数字排序_字母 3、数组的经典算法 4、数组的逆序 5、杨辉三角-Java array of applications: 1, two-dimensional array in seeking maximum and minimum 2 letters numbers sort _ 3, the array of classic algorithms 4, 5 Yang Hui triangle array reverse
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:3540
    • 提供者:weio
  1. two_dimension_code

    0下载:
  2. web方式的二维码生成及解码,可以在文本框中输入信息之后生成二维码,或者上传二维码图片进行解码-web method code generation and decoding two-dimensional, you can enter information in the text box after the two-dimensional code generation, or upload pictures to decode two-dimensional code
  3. 所属分类:Java Develop

    • 发布日期:2017-05-06
    • 文件大小:1135362
    • 提供者:成云
  1. aaa

    0下载:
  2. 1) 在图形界面中绘制二维的坐标系统,其中x轴位于绘图区正中,y轴位于绘图区的最左边。 2) 根据下面试验数据,在1)题的坐标系统中绘制数据点,每个数据点用一个小叉号表示,并在叉号边以(x,y)的格式标示出数据点的坐标数值,最后用折线连接相邻的数据点。 数据点序号 x坐标 y坐标 1 0 20 2 50 -30 3 100 16 3 150 126 5 200 164 3) 在2)题的基础上设计界面接收用户输入的实验数据,绘制数据点和实验曲线。
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:19555
    • 提供者:刘毅
  1. 6

    0下载:
  2. 编写应用程序,定义一个5行3列的二维数组,给数组的每个元素赋10~100之间的随机值,显示二维数组每行的元素,并输出所有元素的和。-Build applications, define a five line 3 two dimensional array of gilead, to an array of each element fu between 10 to 100 random value, shows a 2 d array of each line of elements, and
  3. 所属分类:Applet

    • 发布日期:2017-04-13
    • 文件大小:1581
    • 提供者:shuang
  1. javaapplication

    0下载:
  2. 找出一个二维数组的鞍点,即该位置上的元素在该行上最大,在该列上最小(注:一个二维数组也可能没有这样的鞍点)。-Dimensional array to find a saddle point, namely the position of the elements in the bank s largest, the smallest in the series ( Note: a two-dimensional array may not have such a saddle point )
  3. 所属分类:Applet

    • 发布日期:2017-04-11
    • 文件大小:1015
    • 提供者:guoer
  1. JavaIconComboBoxDemo

    0下载:
  2. Java生成自定义控件源代码,颜色选择下拉框演示,带图标下拉框的单元绘制器,从JLabel类扩展,实现ListCellRenderer接口,采用Object二维数组,用于初始化下拉框,参数依次为图标,显示文本,提示文本,初学者参考。-Java custom controls the source code, color selection drop-down box demo, icon with a drop-down box unit drawing device, from a class
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:13495
    • 提供者:lqua
  1. 3D-words

    0下载:
  2. 在网页中文字通常都以二维形式出现,如果对一些重要的文字,比如标题等,以立体的形式表示,则可使界面更加美观,也更容易吸引用户注意。三维文字也是在Applet中常用的文字特效之一。 本例中以一个具有渐变效果的三维文字为例,说明三维文字的实现原理。-The text in Web pages are usually two-dimensional form of the emergence of some important words, such as the title, three-dim
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:9423
    • 提供者:少壮
  1. PointDraw

    0下载:
  2. 个人原创代码:Point2D和Point3D作图。编写Java Application程序,分别编写两个类Point2D,Point3D来表示二维空间和三维空间的点,使之满足下列要求: (1) Point2D有两个整型成员变量x, y (分别为二维空间的X,Y方向坐标),Point2D的构造方法要实现对其成员变量x, y的初始化。 (2)Point2D有一个void型成员方法offset(int a, int b),它可以实现Point2D的平移。 (3)Point3D是Point2
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:1508
    • 提供者:李瑞
  1. Matrix

    0下载:
  2. 个人原创代码:编写Java Application程序的方法,声明一个矩阵类Matrix,成员变量是一个二维数组,设数组元素类型为int,请设计方法: (1)构造方法: Matrix() //构造一个10X10个元素的矩阵,没有数据 Matrix(int n,int m) //构造一个nXm个元素的矩阵,数据由随机数产生 Matrix(int table[][]) //以一个整型的二维数组构造一个矩阵 要求使用 this (2) 实例方法: public void
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:1344
    • 提供者:李瑞
  1. prog1

    0下载:
  2. 编写程序建模二维平面坐标系中的直线,并提供函数实现判断两条直线是否相交。-The preparation of procedures for modeling two-dimensional coordinate system in a straight line, and provide the function to determine the two lines are intersected.
  3. 所属分类:Java Develop

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

    0下载:
  2. java数组简单练习,书上的某一个例子,创建一个文件类。根据表创建二维数组-Java array simple exercise, in the book of a example, to create a file class. According to the table to create two dimensional array
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:522
    • 提供者:曾文雄
  1. abcd

    0下载:
  2. 二维码生成器,用于将信息制作成二维码,作用自己去做了。-Two-dimensional code generator
  3. 所属分类:JavaScript

    • 发布日期:2017-05-12
    • 文件大小:3043385
    • 提供者:小鱼儿
  1. ZxingDecoderHandler

    0下载:
  2. 利用zxing写的二维码生成程序,生成静态图片到指定路径-Two-dimensional code generator
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:872
    • 提供者:zl
  1. qrcode_java0.50beta10

    0下载:
  2. 通过Java生成二维码图片,内附示例程序.-Generate two-dimensional code image by Java
  3. 所属分类:Applet

    • 发布日期:2017-04-09
    • 文件大小:1040215
    • 提供者:于传喜
  1. gluegen--jogamp-x32-c3d-001

    0下载:
  2. 用于java的图形开发,主要用于二维、三维以及一些不规则的图形的三维显示-For java graphics development, mainly for the three-dimensional display of the two-dimensional, three-dimensional and irregular graphics
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:111748
    • 提供者:jin
  1. gluegen-2.0-b4-jogamp-x32-c3d-001

    0下载:
  2. 用于java的eclipse的图形开发,主要用于二维、三维以及一些不规则的图形的三维显示-For java graphics development, mainly for the three-dimensional display of the two-dimensional, three-dimensional and irregular graphics
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:9993
    • 提供者:jin
  1. JAVA-experiment-2

    0下载:
  2. 1、掌握数组的定义、初始化与使用。初始化5X5的二维int类型数组,并将其转置(转置后数组的第i行,第j列的元素应该和原数组的第j行第i列的内容相同)-A grasp of the array definition, initialization and use. Array initialization 5X5 two-dimensional type int, and array transpose (transpose the i th row, j-th column element s
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:55984
    • 提供者:郭培源
  1. QRCodeUtil

    0下载:
  2. 二维码生成和解析工具类,这个真的蛮简单,很容易明白-Two-dimensional code generation and parsing
  3. 所属分类:Java Develop

    • 发布日期:2017-03-21
    • 文件大小:8192
    • 提供者:yixc
  1. qrCodeTest

    0下载:
  2. 通过QrCode.jar包识别QrCode二维码-Package QrCode.jar identify QrCode two-dimensional code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1038525
    • 提供者:一叶知秋
  1. qrCodeTest

    0下载:
  2. 通过zxing.jar包识别QrCode二维码-By zxing.jar package to identify QrCode two-dimensional code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:430650
    • 提供者:一叶知秋
« 1 2 3 4 5 67 8 9 10 11 ... 18 »
搜珍网 www.dssz.com