-
串口,网口数据传输接口
通过对串口和网口的封装,使其只调用一个接口,实例化自己的设备对象,就能够调用相应的读写操作,能够实现统一
- 2022-03-03 13:03:19下载
- 积分:1
-
计算方法c牛顿插值函数
计算方法c牛顿插值函数-calculation c Newton interpolation function
- 2022-02-12 05:09:10下载
- 积分:1
-
UWB信道建模
给出了UWB信道的s-V室内信道模型,并给出了基本的信道估计算法的调试,有利于接触信道估计算法的初级学着的学习研究
- 2023-05-09 10:15:03下载
- 积分:1
-
多实例学习代码
资源描述// MissSVM.h: interface for the MissSVM class.
//
//////////////////////////////////////////////////////////////////////
// Reference: Z.-H. Zhou and J.-M. Xu. On the relation between multi-
// instance learning and semi-supervised learning. In: Proceedings of
// the 24th International Conference on Machine Learning (ICML"07),
// Corvallis, OR, 2007.
//////////////////////////////////////////////////////////////////////
- 2022-03-24 13:09:34下载
- 积分:1
-
This is an improved Euler algorithm source code
这是改进的欧拉算法源码-This is an improved Euler algorithm source code
- 2022-02-01 18:12:29下载
- 积分:1
-
matrix eigenvalue of the largest power France. For engineering calculation, Matr...
矩阵的最大特征值的幂法.
对于工程计算而言,矩阵的特征值和特征向量都是相当重要和常见的数据,这里给出的幂法是一种常见的求解方法,用的是迭代的思想。
符号说明:
1A为待求的矩阵,
2Uk,Vk为迭代用的列向量。
3最后的最大特征值maxLamda由最后一次的max(Uk)-----求Uk中的绝对值最大的元素的绝对值.所决定。
而maxLamda所对应的特征向量由最后一次迭代的Vk所决定.
主要的想法就是先选一个不为0的初始向量U0!=0,然后按下面的式子迭代。
-matrix eigenvalue of the largest power France. For engineering calculation, Matrix eigenvalues and eigenvectors are very important and common data, here is the power law is a common solution, using the iterative thinking. Symbol : 1A of the question for the matrix, 2Uk, Vk iteration of the column vector. The final three largest eigenvalue maxLamda from last max (uk Hoffmann for the uk the largest absolute value of the absolute value of the element. by decision. While maxLamda corresponding eigenvectors from the last iteration of Vk decision. The main idea was first choice not one of the initial vector 0 U0! = 0, then by the following formula iteration.
- 2022-12-15 11:10:03下载
- 积分:1
-
#define MSGHEADER "MICROCALC
#define MSGHEADER "MICROCALC - A Turbo C Demonstration Program"
#define MSGKEYPRESS "Press any key to continue."
#define MSGCOMMAND "Press / for the list of commands"
#define MSGMEMORY "Memory Available:"
#define MSGERROR "ERROR"
#define MSGLOMEM "Not enough memory to allocate cell."-# define MSGHEADER "MICROCALC-A Turbo C De monstration Program "# define MSGKEYPRESS" Pr ess any key to continue. "# define MSGCOMMAND" P keypress/for the list of commands "# define MSGMEMO RY "Memory Available : "# define MSGERROR" ERROR "# define MSGLOMEM" N ot to allocate enough memory cell. "
- 2022-04-08 12:36:24下载
- 积分:1
-
二叉树的各种操作,实现插入,查找,删除等功能
二叉树的各种操作,实现插入,查找,删除等功能-binary tree operation, and achieve insert, search, delete function
- 2022-07-27 16:09:26下载
- 积分:1
-
八皇后问题的解法,非常好,请大家看一下,谢谢了
八皇后问题的解法,非常好,请大家看一下,谢谢了-8 Queen" s problem solution, very good, please look at, I would like to thank the
- 2022-01-28 01:59:41下载
- 积分:1
-
河内大厦实现步的运动,采用递归算法。
实现汉诺塔的移动步骤,
使用递归算法。-Tower of Hanoi realize the movement of steps, the use of recursive algorithm.
- 2022-07-20 06:45:22下载
- 积分:1