-
中国跳棋程序源码
用java编写的一个跳棋游戏程序,jdk1.5以上即可运行,并附有源代码,游戏界面很美观,是用来学习Java的不错的例子!界面比较美观,完全解压后才能运行,有利于菜鸟自学啦……望资源上传者能够更多地价格自己的资源进行分享,以及交流讨论!
- 2022-10-22 10:25:04下载
- 积分:1
-
PSCNC源代码
一个有用的CNC代码,C语言编写,包括G代码编译,插补功能,I/O编程-A useful CNC code written in C
language, including the G-code compiler, interpolation functions, I/O
programming
- 2022-03-14 02:50:37下载
- 积分:1
-
kmeans聚类算法java实现
应用背景package Kmeans;
import java.io.BufferedReader;
import java.io.FileReader;
import java.util.ArrayList;
public class KMeans {
private static String fileName = "E:java练习Arithmeticjulei1.txt"; // 文件地址
private static int numTotal; // 聚类总数
private static int K; // 聚类的簇数关键技术典型的聚类算法,应用广发,学习简单,java技术的使用
- 2022-02-01 21:05:33下载
- 积分:1
-
猴子吃桃的问题:
此程序是用递归做出来的,方法很简单
猴子吃桃的问题:
此程序是用递归做出来的,方法很简单-monkeys eat a peach : This procedure is done using the recursive method is very simple
- 2022-04-09 19:03:22下载
- 积分:1
-
求实系数代数方程全部根的牛顿下山法,java,源程序具有自带的数据,经过验证结果无误。使用者可以直接调用方法...
求实系数代数方程全部根的牛顿下山法,java,源程序具有自带的数据,经过验证结果无误。使用者可以直接调用方法-realistic Algebraic equations of Newton-down, java, with its own source of data, proven correct results. Users can directly call methods
- 2022-04-18 20:34:53下载
- 积分:1
-
havel定理
这是一个学生管理的简单代码,它是基于MFC的对话框,在这里面,使用了MFC的数据库类CDatabase和CRecordset这两个封装好了的类,同时他实现了基本的学生管理功能,可以用来学习或者练手
- 2022-06-26 03:04:30下载
- 积分:1
-
拟牛顿法求非线性方程组的一组实数解
拟牛顿法求非线性方程组的一组实数解-quasi-Newton method of nonlinear equations for a group of real solutions
- 2022-01-25 19:17:01下载
- 积分:1
-
Example to calculate, with basic operations, polinomial til 10 degrees, just the...
Example to calculate, with basic operations, polinomial til 10 degrees, just the first step for
solution of polinomial problems, can be implemented according to your wish-Example to calculate, with basic operations, polinomial til 10 degrees, just the first step for
solution of polinomial problems, can be implemented according to your wish
- 2023-07-30 06:10:03下载
- 积分:1
-
经典算法:邮费问题,所有的问题与任务的最后期限,依据。
经典算法之:连续邮资问题,全排列问题,有限期任务安排,整数划分问题,装载问题-classic algorithms : for the postage issue, all issues with a task deadline, integer division, loading problems
- 2022-02-25 05:40:12下载
- 积分:1
-
Iterative solution of equations Jacobi Gauss
用迭代法解方程组 Jacobi Gauss-Sedel SOW 超松弛迭代 各种技术的比较 数值实验报告-Iterative solution of equations Jacobi Gauss-Sedel SOW SOR numerical comparison of various techniques Experimental Report
- 2022-04-01 11:32:12下载
- 积分:1