-
矩阵处理的C语言源程序,包含一些矩阵处理的程序.
矩阵处理的C语言源程序,包含一些矩阵处理的程序. -Matrix treatment of the C language source code, the matrix contains a number of treatment procedures.
- 2022-03-01 00:14:54下载
- 积分:1
-
二维数据PCA降维
随机产生含100个的随机数,得到原始的二维数据,接下来计算出数据的协方差矩阵,找到二维数据中的主方向,并对数据进行降维。
- 2022-05-16 03:23:29下载
- 积分:1
-
TI DSP DM642图像处理程序,
TI DSP DM642图像处理程序,---直方图均衡-TI DSP DM642 image processing procedures,--- histogram equalization
- 2022-12-17 16:25:03下载
- 积分:1
-
使用MFC的多项式计算完毕,很值得看,但也乐…
使用MFC完成多项式的计算,很值得一看,也是学习数据结构的好程序-use MFC polynomial complete the calculation, it is worth looking at, but also learn from the data structures the program
- 2023-07-15 23:15:08下载
- 积分:1
-
先序遍历非递归算法 #define maxsize 100 typedef struct { Bitree Elem[maxsize] int top }SqS...
先序遍历非递归算法 #define maxsize 100 typedef struct { Bitree Elem[maxsize] int top }SqStack void PreOrderUnrec(Bitree t) { SqStack s StackInit(s) p=t while (p!=null !StackEmpty(s-preorder non- recursive algorithm# define maxsize 100 typedef struct (Bitree Elem [maxsize]) int top SqStack void PreOrderUnrec (Bitree t) (SqStack s StackInit (s) p = t while (p! = Null! StackEmpty (s
- 2022-12-23 05:40:03下载
- 积分:1
-
徐士良算法集
fortran77的各种算法集锦,比如欧拉、高斯消元之类的,有详细方程及对应的算法程序,相当于子程序,可以直接调用
- 2022-09-29 12:15:05下载
- 积分:1
-
这是一个基于模拟退火算法的混沌神经网络模型
这是一个基于模拟退火算法的混沌神经网络模型-This is an algorithm based on simulated annealing chaotic neural network model
- 2022-05-08 16:51:59下载
- 积分:1
-
加法器,简单的加法计算器程序,用vb语言实现
加法器,简单的加法计算器程序,用vb语言实现-Adder, a simple addition calculator program using vb language implementation
- 2023-08-13 13:55:03下载
- 积分:1
-
A星算法实现
应用背景本程序对Astar算法进行了实现。是A星算法的一个例子,A星算法可以应用在机器人自定位导航的学习中,适合于刚开始接触这一块的同学们关键技术A*搜寻算法俗称A星算法。这是一种在图形平面上,有多个节点的路径,求出最低通过成本的算法。常用于游戏中的NPC的移动计算,或线上游戏的BOT的移动计算上。在游戏中,路径潜在地花费了许多存储空间,
特别是当路径很长并且有很多物体需要寻路时。路径压缩,导航点和beacons通过把多个步骤保存为一个较小数据从而减少了空间需求。Waypoints
rely on straight-line segments being common so that we have to store
only the endpoints, while beacons rely on there being well-known paths
calculated beforehand between specially marked places on the
map.如果路径仍然用了许多存储空间,可以限制路径长度,这就回到了经典的时间-空间折衷法:为了节省空间,信息可以被丢弃,稍后才重新计算它。
- 2023-05-30 19:40:03下载
- 积分:1
-
使用奇异值分解算法的prony算法
使用奇异值分解算法的prony算法-single value decomposition based prony algorithm-The use of singular value decomposition Prony algorithm algorithm-single value decomposition based prony algorithm
- 2022-01-24 15:48:30下载
- 积分:1