资源列表

« 1 2 ... .04 .05 .06 .07 .08 20609.10 .11 .12 .13 .14 ... 20699 »

[JSP源码/Javajuzhenlei

说明:(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
<刘凯> 在 2024-11-13 上传 | 大小:1kb | 下载:0

[JSP源码/JavaCalender

说明:简易计算器 (1) 编写各个按钮的代码,使得能够进行四则运算。 (2) 当按下“+”按钮时,两个数值文本框之间应显示“+”号,同时相加结果显示在第三个文本框内(如下图所示)。类似处理“-”、“*”和“/”按钮。 -Simple calculator( 1) write each button code, enabling the four operations.( 2) when you press the"+" butto
<刘凯> 在 2024-11-13 上传 | 大小:1kb | 下载:0

[JSP源码/Javaexperiment10

说明:(1) 编写一个代表圆柱体的Cylinder类,该类是Circle类的子类。Cylinder类包括圆柱体的高度变量height、计算圆柱体的体积方法volume()和计算表面积的方法surfaceArea()。 (2) 编写测试Cylinder类的CylinderTest类,并在该类得main方法中调用Cylinder类的相关方法。 (3) 程序调试通过后填写实验报告。 -( 1) the preparation of a
<刘凯> 在 2024-11-13 上传 | 大小:1kb | 下载:0

[JSP源码/JavaCopyFile

说明:先打开文件,如果不存在就输出错误,如果存在就复制文件。-First open the file, if there is no exports it wrong, if there s a duplicate files.
<郑雄均> 在 2024-11-13 上传 | 大小:1kb | 下载:0

[JSP源码/JavaTextTest

说明:界面为一个标签、一个文本域、一个按钮和文本区。append按钮用来添加一行文字到文本区。-Interface for a label, a text field, a button in the text. Append button to add a line of text to the text area.
<郑雄均> 在 2024-11-13 上传 | 大小:1kb | 下载:0

[JSP源码/JavaColorChooserTest

说明:运行后使用者可选择颜色选择项,从中选一个自己喜欢的颜色。-After the operation user can choose a color option, choose one of his favorite color.
<郑雄均> 在 2024-11-13 上传 | 大小:1kb | 下载:0

[JSP源码/JavaExceptionalTest

说明: 仅对异常情况使用异常,异常处理不能代替简单测试,捕获异常要比简单测试花费更多时间
<郑雄均> 在 2024-11-13 上传 | 大小:1kb | 下载:0

[JSP源码/JavaFileOpenException

说明:创建一个文件,可能产生IOExcetpion,属于checked exceptions,必须处理-To create a file may generate IOExcetpion, belong to checked exceptions, must deal with
<郑雄均> 在 2024-11-13 上传 | 大小:1kb | 下载:0

[JSP源码/JavaButtonTest

说明:处理点击按钮事件 一个面板上放置了3个按钮,对应每个按钮有一个事件监听器,当用户点击任何一个按钮, 面板的颜色发生相应的变化。-Processing click on the button events A panel has placed three button, for each button has an event listeners, when users click on any one butto
<郑雄均> 在 2024-11-13 上传 | 大小:1kb | 下载:0

[JSP源码/JavaDrawArcTest

说明:java中绘制圆,矩形,直线的具体例子。并且采取不同方法。-Java draw round and rectangular, linear concrete example. And adopt various methods.
<郑雄均> 在 2024-11-13 上传 | 大小:1kb | 下载:0

[JSP源码/JavaCamera-Scripts

说明:unity所開發出來的遊戲控制的程式碼-unity develops the game controls program code
<12> 在 2024-11-13 上传 | 大小:1kb | 下载:0

[JSP源码/JavaExe8_1

说明:绘制1个沿圆形轨道运动的红色球体和1个沿椭圆轨道运动的蓝色球体。两个轨道圆心重合,圆的半径为100,椭圆的长短轴半径分别为200和100,运动方向为顺时针-Draw a circular orbital motion along the red sphere and a movement along the elliptical orbit of the blue sphere. Center two tracks overlap, t
<LiuQiu> 在 2024-11-13 上传 | 大小:1kb | 下载:0
« 1 2 ... .04 .05 .06 .07 .08 20609.10 .11 .12 .13 .14 ... 20699 »

源码中国 www.ymcn.org