CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 WEB源码

资源列表

« 1 2 ... .17 .18 .19 .20 .21 10322.23 .24 .25 .26 .27 ... 18924 »
  1. mouse

    0下载:
  2. 这是一个flash源文件,效果很好,测试平台为flash 8.0(如果提示问题请选择合适的版本试试),代码的效果是:鼠标-This is a flash source file, the effect is very good, the test platform for Flash 8 ( if the question please choose the right version to try), the code is: effect of mouse
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-07
    • 文件大小:3.74kb
    • 提供者:xiaomingw
  1. score

    0下载:
  2. 这是一个flash源文件,效果很好,测试平台为flash 8.0(如果提示问题请选择合适的版本试试),代码的效果是:分数-This is a flash source file, the effect is very good, the test platform for Flash 8 ( if the question please choose the right version to try), code effect is: Score
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-13
    • 文件大小:2.23kb
    • 提供者:xiaomingw
  1. searchengine

    0下载:
  2. 这是一个flash源文件,效果很好,测试平台为flash 8.0(如果提示问题请选择合适的版本试试),代码的效果是:搜索代码-This is a flash source file, the effect is very good, the test platform for Flash 8 ( if the question please choose the right version to try), the effect is: search code code
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-17
    • 文件大小:8.6kb
    • 提供者:xiaomingw
  1. snake

    0下载:
  2. 这是一个flash源文件,效果很好,测试平台为flash 8.0(如果提示问题请选择合适的版本试试),代码的效果是:蛇-This is a flash source file, the effect is very good, the test platform for Flash 8 ( if the question please choose the right version to try), code effect is: Snake
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-15
    • 文件大小:6.39kb
    • 提供者:xiaomingw
  1. suijixuehua

    0下载:
  2. 这是一个flash源文件,效果很好,测试平台为flash 8.0(如果提示问题请选择合适的版本试试),代码的效果是:随机雪花-This is a flash source file, the effect is very good, the test platform for Flash 8 ( if the question please choose the right version to try), code effect is: random snowflake
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-15
    • 文件大小:7.62kb
    • 提供者:xiaomingw
  1. tansuzhaipian

    0下载:
  2. 这是一个flash源文件,效果很好,测试平台为flash 8.0(如果提示问题请选择合适的版本试试),代码的效果是:碳素照片-This is a flash source file, the effect is very good, the test platform for Flash 8 ( if the question please choose the right version to try), code effect is: carbon photo
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-09
    • 文件大小:56.57kb
    • 提供者:xiaomingw
  1. tuodong

    0下载:
  2. 这是一个flash源文件,效果很好,测试平台为flash 8.0(如果提示问题请选择合适的版本试试),代码的效果是:拖动-This is a flash source file, the effect is very good, the test platform for Flash 8 ( if the question please choose the right version to try), code: drag effect
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-13
    • 文件大小:2.35kb
    • 提供者:xiaomingw
  1. tts_hibernate

    0下载:
  2. Hibernate基础学习资料,很值得学习学习!-very good
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:487.39kb
    • 提供者:丰涌
  1. Circle

    0下载:
  2. java实验代码编写一个圆类,定义圆心与半径等属性并被其他类继承-Java experimental code to write a class circle
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:561byte
    • 提供者:刘凯
  1. juzhenlei

    0下载:
  2. (1) 设计和编写代表矩阵的Matrix类。该类包括矩阵行列数变量int rows和int cols,矩阵数据数组double data[][],构造方法Matrix()、Matrix(int rows,int cols)、Matrix(int rows,int cols,double data[][]),获取某元素值的方法getData(int row,int col),设置某元素值的方法setData(int row,int col,double value),计算两个矩阵的乘积的方法mul
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:1.15kb
    • 提供者:刘凯
  1. Calender

    1下载:
  2. 简易计算器 (1) 编写各个按钮的代码,使得能够进行四则运算。 (2) 当按下“+”按钮时,两个数值文本框之间应显示“+”号,同时相加结果显示在第三个文本框内(如下图所示)。类似处理“-”、“*”和“/”按钮。 -Simple calculator( 1) write each button code, enabling the four operations.( 2) when you press the"+" button, two numerical text box shou
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1.32kb
    • 提供者:刘凯
  1. experiment10

    0下载:
  2. (1) 编写一个代表圆柱体的Cylinder类,该类是Circle类的子类。Cylinder类包括圆柱体的高度变量height、计算圆柱体的体积方法volume()和计算表面积的方法surfaceArea()。 (2) 编写测试Cylinder类的CylinderTest类,并在该类得main方法中调用Cylinder类的相关方法。 (3) 程序调试通过后填写实验报告。 -( 1) the preparation of a representative cylinder Cylind
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:604byte
    • 提供者:刘凯
« 1 2 ... .17 .18 .19 .20 .21 10322.23 .24 .25 .26 .27 ... 18924 »
搜珍网 www.dssz.com