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

搜索资源列表

  1. testshape

    0下载:
  2. 3. 设计一个接口Shape,接口中包含方法:Draw和Resize。定义一些具体类,如:Point、Line、Circle、Rectangle等,每个类都实现接口Shape。Draw方法绘制图形,Resize方法改变图形大小。用Java实现这些接口和类,并用测试类测试它们。 注意:不需要真正绘制图形,如Line的Draw方法只需输出下面文本即可: “直线的起点是(x1,y1,),终点是(x2,y2)”-3. A Shape interface design, interfaces includ
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:978byte
    • 提供者:吴泽伟
  1. L1_vector

    0下载:
  2. 输入四个点,判断此四点是否可形成一个平行四边形。 程序中描述了一个抽象数据类型Vector2D,表示一个向量。具有(x,y)两个值。其本身具有减另一个向量(minus(Vector2D)),判断自身是否为零向量(iszero()),与另一个向量对应值y,x乘积之差(inner(Vector2D))。由于两个向量平行,则乘积之差x1*y2-x2*y1=0。点A,B,C,D四点组成平行四边形的条件是AB//CD,BC//DA且各个向量皆不为零向量。 首先声明四个向量。向量i获得值的方法是
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:3.11kb
    • 提供者:malacca
  1. javaAG

    0下载:
  2. 无约束条件 max f(x1,x2)=21.5+x1*sin(4*pi*x1)+x2sin(20*pi*x2) -3.0<x1<12.1 4.1<x2<5.8 1%的变异 25%交叉 旋转转轮选择 -Unconstrained conditions max f (x1, x2) = 21.5+ X1* sin (4* pi* x1)+ X2sin (20* pi* x2)-3.0 <x1 <12.14.1 <x2 <5.81
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:6.04kb
    • 提供者:sp
  1. chushengren

    0下载:
  2. java中大部分对图形、文本、图像的操作方法都定义在Graphics类中,所以此次实验使用的方法如Color(int r, int g,int b), setColor(Color c),drawline(int x1,int y1,int x2,int y2)等都来自Graphics类中,此外对文本和字体的处理还用到了Font类中的 new Font(“字体名”,字体风格,字体大小),setFont(Font f)等方法;-Most of java on the graphics, text,
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:31.24kb
    • 提供者:若儿
  1. GeneratePossionDistribution_codes

    0下载:
  2. Generate Possion Dis. step1:Generate a random number between [0,1] step2:Let u=F(x)=1-[(1/e)x] step3:Slove x=1/F(u) step4:Repeat Step1~Step3 by using different u,you can get x1,x2,x3,...,xn step5:If the first packet was generated at time [
  3. 所属分类:Java Develop

    • 发布日期:2017-03-25
    • 文件大小:152.49kb
    • 提供者:黃文岩
  1. AssignmentSharp1

    0下载:
  2. Write a program that takes the x-y coordinates of a point in the Cartesian plan and print a message in a message dialog box telling either an axis in which the point lies or the quadrant in which it is found. Sample line of output: (-1.0, -2.5)
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:180.31kb
    • 提供者:Anas
  1. 1

    0下载:
  2. 给定2个序列X={x1,x2,…,xm}和Y={y1,y2,…,yn},找出X和Y的最长公共子序列。-Given two sequences X = {x1, x2, ..., xm} and Y = {y1, y2, ..., yn}, X and Y to find the longest common subsequence.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:110.46kb
    • 提供者:wangfeifei
  1. algorithms-hw

    0下载:
  2. 算法上机作业 1城市轮廓线 3无向图双连通分支 4第一行为(n-1),n=2^k 第二行为第一个多项式系数序列 第三行为第二个多项式系数序列 系数序列的格式为:an,an-1,an-2 ,…, a1,a0 输出文件:result4.dat 格式为结果多项式的系数序列。 序列格式为:an,an-1,an-2 ,…, a1,a0(此n与输入中的n不同) 5第一行为线段数n 第二行起每一行x1 y1 x2 y2表示一条线段,端点为(x1,y1)和(x2,y2)
  3. 所属分类:Java Develop

    • 发布日期:2017-05-12
    • 文件大小:2.82mb
    • 提供者:yangxc
  1. httpclient

    0下载:
  2. 自行登陆Discuz! X2类型论坛,自动回复,智能回复,定时回复,不会被管理员封号。-Own landing Discuz! X2 type forums, autoresponders, intelligent response, timed response, not the administrator title.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:59.75kb
    • 提供者:jkfds
  1. NN_homework

    0下载:
  2. 神经网络:感知机学习算法 试 将 感 知 机 学 习 算 法 用 C ( 或 其 它 ) 语 言 编 成 程 序 , 并 做 下 述 的 维 随 机 矢 量 T X  [ x1 , x2 , , xn ] 的二值分类的模拟实验:-NeuralNetwork:Learning Algorithm of Perceptron
  3. 所属分类:JavaScript

    • 发布日期:2017-03-28
    • 文件大小:5.42kb
    • 提供者:戴江安
  1. Distance

    0下载:
  2. 提示输入任意两个点,然后显示两点间的距离。(Enter x1,y1,x2,y2,and get the distance between the two points.)
  3. 所属分类:Java编程

    • 发布日期:2017-12-19
    • 文件大小:10kb
    • 提供者:fsw
  1. bluetoothDemo-master

    0下载:
  2. Bluetooth蓝牙测试的样例代码 ACM94国际大学生编程竞赛东中心区试题((Descr iption n the game of Jack Straws, a number of plastic or wooden "straws" are dumped on the table and players try to remove them one-by-one without disturbing the other straws. Here, we are onl
  3. 所属分类:Java编程

    • 发布日期:2018-01-08
    • 文件大小:333kb
    • 提供者:QAQ+
  1. GA

    0下载:
  2. 使用java实现遗传算法,求出max{f(x1,x2)=21.5+x1*sin(4*π*x1)+x2*sin(20*π*x2)}的最优解 约束条件为 -3.0<=x1<=12.1 4.1<=x2<=5.8(The use of Java genetic algorithm, calculate the max{f (x1, x2) =21.5+x1*sin (4* PI *x1 +x2*sin (*x2) 20* PI)} of the optimal solutio
  3. 所属分类:Java编程

    • 发布日期:2018-01-08
    • 文件大小:10kb
    • 提供者:LL小怪兽
  1. 连连看javafx

    0下载:
  2. 连连看,用javafx实现, this.setOnMouseClicked(e -> { if (e.getButton() == MouseButton.PRIMARY) { x2 = (int) ((e.getX() - w) / w); y2 = (int) ((e.getY() - w) / w); g.drawImage(new Image("llkpics/checked.png"), x2 * w + w, y2 *
  3. 所属分类:Java编程

    • 发布日期:2018-01-11
    • 文件大小:240kb
    • 提供者:谭先生456
  1. X2-ARQC - update

    0下载:
  2. emv software to write cards with track2 data
  3. 所属分类:Java编程

    • 发布日期:2021-03-27
    • 文件大小:3.92mb
    • 提供者:corey385
搜珍网 www.dssz.com