搜索资源列表
getmax
- 此程序通过一个类实现了求取三个整数中的最大值-Struck by a class implements the maximum of three integers
DSA-Lab2
- To the HighArray class in the highArray.java program (Listing 2.3), add a method called getMax() that returns the value of the highest key in the array, or –1 if the array is empty. Add some code in main() to exercise th
VB.NET
- 描述了vs.net的一些程序设计题目如1.设计程序完成1 2 + 2 2 + 3 2 +…+10 2 的累加值。结果送至变量Sum.。 2.设计并完成一个函数 Calc( ByVal R1 As Decimal , ByVal R2 As Decimal ),参数R1 是外圆的半径,参数 R2时内圆半径(两圆同心),返回值是圆环的面积值。 3.设计并完成一个
Counter.java
- 计数器 找出最大值和最小值并且可以递增-i) Write the Counter class which should have two private instance variables: count and max.Add getters and setters for the two private instance variables. The getter methods should be named getCount()
GetMax
- 控制台程序,根据输入的两个数字,比较其大小,并输出最大数-The console program, according to the input of the two Numbers, compare the size, and the output maximum number
OneArryasTools v1.1-ok
- * 这是一个一维数组的工具类,里面封装了6个方法,分别是 * 1.数组的遍历: print方法 * 2.获取最大值: getMax方法 * 3.获取最小值: getMin方法 * 4.反转数组:revArray方法 * 5.数组升序(从小到大排列):asc * 6.数组降序(从大到小排列):desc * * 备注:显示的同时带数组返回,加个接收类型就可以了。 * * @author wuxia
fenchatu
- 对于系统单参数分岔图的计算共有以下的几种方法: 1)最大值法 即对系统微分方程(组)进行求解,对求解的结果用getmax函数进行取点,并绘图。 2)Poincare截面法 对系统参数的每一次取值,绘制其Poincare截面,进而得到其分岔图。 这种方法需要注意的是,自治系统的Poincare截面是选取一超平面,平面上点的分布即构成一Poincare截面,非自治系统的Poincare截面则是根据系统激励
代码下载
- 实现洛伦兹系统分岔图的三种方法,最大值法,庞加莱截面法,getmax法(Three Methods to Realize Lorentz System Bifurcation Diagram)