-
生成纹理特征图像
计算原始图像的几何纹理;将原始图像转化成他的纹理图像;该程序计算了14中不同的几何纹理;该程序可以方便的移植到其他程序中,独立于MFC;该程序面向的图像为大数据的遥感图像,用到了GDAL库。
- 2023-05-08 15:15:04下载
- 积分:1
-
最小集合算法
最小集合算法 采用类似贪婪算法 运行速度快
- 2022-03-09 21:21:36下载
- 积分:1
-
九维的卡尔曼滤波跟踪算法,包括xyz三方向和各方向的位置,速度,加速度。...
九维的卡尔曼滤波跟踪算法,包括xyz三方向和各方向的位置,速度,加速度。-Nine-dimensional Kalman filter tracking algorithm, including the three xyz direction and the location of the direction, velocity, acceleration.
- 2022-04-18 23:39:23下载
- 积分:1
-
好东西房贷首付但是是的房贷首付但是是对方的身份
好东西房贷首付但是是的房贷首付但是是对方的身份-rghfdhujty
- 2022-12-08 01:20:03下载
- 积分:1
-
MaxPQ 最大优先队列
/*************************************************************************
* Compilation: javac MaxPQ.java
* Execution: java MaxPQ < input.txt
*
* Generic max priority queue implementation with a binary heap.
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-11-04 04:15:02下载
- 积分:1
-
HMI人机界面控制步进电机
通过TFT显示平台如何对步进电机调速和控制转速 ** *彩屏中显示汉字、数字、字母、光标闪烁! ** **功能:1.可以设定转速和圈数
- 2022-06-21 00:32:11下载
- 积分:1
-
VC prepared using a multi
用VC编写的一个多功能图形界面计算器,不仅能实现简单的加减乘除,还能实现乘方,开方等算术。-VC prepared using a multi-functional graphical interface calculator, not only simple addition and subtraction, multiplication and division to achieve, but also the realization of involution, evolution, such as arithmetic.
- 2022-04-02 00:31:00下载
- 积分:1
-
使用的谱分析C语言代码
该代码用于进行谱分析,是用C语言描述的,很实用的一段代码,对此有需要求的可以看看
- 2022-07-16 16:57:58下载
- 积分:1
-
用VC实现解线性规划中的单纯形法问题.
用VC实现解线性规划中的单纯形法问题. -with VC solution of the linear programming problem simplex method.
- 2022-10-06 21:40:03下载
- 积分:1
-
dxf 读取
应用背景Build Instructions:
Make sure you have autoconf, swig, texinfo, python-dev, build-essential packages
or equivalent installed via your package manager.
cd libredwg
./autogen.sh && ./configure && make && sudo make install
cd ../dxflib
./configure && make && sudo make install
cd ..
Once the above dependencies have been built, edit /usr/local/include/dwg.h,
and rename the THICKNESS constant (or add _ to end). It conflicts with another
constant included in the converter, but is not used itself. After that, just
run "make".
That"s it!
关键技术GNU LibreDWG 是一个免费开源的 C 库用来处理 DWG 文件,这
- 2022-12-18 16:30:03下载
- 积分:1