-
several interpolation commonly used numerical calculation method, the numerical...
几种常用的内插数值计算方法,对经常数值计算的人有帮助-several interpolation commonly used numerical calculation method, the numerical calculation of regular people to help
- 2022-01-26 06:57:54下载
- 积分:1
-
合成孔径雷达CS成像算法点目标仿真
利用MATLAB完成合成孔径雷达CS成像算法的点目标仿真。雷达成像算法较多,其中较为容易理解,且广泛应用于工程实践中的就是CS算法。本代码采用点目标仿真回波数据,并完整的完成了CS算法的每个步骤,非常适合大家学习。
- 2022-12-15 23:15:03下载
- 积分:1
-
这主要是针对试院的学生们设计的软件,我想对他们应该有很大的帮助....
这主要是针对试院的学生们设计的软件,我想对他们应该有很大的帮助.
-This is mainly hospital test against the students design software, I think they should be very helpful.
- 2022-05-21 01:03:02下载
- 积分:1
-
经典四则运算
资源描述经典四则运算,在学习c++的时候比较常见的问题,供大家参考。
- 2022-01-25 23:09:49下载
- 积分:1
-
使用基于K
使用基于K-L变换的特征选择方法,使原本4维的特征向量降至3维-KL transform based feature selection method, so that the original 4-dimensional feature vector is reduced to 3-dimensional
- 2022-08-17 16:24:35下载
- 积分:1
-
RFID定位
基于RFID的考勤系统设计的源代码,C代码,内容详细,包含考勤最基本的功能,对于初学者而言是很好的参考资料,值得参考。
- 2022-01-26 02:10:43下载
- 积分:1
-
一些常用的数学数值算法,用C语言编写即可。
一些常用的数学数值算法,用C语言编写即可。-some commonly used mathematical algorithm, using C language can be.
- 2022-07-21 09:27:00下载
- 积分:1
-
医学图像处理源代码
一个完整的可运行的医学图像处理软件源代码,
很全面的VC++程序,都是关于医学图像方面的.
包括配准和分割等功能-Can run a complete medical image processing
software source code, including features such as registration and
segmentation
- 2022-03-19 23:47:44下载
- 积分:1
-
最精简的C++队列, 覆盖各种方法
队列特性:先进先出(FIFO)——先进队列的元素先出队列。来源于我们生活中的队列(先排队的先办完事)。队列有下面几个操作:InitQueue() ——初始化队列EnQueue() ——进队列DeQueue() ——出队列IsQueueEmpty()——判断队列是否为空IsQueueFull() ——判断队列是否已满
- 2022-11-07 10:10:04下载
- 积分:1
-
design an O (n2) time algorithm to identify by the number n of the longest seque...
设计一个O(n*n)时间的算法,找出由n个数组成的序列的最长单调递增子序列--design an O (n2) time algorithm to identify by the number n of the longest sequence monotonically increasing sequences.
- 2022-03-01 13:31:38下载
- 积分:1