资源列表

« 1 2 ... .39 .40 .41 .42 .43 4844.45 .46 .47 .48 .49 ... 21467 »

[其他小程序delaunay

说明:实现Delaunay算法的实现,时效性好,算法运行稳定,节省时间-Delaunay algorithm to achieve the realization of timeliness good algorithm stable operation, saving time
<张明旺> 在 2025-11-22 上传 | 大小:1.95mb | 下载:0

[其他小程序zuobiaoxi

说明:将笛卡尔坐标系上的点定义为一个服务类Point,Point类提供求得坐标系上两点间距离的功能、获取和设置坐标的功能、获取极坐标的功能,和完成对已创建的Point类对象统计功能。设计测试Point服务类的应用程序主类,测试并显示输出提供功能的结果。(求以点(1,1)为极坐标原点,点(5,5)的极坐标)-Will be a point on the Cartesian coordinate system is defined as a service class Point, Point class
<阿豆> 在 2025-11-22 上传 | 大小:4kb | 下载:0

[其他小程序JAVA1_1

说明:编写一个Java程序,用于输出Fibonacci数列的前20项。 提示:Fibonacci数列定义为:第一、二项的值为1,从第三项开始依次为前两项的和。 Fibonacci[0]=Fibonacci[1]=1 Fibonacci[i]=Fibonacci[i-2]+Fibonacci[i-1] (i>=2) -Write a Java program for Fibonacci series, the first output 20. Tip: Fibonacci sequence
<阿豆> 在 2025-11-22 上传 | 大小:2kb | 下载:0

[其他小程序AVERAGE

说明:编写程序计算三门课的平均成绩,要求应用程序分别用Java语言三种不同的循环语句实现,每门课的成绩用Math类的random()方法随机产生(random()产生的数值在0和1之间),成绩范围为40~100。 提示:自定义一个类,该类实现一个返回随机数的函数。在main函数里测试时直接调用该类的获取随机数方法。 获得随机数相关的类为:java.lang.Math 需要时可引入该类即:import java.lang.Math -Write a program grade point a
<阿豆> 在 2025-11-22 上传 | 大小:5kb | 下载:0

[其他小程序Count

说明:(1) 设计一个程序,用于根据用户输入的命令行参数数量来计算长方形、正方形、三角形的面积。如果输入的参数为一个、二个、三个则它们应分别对应正方形、长方形、三角形,如果没有参数,则通过异常处理方法现实错误消息。(用于计算面积的方法是一个重载的方法。提示:定义一个抽象的父类,并提供一个抽象的方法area(). 再派生出三个子类,重写area()方法,然后在main方法中用多态来实现具体的面积函数的调用)。-(1) design a program based on user input for th
<阿豆> 在 2025-11-22 上传 | 大小:5kb | 下载:0

[其他小程序studentlis

说明:(1) 使用所学过的组件设计一友好的登记表, 设计方式可以Applet 或Application。 (2) 该表可以为学生入学登记表或邮件用户登记表。 (3) 要求将所学过的所有组件在表中体现,并通过事件处理对组件进行相关操作。 (4) 表中的输入信息要求存放于一文本文件中。 (5) 通过数据输出的方式,将文本中的输入信息读出后显示到屏幕上。 -(1) use the learned component to design a friendly registration fo
<blue> 在 2025-11-22 上传 | 大小:8kb | 下载:0

[其他小程序DTC

说明:运用于风力发电系统的直接转矩系统仿真源代码,绝对RUN的起来-Used in wind power generation system of direct torque control system simulation source code, the absolute RUN' s up
<kkx> 在 2025-11-22 上传 | 大小:24kb | 下载:1

[其他小程序VB

说明:VB远程操控代码,包括客户端和服务器端,大家可以下载看看,仅做参考-VB remote control code, including client and server side, you can download to see, only a reference
<qq2010comcn> 在 2025-11-22 上传 | 大小:105kb | 下载:0

[其他小程序Favorites

说明:用VB开发的读取网页搜藏夹的简短的代码,本程序只做交流使用-VB-page search hidden folders to read a short code, the exchange of use of this procedure Zhizuo
<qq2010comcn> 在 2025-11-22 上传 | 大小:134kb | 下载:0

[其他小程序Googlesousuo

说明:用VB开发的利用谷歌搜索系统检索网络信息的程序,本程序只做交流使用-Using VB to develop and use the Google search system, network information retrieval procedure for the exchange of use of this procedure Zhizuo
<qq2010comcn> 在 2025-11-22 上传 | 大小:10kb | 下载:0

[其他小程序VByanzhengma

说明:用VB开发的识别简单验证码的程序,本程序只做交流使用-The development of a simple identification with the VB code of the program, this program Zhizuo to share their
<qq2010comcn> 在 2025-11-22 上传 | 大小:33kb | 下载:0

[其他小程序judgequn

说明:对给出的一个代数系统〈G,*〉,其中G={1,2,…,n},*运算由运算表矩阵给出,要判断: 〈G,*〉是否为半群; 〈G,*〉是否含有幺元; -Pairs of a given algebra system <G,*>, where G = (1,2, ..., n),* operator matrix is given by the operation table, it is necessary to determine
<ma> 在 2025-11-22 上传 | 大小:2kb | 下载:0
« 1 2 ... .39 .40 .41 .42 .43 4844.45 .46 .47 .48 .49 ... 21467 »

源码中国 www.ymcn.org