-
基于C的贪吃蛇
基于C的贪吃蛇小游戏初始化蛇的图形后,用死循环使游戏进行,每次循环都检测键盘输入,如果有输入,则根据键盘的有效输入和to()改变蛇的下一步方向,否则让蛇以当前方向移动,每次移动需要使用showsnack()函数重新画出蛇,并判断游戏是否结束,还要循环更新时间、分数等信息,当函数返回0时,游戏程序退出。
- 2022-04-29 13:06:30下载
- 积分:1
-
最小二乘法计算程序
最小二乘法计算程序-least squares method procedures
- 2022-01-26 01:31:06下载
- 积分:1
-
对数回归方程logarithmregress.cs方程模型y = * LN…
对数回归方程 LogarithmRegress.cs
方程模型为 Y=a*LnX+b
public override double[] buildFormula()
得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。
public override double forecast(double x)
预测函数,根据模型得到预测结果。
public override double computeR2()
计算相关系数(决定系数),系数越接近1,数据越满足该模型。
-Logarithmic regression equation LogarithmRegress.cs equation model for Y = a* LnX+ Bpublic 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 () calculated the correlation coefficient (determination coefficient), coefficient of the closer one, the data satisfy the model more.
- 2022-08-31 23:15:03下载
- 积分:1
-
Paris《Face Detection Toolbox》(脸部识别工具箱)
应用背景在当今社会信息安全问题备受人们关注。自身安全和个人隐私保护成为这个时代的热门话题。基于密码、个人识别码和钥匙等传统的安全措施已不能完全满足社会要求。在这样一个背景下,人们把目光投向了生物特征识别技术 —— 利用人体固有的生理特征或行为特征来进行身份的鉴别或确认。关键技术
面部识别又称人脸识别、面像识别、面容识别等等,面部识别使用通用的摄像机作为识别信息获取装置。以非接触的方式获取识别对象的面部图像,计算机系统在获取图像后与数据库图像进行比对后完成识别过程。面部识别是基于生物特征的识别方式 ,与 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-25 10:52:26下载
- 积分:1
-
竞争性市场均衡
Competitive Market Equilibrium
for Overlay Cognitive Radio
- 2022-04-10 20:44:46下载
- 积分:1
-
petriNet model
petriNet model
- 2022-02-13 21:02:05下载
- 积分:1
-
这个是蒙特卡罗方法的讲义 ,主要内容为蒙特卡罗方法的产生方法和用途...
这个是蒙特卡罗方法的讲义 ,主要内容为蒙特卡罗方法的产生方法和用途-the Monte Carlo method is the lectures, mainly as the Monte Carlo method uses methods and
- 2022-10-10 18:15:03下载
- 积分:1
-
银行服务系统模拟
某银行提供10个服务窗口(7个对私服务窗口,3个对公服务窗口)和100个供顾客等待的座位。顾客到达银行时,若有空座位,则到取号机上领取一个号,等待叫号。取号机每次仅允许一位顾客使用,有对公和对私两类号,每位顾客只能选取其中一个。当营业员空闲时,通过叫号选取一位顾客,并为其服务。
- 2023-08-18 11:40:04下载
- 积分:1
-
人工智能作业,用模拟退火算法实现的JSP问题。
人工智能作业,用模拟退火算法实现的JSP问题。-Artificial intelligence, operations, using simulated annealing algorithm for JSP problem.
- 2022-09-30 06:50:03下载
- 积分:1
-
development of the zinc flow calculation procedures, the least
开发的锌流量计算程序,用到了最小二乘法,具体参数的设定需要根据具体的容器来定-development of the zinc flow calculation procedures, the least-squares method used, the specific set of parameters according to the concrete containers to determine
- 2022-09-12 07:35:03下载
- 积分:1