-
简单的用Vt码做的贪吃蛇小游戏
这是用C语言编写的简单的用Vt码做的贪吃蛇小游戏,游戏主要是在终端界面玩,未完尚待完善,望各位大神多提宝贵意见
- 2022-08-22 21:30:49下载
- 积分:1
-
扩展目标跟踪算法
这是一个扩展目标跟踪算法,它利用GM-PHD对单个,多个扩展目标进行跟踪,利用PHD滤波得到的目标位置以及目标数目都非常准确。
- 2022-10-12 21:55:03下载
- 积分:1
-
链表的快速排序法
链表的快速排序法-List`s quick sort
- 2022-03-07 17:41:24下载
- 积分:1
-
Modern C++ Design 一书中实现的程序库,全面体现Policy Based Programming 的灵活,提供了诸多设计模式何smart poi...
Modern C++ Design 一书中实现的程序库,全面体现Policy Based Programming 的灵活,提供了诸多设计模式何smart pointer的灵活实现,强烈推荐!--The program library which has been realized in the book >, it embodies the flexibility of Policy Based Programming, and provides the realisation of various design models of the smart pointer, it`s recommended strongly!
- 2022-01-26 00:25:01下载
- 积分:1
-
On the procedure for matrix rank, using Gauss
关于求矩阵秩的程序,用高斯―约当消元法实现-On the procedure for matrix rank, using Gauss- Jordan elimination method to achieve
- 2023-05-04 20:15:02下载
- 积分:1
-
spline interpolation algorithm, and drawing comparison.
插值样条的算法,并作图比较。-spline interpolation algorithm, and drawing comparison.
- 2022-03-02 09:04:51下载
- 积分:1
-
二叉树算法实现
/*
二叉树搜索, 前序: 中左右; 中序: 左中右; 后序: 左右中
A(4)
+-------+-------+
B(2) C(9)
+--+--+ +-----+-----+
D(1) E(3) F(5)
+--+--+
&
- 2022-04-22 08:49:28下载
- 积分:1
-
小波
基于C语言的小波处理,包含有滤波、复原、融合等C语言源代码。-Wavelet-based C language processing, includes filtering, recovery, integration, such as C language source code.
- 2022-08-02 13:28:24下载
- 积分:1
-
点云的配准icp算法
icp算法源代码,主要用于点云拼合,是基于matlab上编写的,实现两个点云数据的对准
- 2023-07-20 23:15:04下载
- 积分:1
-
流形学习的源代码
流形学习的源代码,ISOMAP和LLE方法来实现。
- 2022-02-03 15:17:00下载
- 积分:1