资源列表

« 1 2 ... .19 .20 .21 .22 .23 14224.25 .26 .27 .28 .29 ... 14335 »

[JSP源码/Javaexa

说明:① Rectangle类有double型成员变量表示矩形左上角的位置坐标及矩形的宽和高,要求提供修改和返回各成员变量的方法。 ② Circle类有double型成员变量表示圆心坐标和圆的半径,要求提供修改和返回各成员变量的方法。 ③ Geometry类有Rectangle类和Circle型的成员变量rect和circle。即Geometry类创建的对象由一个矩形和一个圆组合而成。要求该类提供修改rect、circle位置和大小的
<陈怡> 在 2024-10-28 上传 | 大小:1024 | 下载:0

[JSP源码/Javacompute

说明:编写一个能够计算中缀表达式的程序,其中关于中缀表达式有如下的要求: 1)表达式中只处理二元运算符 2)表达式中出现的运算符为:+、-、*、/、^(幂运算)、(),其中幂运算符的优先级别比*和/的高,但是其结合性为右结合-Write a program to calculate the infix expression, the infix expression has the following requirements:
<susan> 在 2024-10-28 上传 | 大小:1024 | 下载:0

[JSP源码/Javapemutation

说明:已知如下一个递归程序,该程序的目的是输出给定字符的所有排列,请分析该程序的递归过程,然后将其用人工栈进行模拟,也就是将该递归程序转换成非递归程序:-Known as a recursive procedure, the objective of the program is all arranged output given character, please analyze the recursive process of the p
<susan> 在 2024-10-28 上传 | 大小:1024 | 下载:0

[JSP源码/Javasort

说明:利用队列实现对某一个数据序列的排序(采用基数排序)-Implementation of a data sequence sorting using the queue (by radix sort)
<susan> 在 2024-10-28 上传 | 大小:1024 | 下载:0

[JSP源码/Javajava

说明:用 Java 编写的对于 IPv6 网络地址的验证方法。此算法可被简单地用其它编程语言仿照重写。-Written in Java for IPv6 network address verification methods. This algorithm can be easily modeled using other programming languages ​ ​ rewritten.
<符咪咪> 在 2024-10-28 上传 | 大小:1024 | 下载:0

[JSP源码/Javaj

说明:选出确实可用的ipv6地址。以下代码实现了这一功能,思路是遍历网络接口的各个地址,直至找到符合要求的地址。-Indeed elected ipv6 addresses available. The following code implements this functionality, the idea is to traverse the network interface for each address until you fi
<符咪咪> 在 2024-10-28 上传 | 大小:1024 | 下载:0

[JSP源码/JavaBaiduAPI

说明:该代码是利用百度的API来经纬度解析为详细地址-Baidu API resolves to the full address of latitude and longitude
<姚春振> 在 2024-10-28 上传 | 大小:1024 | 下载:0

[JSP源码/Java20140414154637

说明:实现一个类Employee。一个员工都有一个名称(字符串)和工资(双)。提供一个构造函数有两个参数的公共雇员(字符串employeeName,双currentSalary) 和方法 公共字符串getName() 公共双getSalary() 公共无效raiseSalary(双byPercent) 这些方法返回的姓名和工资,以及按一定比例提高员工工资。 使用范例: 员工哈里=新员工(“黑客,哈里”
<张佳> 在 2024-10-28 上传 | 大小:1024 | 下载:0

[JSP源码/Javaaxis1.4-example

说明:axis1.4 用例,下载后可直接使用用,欢迎下载。-axis1.4 example
<yimedi> 在 2024-10-28 上传 | 大小:1024 | 下载:0

[JSP源码/JavaGridWorld

说明:markov decision process in grid world game
<sruthi> 在 2024-10-28 上传 | 大小:1024 | 下载:0

[JSP源码/JavaIndexUtil

说明:lucene建立索引与lucene检索功能实现的简单实现-lucene build indexing and retrieval functions to achieve
<will> 在 2024-10-28 上传 | 大小:1024 | 下载:0

[JSP源码/Javamfajlovi

说明:I attached the fuzzy2 toolbox before As i mention , this version contain only Gaussian membership function ( i attached two functions , you can add to fuzzy2 directory) A Brief Tutorial on Interval Type-2 Fuzzy Sets
<Dragan> 在 2024-10-28 上传 | 大小:1024 | 下载:0
« 1 2 ... .19 .20 .21 .22 .23 14224.25 .26 .27 .28 .29 ... 14335 »

源码中国 www.ymcn.org