-
multi
多维数组(二维以下和数组)在内存中也是按顺序存放的,因此也可以用这种方式传递。但是,如果要确切知道每个元素在数组中的位置,就应给出各维的最大索引值-multi-dimensional arrays (two-dimensional array and below) in memory is stored sequentially, so you can pass this way. However, if we know exactly each element in the array position, it should be given the largest peacekeeping index
- 2022-03-04 16:08:08下载
- 积分:1
-
常有的滤波算法,有需要的可以去
常有的滤波算法,有需要的可以去-Common filtering algorithm, there is need to go take a look!
- 2022-03-18 01:02:23下载
- 积分:1
-
tossim中dymo路由
nesc语言编写的dymo路由协议nesc语言,tinyos,dymo路由协议
- 2023-04-07 20:35:03下载
- 积分:1
-
二维稳态导热问题。设材料物性均为常数,均质无内热源。已知它的左边界是温度为T2的等温边界,其他三个边界均为温度为T1的等温边界。导热区域为边长L的正方形。...
二维稳态导热问题。设材料物性均为常数,均质无内热源。已知它的左边界是温度为T2的等温边界,其他三个边界均为温度为T1的等温边界。导热区域为边长L的正方形。-two-dimensional steady-state heat conduction problems. Based material properties are constant, no heterogeneity within the heat source. It is known to have a threefold T2 is the temperature of the isothermal boundary, the other three border are temperature T1 isothermal boundary. Regional conduction length L of the square.
- 2023-05-18 01:30:03下载
- 积分:1
-
二叉树的C语言实现
二叉树是每个结点最多有两个子树的有序树。二叉树常被用于实现二叉查找树和二叉堆。该代码对二叉树进行了C语言实现,实现平台为VC6.0。
- 2023-05-27 07:50:04下载
- 积分:1
-
C++ 异质链表
C++的异质链表,通过定义一个viod* pData的指针来指向任意一个数据类型或者数据类型,通过C++的多态性实现在一个链表中连接不同数据类型的node的效果.可以实现对list的insert,Delete,print的操作. 支持int,char,double,string四种数据类型.在每个node中记录这个节点的type,和相应数据类型的指针,并通过模板实现对不同数据类型的操作.
- 2022-02-06 04:54:28下载
- 积分:1
-
C语言求逆矩阵
C语言求逆矩阵 介绍一下算法导论上的一般的矩阵求拟算法思路。 假设要对矩阵A求逆,首先利用矩阵论知识,对A进行LUD分解。 利用分解出来的矩阵L,U,D来求解AB=I中的n个线性方程组,得到n个解向量,所有解向
- 2023-01-13 23:50:03下载
- 积分:1
-
实现多项式的因是分解
实现多项式的因是分解-polynomial is the result of decomposition
- 2023-02-17 17:50:04下载
- 积分:1
-
拉格朗日插值的MATLAB
MatLab的拉格朗日插值法-MatLab Lagrange interpolation
- 2022-03-03 04:31:00下载
- 积分:1
-
GNU的数值运算库,内容丰富!
GNU的数值运算库,内容丰富!-GNU numerical arithmetic library, a rich content!
- 2022-05-29 13:04:47下载
- 积分:1