资源列表
[数据结构常用算法] bintree_inorder_rec
说明:实现二叉树对称根周游的递归计算,按先根次序周游的顺序输入结点的信息,生成一个双链存储的二叉树的过程-Binary tree symmetric recursive computation of the root of traveling around the first root of the order of traveling around the order of input nodes, to generate a double<周陶> 在 2025-04-29 上传 | 大小:1kb | 下载:0
[matlab例程] 3-freedom-vehicle
说明:整车3个自由度基于拉格朗日方程的动力学仿真-Dynamics simulation of the vehicle three degrees of freedom based on the Lagrange equation<charlie> 在 2025-04-29 上传 | 大小:1kb | 下载:1
[数据结构常用算法] bellman-ford2
说明:用bellman ford算法求最短路径,并且输出最短路径的节点,输入有语言提示-Bellman ford algorithm for the shortest path and the output node of the shortest path, enter the language prompts<王薇> 在 2025-04-29 上传 | 大小:1kb | 下载:0
[matlab例程] Ccchhangdoph
说明:一种基于chan算法的tdoa定定位的gdop程序源码 -Given the positioning gdop program source code algorithm TDOA based chan<> 在 2025-04-29 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] max
说明:实验描述:给定X和Y都是n位整数,计算乘积XY。分治算法思想,将n位X和Y分成2段,每段n/2位。则X分为AB两段,Y分为CD两段。 有X=A*(10)^(n/2)+B,Y=C*(10)^(n/2)+D;XY=(A*(10)^(n/2)+B)(C*(10)^(n/2)+D)=AC*(10)^n+(AD+BC)*(10)^(n/2)+BD。 -Experiment: given X and Y are n-bit integers,<tianguochao> 在 2025-04-29 上传 | 大小:1kb | 下载:0
[matlab例程] read_ncdata
说明:matlab7.11b 读取netcdf格式文件-matlab7.11b read netcdf files<fanny zhang> 在 2025-04-29 上传 | 大小:1kb | 下载:0
[数值算法/人工智能] find_the_marble
说明:利用动态规划算法解决猜测弹珠位置的问题Alice and Bob are playing a game. This game is played with several identical pots and one marble.-Alice and Bob are playing a game. This game is played with several identical pots and one marble. When<曦馨> 在 2025-04-29 上传 | 大小:1kb | 下载:0
[数据结构常用算法] UserTreeMap
说明:读取一个txt文档,统计词数和词频,按照字母顺序进行排序-txt reader<咩> 在 2025-04-29 上传 | 大小:1kb | 下载:0