搜索资源列表
CureFit_Line_LeastSquaresMethod
- 下山单纯形法java源程序,可做非线性函数极值以及曲线拟合程序-downhill simplex method java source files, to do extreme nonlinear curve fitting procedures and
matlab3
- matlab样条工具箱介绍包括: 三次插值样条函数 PP形式的样条函数的构造及操作 B形式样条函数的构造和应用 其他函数 举例
promptshaderey
- java实现的简单的分形树。简单易学!是学习分形知识的很好的例子。其java语法简单,只需要知道一些绘图函数即可!-java to achieve a simple fractal tree. Easy to learn! Fractal knowledge is to learn from good examples. Its java syntax is simple, only need to know a number of mapping function can be!
Test6
- 一个可以获取文件扩展名的函数,形参接收一个文件名字符串,返回一个扩展名字符串。-One can obtain the file name extension function that takes a file name and returns an extension.
Heartdraw
- Heart drawing //构造函数 public Cardioid(){ //设置窗口标题 super("❤ 形线") //设置背景色 this.setBackground(Color.BLACK) //设置窗口位置 this.setLocation((WINDOW_WIDTH - WIDTH)/2, (WINDOW_HEIGHT - HEIGHT)/2) //设置窗口大小 this.setSiz