Welcome![Sign In][Sign Up]
Location:
Search - yy.r

Search list

[JSP/Javabao

Description: (1) 实现一个Point类,该类包含表示坐标的两个int型变量x、y,构造方法Point()和Point(int xx, int yy),返回x值和y值的int getX()和int getY()方法,计算两点间距离的double distance(Point)方法。其中计算平方根用Math.sqrt()方法。 (2) 实现一个Circle类,该类包含表示圆心的Point型变量center,表示半径的int radius变量,以及构造方法Circle()、Circle(int xx,int yy,int r)、Circle(Point c,int r),返回周长和面积的int perimeter()、double area()方法,返回两个圆是否为同一个圆(返回0)、同心圆(返回1)、相交的圆(返回2)、分离的圆(返回3)、包含的圆(返回4)等关系的int relation(Circle c)等方法。PI值可以用Math.PI常量。 (3) 实现测试上述两个类的ClassTest类。该类在main方法中分别创建若干个Point对象和Circle对象,并调用相关方法,输出方法的返回值,验证其正确性。 (4) 将Point类、Circle类和主类的包名分别调整为p1、p2、p3,并重新运行,验证是否运行正确。
Platform: | Size: 5281 | Author: fangfei | Hits:

[JSP/Javabao

Description: (1) 实现一个Point类,该类包含表示坐标的两个int型变量x、y,构造方法Point()和Point(int xx, int yy),返回x值和y值的int getX()和int getY()方法,计算两点间距离的double distance(Point)方法。其中计算平方根用Math.sqrt()方法。 (2) 实现一个Circle类,该类包含表示圆心的Point型变量center,表示半径的int radius变量,以及构造方法Circle()、Circle(int xx,int yy,int r)、Circle(Point c,int r),返回周长和面积的int perimeter()、double area()方法,返回两个圆是否为同一个圆(返回0)、同心圆(返回1)、相交的圆(返回2)、分离的圆(返回3)、包含的圆(返回4)等关系的int relation(Circle c)等方法。PI值可以用Math.PI常量。 (3) 实现测试上述两个类的ClassTest类。该类在main方法中分别创建若干个Point对象和Circle对象,并调用相关方法,输出方法的返回值,验证其正确性。 (4) 将Point类、Circle类和主类的包名分别调整为p1、p2、p3,并重新运行,验证是否运行正确。
Platform: | Size: 5120 | Author: fangfei | Hits:

[MiddleWareyy

Description: 给出一个非负小数,找出分子不超过M,分母不超过N的最简分数或整数, 使其最接近给出的小数。如果这个分数不唯一,输出‘TOO MANY’。 输入文件格式(closest.in) 第一行,M,N(1<=M,N<=10^9) 第二行,即小数R,(0<R 输出文件格式(closest.out) 仅一行,若解唯一输出 分子 / 分母(整数K写成K/1),否则输出TOO MANY 样例输入: 360 120 3.1415926536 样例输出: 355/113-Give a non-negative decimals to identify elements does not exceed M, the denominator does not exceed N most Jane Score or integral to the nearest decimal given. If the scores are not the only, the output TOO MANY. Input file format (closest.in) the first line, M, N (1 <= M, N <= 10 ^ 9) the second line, that is, a small number of R, (0 <R output file format (closest.out) only his party, If the only solution output elements/denominator (integer K written K/1), otherwise the output sample TOO MANY Input: 360 1203.1415 926536 sample output: 355/113
Platform: | Size: 6144 | Author: 高旭阳 | Hits:

[Documents356546587

Description: 直流电机智能数模混合PWM的研究及应用 - y yy y d df d fg yd f h yg fj s fa ga d fg r ga
Platform: | Size: 3610624 | Author: 张晓 | Hits:

[GUI Developyy

Description: 简单的用mfc编的鹰眼,mapControl与toccontrol在一个对话框中-Simple to use mfc series Hawkeye, mapControl in a dialog box with toccontrol
Platform: | Size: 12339200 | Author: little_baby | Hits:

[matlabyy

Description: 读取视频文件,读取一帧图像并检测图像中的汽车,使用循环逐帧对图像进行检测-read the videofrequency documents,then detect the cars in the picture,use the cycle to detect the picture.
Platform: | Size: 119808 | Author: fuky | Hits:

[Data structsarray

Description: 完成数组排序的cpp源代码,可以完成数组增加,删除,修改,排序等功能的代码-Complete source code cpp sort the array, the array can be done to add, delete, modify, sort code etc.
Platform: | Size: 7831552 | Author: you | Hits:

[SCMascii16x8

Description: 在LCD中asci 显示所需要的编码即英文字符编码-LCD ASCI
Platform: | Size: 2048 | Author: 地方地方 | Hits:

[JSP/JavaCircle

Description: 实验3类、对象以及包的使用(6学时) 1.实验内容 (1) 实现一个Point类,该类包含表示坐标的两个int型变量x、y,构造方法Point()和Point(int xx, int yy),返回x值和y值的int getX()和int getY()方法,计算两点间距离的double distance(Point)方法。其中计算平方根用Math.sqrt()方法。 (2) 实现一个Circle类,该类包含表示圆心的Point型变量center,表示半径的int radius变量,以及构造方法Circle()、Circle(int xx,int yy,int r)、Circle(Point c,int r),返回周长和面积的int perimeter()、double area()方法,返回两个圆是否为同一个圆(返回0)、同心圆(返回1)、相交的圆(返回2)、分离的圆(返回3)、包含的圆(返回4)等关系的int relation(Circle c)等方法。PI值可以用Math.PI常量。 (3) 实现测试上述两个类的ClassTest类。该类在main方法中分别创建若干个Point对象和Circle对象,并调用相关方法,输出方法的返回值,验证其正确性。 -Experiment 3 classes, objects, and use the package (6 hours) 1. Experimental content (1) implement a Point class that contains the coordinates of the two int variables x, y, constructor Point () and Point (int xx , int yy), return x and y values ​ ​ int getX () and int getY () method to calculate the distance between two points of the double distance (Point) method. Which calculate the square root with Math.sqrt () method.
Platform: | Size: 1024 | Author: duanduan | Hits:

[source in ebookdalin

Description: dalin算法, 典型二阶环节的模糊控制输出曲线 kk=[1:N]*T figure(1) plot(kk,R, k ,kk,yy, r ) grid on xlabel( 时间(秒) ) ylabel( 输出 ) -dalin algorithm
Platform: | Size: 1024 | Author: 杜青青 | Hits:

[source in ebook27194323mohu

Description: 模糊评价代码.对于进行二级模糊综合评判,可编制mohufun.m函数来实现 如[yy1,qdh,qdh1]=mohufun(R,L,M,w,XX,yy]来实现运行两次这个函数,并编制相应的m文件,其中放至两个这样的函数即可实 现 模糊评判的结果说明: 1:对于所有等级的隶属度之和为1。 2:输出结果随某个变量的增大而qdh1的结果呈现出单调递增或递减 3:最后的等级出[0.2 0 0 0.8]这种情况是正常的,和可拓评判中的对于等级的距离的概念是不一样的。 只表现有变量是属于0.2这个等级的。-Fuzzy Evaluation Code
Platform: | Size: 2048 | Author: 柳若伊 | Hits:

[Otherbakradon

Description: Gİ Rİ Ş TIBBİ gö rüntüleme tekniklerini kronolojik bir sı ralamaya ko yarsak 19. yy sonları na doğ ru retinanı n incelenmesi (optal moskop) ve ilk yarı sı iç inde X  ı ş ı nlı gö rüntüleme sistemlerinin geliş imi, ikinci yarı sı nda nükleer gö rüntüleme teknikleri, X ı ş ı nlı bilgisayarlı to mografi, ultrasonik gö rüntüleme dü zenleri, nükleer magnetik rezonans gö rüntüleme düzenleri ve dijital rad yografidir.-Gİ Rİ Ş TIBBİ gö rüntüleme tekniklerini kronolojik bir sı ralamaya ko yarsak 19. yy sonları na doğ ru retinanı n incelenmesi (optal moskop) ve ilk yarı sı iç inde X  ı ş ı nlı gö rüntüleme sistemlerinin geliş imi, ikinci yarı sı nda nükleer gö rüntüleme teknikleri, X ı ş ı nlı bilgisayarlı to mografi, ultrasonik gö rüntüleme dü zenleri, nükleer magnetik rezonans gö rüntüleme düzenleri ve dijital rad yografidir.
Platform: | Size: 1203200 | Author: hbb | Hits:

CodeBus www.codebus.net