-
算法分叉的discraete系统
算法分叉的discraete系统,它可以用来计算分岔和lypunov expnontes动态系统
- 2022-01-22 00:32:12下载
- 积分:1
-
筛法,找到了古代所有素数的算法…
the Sieve of Eratosthenes,ancient algorithm for finding all prime numbers up to a specified integer
- 2022-10-30 23:35:02下载
- 积分:1
-
平衡二叉树 代码
这份代码是一份包含了平衡二叉树主要功能模块的代码,包括平衡二叉树的建立、查找、删除等功能,对二叉树的操作:LL,RR,LR,RL旋转有详细的介绍和注释,是理解平衡二叉树的好材料。
- 2022-03-01 08:03:21下载
- 积分:1
-
音乐播放器
使用控件实现音乐播放器,有打开文件,下一曲,暂停,保存音乐目录,调节音量i,每次保存的音乐目录在再次打开时还可以加载在播放列表中,同时,实现播放列表的隐藏与打开。
- 2022-02-06 00:27:28下载
- 积分:1
-
I have written eight issues of a variety of Queen' s random algorithm: includ...
自己编写的八皇后问题的各种随机算法:包括了随机算法,回溯法,随机+回溯求解八皇后-I have written eight issues of a variety of Queen" s random algorithm: including a random algorithm, backtracking random+ back to solve the eight Queen" s
- 2023-08-24 07:15:03下载
- 积分:1
-
蛙跳差分方法,精华分(ˇˍ ˇ) 想~
蛙跳差分方法,精华分(ˇˍ ˇ) 想~...
蛙跳差分方法,精华分(ˇˍ ˇ) 想~
蛙跳差分方法,精华分(ˇˍ ˇ) 想~-leap forg
- 2023-09-08 20:35:03下载
- 积分:1
-
改进的带记忆的模拟退火算法求解TSP问题
资源描述采用多普勒型降温曲线,在传统算法的基础上添加了记忆功能,可测试中国31/64/144以及att48城市的数据,也可自行输入数据进行测试,测试结果基本达到当前最优水平,测试请运行duoci.m文件
- 2022-11-17 21:00:03下载
- 积分:1
-
矩阵相乘(C实现)
将矩阵视为一维数组,利用struct来存储指向矩阵内容的指针、行数和列数,并且给予内存空间回收机制,即便是做了很多次矩阵相乘也不会导致内存浪费。
如果有必要最大限度的提高运算速率,请将循环自变量调整为register
- 2022-12-10 00:15:03下载
- 积分:1
-
提供了PID控制的程序框图,可根据实际需要进行修改。
提供了PID控制的程序框图,可根据实际需要进行修改。-provide PID control of the process diagram, can be based on actual need to be modified.
- 2022-02-03 08:43:12下载
- 积分:1
-
k-means 算法的工作过程说明如下:首先从n个数据对象任意选择 k 个对象作为初始聚类中心;而对于所剩下其它对象,则根据它们与这些聚类中心的相似度(距离),分别将它们分配给与其最相似的(聚类中心所代表的)聚类;然后再计算每个所获新聚类的聚类中心(该聚类中所有对象的均值);不断重复这一过程直到标准测度函数开始收敛为止。-k-means algorithm process as follows: First of all, the object data from the n choose k object as initial cluster centers and the remaining for the other object, then according to their cluster center with those of the similarity (distance) respectively assigned to them with the most similar (represented by cluster center) clustering obtained and then calculated for each new cluster center clustering (all objects in the cluster mean) repeated this process until the standard measure of function until the beginning of convergence.
- 2023-07-14 07:15:02下载
- 积分:1