-
介绍JPEG的原理和实现,可以做为新手的基础教材使用,会有很大的启发!...
介绍JPEG的原理和实现,可以做为新手的基础教材使用,会有很大的启发!-JPEG introduced the theory and implementation can be used as the basis for teaching novice to use, there will be a great inspiration!
- 2022-02-16 06:24:44下载
- 积分:1
-
serial port
这个解释有点复杂和晦涩。我们的
- 2023-07-22 03:20:03下载
- 积分:1
-
存貨途程問題模式
純粹為存貨途程問題程式碼沒有使用任何演算法
- 2022-11-24 23:15:03下载
- 积分:1
-
用C语言来实现的,求解线性方程组,还可以实现解向量的一个程序。...
用C语言来实现的,求解线性方程组,还可以实现解向量的一个程序。-The decomposition realizes with the C language, solution system of linear equations, but also may realize the solution vector one procedure
- 2022-02-02 11:07:43下载
- 积分:1
-
另一种离散傅立叶变换程序
另一种离散傅立叶变换程序-a discrete Fourier transform procedures
- 2022-02-13 03:23:13下载
- 积分:1
-
利用KDD1999数据集进行K
利用KDD1999数据集进行K-means算法的实现-Mathimatics-Numerical algorithms
- 2022-02-04 02:05:42下载
- 积分:1
-
简单的队列的实现
简单的队列的实现-simple realization of the Queue
- 2022-09-01 20:15:03下载
- 积分:1
-
Arduino 网络电表开发源码
在Arduino上面烧写代码,可以获取用电量的各个参数,包括电压,电流,功率,用电量,需要传感器模块的支持。
- 2022-01-30 16:08:37下载
- 积分:1
-
计算飞船相对测站的位置矢量单位矢量在赤道坐标系中的三个分量...
计算飞船相对测站的位置矢量单位矢量在赤道坐标系中的三个分量-Calculation of the spacecraft relative position vector of the station unit vector in the equatorial coordinate system of the three subscales
- 2022-01-31 04:12:03下载
- 积分:1
-
高效内存的R树索引
应用背景
知名的空间索引R树,这个是基于内存的实现,160000个MBR的r树构建时间为4秒
里面包含插入结点,删除结点,和查询结点,支持动态的树结构维护。
关键技术
R树结点插入insert();
R树结点删除delete();
R树索引搜索search();
注意:在插入和删除的同时需要考虑根节点的分裂与替换。
- 2022-05-22 17:26:14下载
- 积分:1