-
最简练的记忆游戏
要有简单易懂的交互界面。 2.允许用户输入数字,选择游戏类型,在显示菜单和输入选择过程中要有loading界面 3.按照选择的类型进行游戏,用户根据控制台显示的字符记忆进行输入,如果正确,进入下一关,分数增加并且难度增加 4.要对取胜做出判断,如果记忆的字符输入错误,提示是否继续,是则继续游戏,否则给出分数
- 2022-10-20 14:40:03下载
- 积分:1
-
ABAQUS弹塑性UMAT
弹塑性UMAT程序,讲述弹性本构关系的数值实现过程,考虑了双线性各向同性硬化准则。通过UMAT的模拟,可以和Abaqus材料库中的模型进行对比,验证数值实现的合理性。由于弹塑性UMAT的实现过程文献中均有描述,可以获得相关的公式推导。
- 2023-08-21 04:40:03下载
- 积分:1
-
双曲线回归方程 HyperbolaRegress.cs
注意!该模型要求a与b的值要大于0!使用该模型时应注意验证这个限制条件。我在实现模型时未加入任何出错...
双曲线回归方程 HyperbolaRegress.cs
注意!该模型要求a与b的值要大于0!使用该模型时应注意验证这个限制条件。我在实现模型时未加入任何出错流程控制。X不能为0。
方程模型为
public override double[] buildFormula()
得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。
public override double forecast(double x)
预测函数,根据模型得到预测结果。
public override double computeR2()
-Hyperbola regression equation HyperbolaRegress.cs attention! The model demands a and b value is greater than 0! Caution should be taken when using the model verify the conditions of this restriction. I realize the model error is not to join any flow control. X should not to 0. Equation model for public override double [] buildFormula () get coefficient array, the storage order and model coefficients contrary, that is, the array is followed by the value of coefficient b, a. public override double forecast (double x) prediction function, according to the results of model prediction. public override double computeR2 ()
- 2022-02-07 00:59:29下载
- 积分:1
-
ACM1087 realize the title of the request, the document provided in the form of t...
实现了ACM1087题中的要求,以文件的方式提供测试数据。-ACM1087 realize the title of the request, the document provided in the form of test data.
- 2022-06-27 12:01:22下载
- 积分:1
-
小波分解
小波分解图像使图像分为低频和高频信息,通过这种方法可以增强图像的清晰度
- 2023-05-14 18:10:03下载
- 积分:1
-
《科学计算和C程序集》配套光盘,有很多常用的数值算法。
《科学计算和C程序集》配套光盘,有很多常用的数值算法。-"scientific calculation and collection procedures C" complementary discs, there are many commonly used algorithm.
- 2022-01-26 04:34:17下载
- 积分:1
-
人工智能神经网络之感应器
该程序主要包括计算输出值、感知器学习算法(权值的调整)
- 2022-12-02 08:10:04下载
- 积分:1
-
#匈牙利算法的C实现
应用背景C #匈牙利算法的实现这个程序是自由软件,你可以重新分配和/或修改 ; ;在GNU通用公共许可证的条款公布和,自由软件基金会;2版本的许可证,或(在您的选择)任何以后的版本。这项计划是分布式的,希望它是有用的,没有任何保证,甚至没有任何保修期 ; ;适销性或针对特定用途的。看的是 ; ;GNU通用公共许可证的更多细节。关键技术C语言编程:#类方法顶点矩阵保持根位置的参数顶点增强路径逆边
- 2022-04-30 16:36:38下载
- 积分:1
-
追赶法解求解方程组
追赶法解求解方程组-chased method for solving equations
- 2023-03-01 19:45:03下载
- 积分:1
-
基于C/S的复杂的多玩家棋盘游戏
基于C/S的复杂的多玩家棋盘游戏-based on C/S of the complex multi-player board game
- 2022-09-13 23:45:03下载
- 积分:1