-
matlab车辆检测编程
运动目标检测与跟踪,包括目标定位,匹配与跟踪c++亲测可以使用,谢谢支持。
- 2022-02-25 00:07:10下载
- 积分:1
-
通讯管理系统
资源描述这是一个课设乃荣,进攻参考固定卡萨感觉到刚打的金额我还就分手快乐哈发奖励和53a463413.111阿斯顿拉进来的话开量较大劳动力懒得理去哪里弄好多了买了纳兰的理念了
- 2022-06-26 14:36:55下载
- 积分:1
-
GN算法java实现
这是一个经典的社团划分,采用GN算法思想,
基本上是从昨天开始吧,着手复杂网络的GN算法,整个过程包括从GML文件中提取邻接矩阵数据,GN算法的实现,模块度的计算。
(1)GML文件的读取。做GN的时候首次知道GML(Graph Model Language),GML (Graph Modelling
Language): There are many different programs that work with graphs but almost
all of them use their own file format. As a consequence, exchanging graphs
between different programs is almost impossible. Simple tasks like exchange of
data, externally reproducible results or a common benchmark suite are much
harder than neccessary.
Therefore, we have developed a new file format for
the Graphlet system: GML. GML supports attaching arbitrary information to
graphs, nodes and edges, and is therefore able to emulate almost every other
format.
从上面的英文中我们可以知道,GML是一种文件格式,试图统一大家对图结构的表达形式。这样,会很方便大家的交互,比如程序的利用。我们主要工作是从GM
- 2022-02-20 11:14:43下载
- 积分:1
-
主要是应用VC进行傅立叶变换和反变换的程序,主要采用快速傅立叶方法,因为傅立叶变换的时间很长。...
主要是应用VC进行傅立叶变换和反变换的程序,主要采用快速傅立叶方法,因为傅立叶变换的时间很长。-VC primarily used for Fourier transform and inverse transform process, the main use of fast Fourier methods, because the Fourier transform of the time very long.
- 2023-05-09 05:30:03下载
- 积分:1
-
gps经纬度坐标转换为地心坐标的源代码!
gps经纬度坐标转换为地心坐标的源代码!-gps latitude and longitude coordinates converted to geocentric coordinates of the source code!
- 2023-07-25 02:50:04下载
- 积分:1
-
八数码问题的问题
八数码问题的问题-the question of
- 2022-02-10 04:03:56下载
- 积分:1
-
数值分析相关问题代码,数据拟合
利用数值分析方法进行数据拟合#include
#include
#include
void main()
{
int i;
float a[3];
float x[16];
float y[16];
void Approx(float[],float[],int,int,float[]);
Approx(x,y,16,2,a);
for(i=0;i
- 2022-03-25 20:23:44下载
- 积分:1
-
8*8*8光立方制作 源码加PCB
8*8*8光立方制作,包括源码加PCB,pcb由protel布局布线完成,可直接使用,程序作者亲测可用,而且附带光立方制作资料
- 2022-05-09 04:36:03下载
- 积分:1
-
vc写的SSE2优化离散余弦变换
vc写的SSE2优化离散余弦变换-vc write SSE2 optimization Discrete Cosine Transform
- 2022-01-24 14:10:06下载
- 积分:1
-
基于VC的FFT算法
资源描述
Design
a program to implement the 1-D FFT algorithm.
Input:
a vector. Get the testing data in file ‘Project_2_test’.
Output:
a vector, which is the discrete Fourier transform of the input.
For
example:
Input:
3 8 10 12
Output:
33.0000+0.0000i -7.0000+4.0000i -7.0000+0.0000i -7.0000-4.0000i
Requirements:
- 2023-07-23 23:40:04下载
- 积分:1