-
分形尘
此代码是为了解释一些用分形递归回溯等相关概念,及其他。代码的注释。首先,你应该阅读PDF二看简单的例子教程,直到你完全了解他们最后,粉尘分形源代码。代码本身可以产生8种不同的图形。所以,尝试它的乐趣,我真的想让它很简单。
- 2022-05-12 16:29:20下载
- 积分:1
-
好玩的游戏,经典的游戏终于成功了
应用背景你玩儿过扫雷游戏吧?Windows操作系统中带了这个小游戏,那个系统叫什么来着?在游戏中要想过关,就必须要在一个 NxM 的区域上找出所有的地雷。游戏过程中,计算机会在地图上显示一些数字从而帮助你确定哪里有地雷。关键技术Have you ever played the game? Windows operating system with this little game, the system called what? In the game to pass, it is necessary to find out all the mines in a NxM area. In the process of the game, the computer will show some numbers on the map to help you identify where you are.
- 2022-03-26 14:34:01下载
- 积分:1
-
这是一个关于模拟退火c c++的算法程序,内有详细解释,希望对大家有所帮助...
这是一个关于模拟退火c c++的算法程序,内有详细解释,希望对大家有所帮助-This is a study on simulated annealing c c++ Algorithm procedure, which has a detailed explanation, and they hope to help everyone
- 2022-03-24 16:00:04下载
- 积分:1
-
MOGWO(灰狼算法)
MOGWO是外国教授写的,不是国内的狼群算法,本文的灰狼算法采用矩阵形式来更新灰狼算法,结果非常不错,建议大家下载看看,非常好,可以用于各种网络的优化及预测。MOGWO是外国教授写的,不是国内的狼群算法,本文的灰狼算法采用矩阵形式来更新灰狼算法,结果非常不错,建议大家下载看看,非常好,可以用于各种网络的优化及预测。MOGWO是外国教授写的,不是国内的狼群算法,本文的灰狼算法采用矩阵形式来更新灰狼算法,结果非常不错,建议大家下载看看,非常好,可以用于各种网络的优化及预测。
- 2022-08-16 05:21:57下载
- 积分: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-02-26 02:05:02下载
- 积分:1
-
c/c++ 二叉树遍历先序中序 后序层次遍历算法
c/c++ 二叉树遍历先序中序 后序层次遍历算法 包括递归和对应的非递归算法,建立二叉搜索树,层次输出二叉搜索树。
- 2022-05-30 05:45:26下载
- 积分:1
-
Recteneald on a numerical calculation of all source and courseware
Recteneald数值计算一书的所有源码和课件-Recteneald on a numerical calculation of all source and courseware
- 2022-02-26 20:19:33下载
- 积分:1
-
在 ns2 的数据包丢弃
你好朋友,在这里我给 awk 语言用来找出包丢失,追溯 ns2 仿真中的详细信息代码
- 2022-03-13 10:12:16下载
- 积分:1
-
文本文件字符降维 pca
应用背景
合理使用降维方式降低时间消耗
,, , , , , , , , ,, , , , , ,, , , , ,, ,,,, . ,.,.. kl lk l , l kk sfjsfjwu skfjkjweifafuhfifqvyegjjkfjjkxcbvznv,a,
关键技术
pca
sjfksjfljijwlj2pjjqiwj12292887shkjfsjkfnvmnzkjjfkjkjakjgaga das aasf a fafgdgerfvbcbn,mm.m..
- 2022-03-24 21:21:03下载
- 积分:1
-
素数环: 把从1到10这10个数摆成一个环,要求相邻的两个数的和是一个素数。 〖问题分析〗 这是一道回溯的题目。从1开始,每个空位有9种可能,每种可能加入约束...
素数环: 把从1到10这10个数摆成一个环,要求相邻的两个数的和是一个素数。 〖问题分析〗 这是一道回溯的题目。从1开始,每个空位有9种可能,每种可能加入约束条件即可
1.与前面所有的数不重复
2.与前一个数和为素数(最后一个和第一个也要满足)。 〖算法流程〗 1、数据初始化; 2、递归填数: 判断第J种可能是否合法; A、如果合法:填数;判断是否到达目标(10个已填完): 是,打印结果;不是,递归填下一个; B、如果不合法:选择下一种可能;-Prime Central: 1-10 from 10 the number of put this into a ring, asked the two adjacent numbers and is a prime number. 〗 〖Analysis is a retrospective this topic. From 1 year, 9 out of every space possible, each may be bound by the conditions of accession to 1. And in front of all the number of non-repetition, 2. With a few and for a prime number (the last and the first to meet). 1〗 〖algorithm processes the data to initialize 2, fill in the number of recursion: first to determine the legality of J possible A, if the legitimate: the number of Reclamation to determine whether the target (10 have been completed): Yes, print the results of not, fill in the next recursive B, if not legitimate: a possible alternative
- 2022-03-13 12:39:07下载
- 积分:1