-
中国象棋源代码
中国象棋源代码,使用Visual c++编写,对喜欢象棋的朋友,可以研究一下算法,具有很好的参考价值~
- 2022-06-03 11:54:15下载
- 积分:1
-
一维非稳态导热扩散方程计算程序-C语言
求解一维非稳态导热扩散方程的C语言程序,分别考虑三种不同边界条件,采用TDMA算法求解三对角矩阵-Calculation of heat transfer analysis one-dimensional diffusion equation
- 2022-02-04 07:49:44下载
- 积分:1
-
常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与
常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。-Commonly used algorithm of C procedures. Include polynomial terms, complex computation, random number generation, matrix operations, matrix eigenvalue and eigenvector calculations, linear algebra equations, nonlinear equations with the equations, interpolation and approximation, numerical integration, solving ordinary differential equations, data processing, for solving extremum problems, mathematical transformation and filtering, the calculation of special functions, sorting and search.
- 2022-03-12 05:56:16下载
- 积分:1
-
检测C++正切变换的代码
该功能主要是用来测试正切函数并计算正切值,以得出正切函数的参数是以弧度制形式!
- 2022-02-07 01:28:22下载
- 积分:1
-
本文较全面的介绍了kalman滤波器的基本原理,并用几个例子做了介绍,给出了源码...
本文较全面的介绍了kalman滤波器的基本原理,并用几个例子做了介绍,给出了源码-In this paper, a more comprehensive introduction of the basic principles of kalman filter and used to do a few examples of the introduction given source
- 2022-03-26 16:54:58下载
- 积分:1
-
Enigma密码算法实现的清晰的语言原则…
密码学中 enigma算法的 c语言实现
原理清晰-Enigma cryptography algorithm implementation of the principles of clear language c
- 2022-08-03 13:35:20下载
- 积分:1
-
计算器 WINDOWS MFC的计算器 加减乘除都可以,还可以开方
计算器 WINDOWS MFC的计算器 加减乘除都可以,还可以开方-calculators WINDOWS MFC arithmetic calculators can also be prescribing
- 2022-11-22 00:40:03下载
- 积分:1
-
考试系统
考试系统,选择题。用Java实现的多层BP神经网络,用于颜色和字符识别javaForManyLayerBp.z - 用Java实现的多层BP神经网络,用于颜色和字符识别-using Java multi-storey BP neural network, for the color and character recognition标签:Java, AI-NN-PR 评论:0条 添加评论基于web的动物识别系统,开发环境为Eclipse+Tomcat+MySQL。animal.rar - 基于web的动物识别系统,开发环境为Eclipse+Tomcat+MySQL。-Web-based animal identification system development environment for Eclipse+ Tomcat+ MySQL
- 2022-02-25 23:04:48下载
- 积分:1
-
edma3456wewewawe
fxhgggggggggggggggggggggggggggggggggggfxtsrtsdystrrrrrrrrrrrrrrydgfbdvffdfdfgfgfgfgfhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
- 2022-12-18 15:45:03下载
- 积分:1
-
生活 2D 细胞自动机的游戏
基于生命 Conway´s 游戏与案文和葡萄牙文中的注释的 2D 细胞自动机一个 c + + 实现。
元胞自动机是什么?
元胞自动机是人工智能的一个字段。元胞自动机是上一个单元格的矩阵算法的实现。这是 2D 细胞自动机,因为在列中排列的单元格和行。有一个基本的规则,确定单元格的状态。由状态我的意思是上或下一个单元格的条件。在我执行黑的颜色是红色的而白已关闭。
你的 "规则" 是什么意思?
由规则,我的意思是: 应用于每个单元格,以确定其当前状态的一个基本条件。当前状态被受本身的前一状态和/或其邻居的前一状态。
你的邻居是什么意思?
在 2D、 每个单元格四周 8 其他单元格。看看在一个电子表格应用程序中的任何单元格和计数周围特定单元格的单元格数目。你会发现它是 8。
同样,邻国 1 D 中的数是 2 和 3d 是 26。
编号从 0 的单元格的邻国的图形表示。这是正在使用的这种实现公
- 2022-10-02 02:55:03下载
- 积分:1