-
这是计算几个数的运算,对初学者用户有用,简单解释了代码运算...
这是计算几个数的运算,对初学者用户有用,简单解释了代码运算-This is the calculation of a few number of operations useful for the beginner users, the simple explanation of the code computing
- 2022-03-01 15:11:24下载
- 积分:1
-
最短路径
带权有向图的最短路径的求解,包括狄克斯特拉算法;弗洛伊德算法;
- 2023-05-01 22:00:03下载
- 积分:1
-
北大ACM题目例程
详细的解答过程 程序实现 算法分析
北大ACM题目例程
详细的解答过程 程序实现 算法分析-ACM North Title routine procedures detailed answers to the process of realization of Algorithm Analysis
- 2022-11-13 17:25:04下载
- 积分:1
-
粒子滤波入门程序
粒子滤波的入门程序,一维的粒子滤波算法,误差为定值,含有丰富的注释,适合新手入门
- 2023-04-10 22:35:04下载
- 积分:1
-
视频读取程序
应用背景基于openCV的视频读入程序。CvCapture 是一个结构体,用来保存图像捕获所需要的信息。
opencv 提供两种方式从外部捕获图像,一种是从摄像头中,一种是通过解码视频得到图像。两种方式 都必须从第一帧开始一帧一帧的按顺序获取,因此每获取一帧后都要保存相应的状态和参数。比如从视频文件中获取,需要保存视频文件的文件名,相应的解码器类型,下一次如果要获取将需要解码哪一帧等。这些信息都保存在CvCapture 结构中,每获取一帧后,这些信息都将被更新,获取下一帧需要将新信息 传给获取的API 接关键技术基于基于openCV的视频读入程序。可用于视频拼接、视频压缩等等。
- 2022-04-18 06:13:21下载
- 积分:1
-
a matrix multiplication code in C Language
一个矩阵相乘的c语言代码-a matrix multiplication code in C Language
- 2022-04-19 17:23:06下载
- 积分:1
-
排序算法以及评估
排序算法以及评估-algorithm and the assessment
- 2022-07-12 05:12:26下载
- 积分: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
-
本文件包包括复数的常用运算
本文件包包括复数的常用运算- This document pocket includes the plural number commonly used
to operate
- 2023-04-15 14:55:04下载
- 积分:1
-
ACM contest the results calculation method they used C series, containing test d...
ACM比赛的成绩计算方法,自己用C编的,内附测试数据-ACM contest the results calculation method they used C series, containing test data
- 2022-02-15 04:25:16下载
- 积分:1