-
A*算法解决图的搜索问题
可以在CodeBlocks或devc++上运行;可以将估价函数修改为曼哈顿距离,这样搜索的效率会提高;
- 2022-02-02 01:30:45下载
- 积分:1
-
96位大数运算实现
96位大数运算实现-96 big number operation realizes
- 2023-08-03 08:10:03下载
- 积分:1
-
对任意给定的二叉树(顶点数自定)建立它的二叉链表存贮结构,并利用栈的五种基本运算(置空栈、进栈、出栈、取栈顶元素、判栈空)实现二叉树的先序、中序、后序三种周游,
对任意给定的二叉树(顶点数自定)建立它的二叉链表存贮结构,并利用栈的五种基本运算(置空栈、进栈、出栈、取栈顶元素、判栈空)实现二叉树的先序、中序、后序三种周游,输出三种周游的结果。- To wilfully assigns two forks the tree (to go against points
from to decide) establishes it two to fork the chain table storage
structure, and (sets at spatial stack after the stack five kind of
fundamental operations, enters stack, sends out of the warehouse,
takes stack top element, sentences stack to be spatial) realizes two
forks the tree first the foreword, center the foreword, the foreword
three kinds travels around, outputs the result which three kinds
travels around.
- 2022-01-26 18:45:01下载
- 积分:1
-
GMP is a free library for arbitrary precision arithmetic, operating on signed in...
GMP是计算任意精度的数学库, 包括支持整数,有理数和浮点. GMP包括大量的接口函数.-GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. There is no practical limit to the precision except the ones implied by the available memory in the machine GMP runs on. GMP has a rich set of functions, and the functions have a regular interface.
- 2022-02-25 15:30:33下载
- 积分:1
-
双序输出二叉链表的例子
先用先序遍历输入这个二叉链表,用#代替先序遍历输入序列的空指针。然后就是递归。首先判断当前节点是不是为空,如果不为空则输出当前节点的数据,然后在递归调用当前节点的左孩子,然后再输出当前节点的数据,最后再调用当前节点的右孩子,就可以实现双序遍历二叉树了。
- 2022-03-25 05:01:50下载
- 积分:1
-
hmax模型C++/matlab混合编程
这是一个已经在我们的论文中所使用的标准代码。关于如何使用C / MATLAB HMAX源代码指令:下载的压缩包HMAX解压它:焦油-xvf hmax.tar这样做:MEX myRespC2new.c(这是MEX函数来计算C2激活)到MEX.c文件编译成.mex*或.dll的平台启动MATLAB键入主运行演示程序,它加载的图像(testImage.gray),并计算出它的C2反应(这是存储在c2Resp之后)。
- 2023-03-18 20:00:03下载
- 积分:1
-
常用的数学统计算法,希望大家喜欢
Calculate the approximation of the standard normal distributi...
常用的数学统计算法,希望大家喜欢
Calculate the approximation of the standard normal distribution
-commonly used mathematical statistical algorithm, hope you like Calculate the approximation of the stan DST normal distribution
- 2022-05-08 07:44:15下载
- 积分:1
-
Symbolic integration, notes in Chinese, we try, for reference to learn ~
符号积分法,有中文注释,大家试试,供参考学习~-Symbolic integration, notes in Chinese, we try, for reference to learn ~
- 2022-02-03 17:58:05下载
- 积分:1
-
人工蜂群算法
C Code of the ABC algorithm
- 2022-03-04 23:22:07下载
- 积分:1
-
链表数组堆栈
用于链表数组堆栈课程设计,作为一个模板以供使用。调试结果显示符合要求。
- 2023-03-21 07:10:03下载
- 积分:1