-
包括两个源,wavelet1d维多利亚是小波变换;wavelet2d。是..
包含两个源码,Wavelet1D是一维小波变换;Wavelet2D,是二维小波变换。可直观的显示小波算法的演示效果。-includes two source, Wavelet1D Victoria is a wavelet transform; Wavelet2D. is a two-dimensional wavelet transform. Visual display may wavelet algorithm demonstration effect.
- 2023-03-31 11:20:04下载
- 积分:1
-
四轴源码以及原理图
小四轴的源码以及原理图 #include "led.h"#include "delay.h"#include "sys.h"#include "key.h"#include "usart.h"#include "exti.h"#include "wdg.h"#include "timer.h"#include "pwm.h"#include "lcd.h"#include "MPU6050.h"#include "lsm330.h"u8 SPI1_Buffer_Rx1[6]="432423";s16 SPI1_Buffer_Rx[30];u8 k = 0;void SPI_Configuration(){ SPI_InitTypeDef SPI_InitStructure; /* SPI1 Config -------------------------------------------------------------*/ SPI_InitStructure.SPI_Direction = SPI_Direction_2Lines_FullDuplex; SPI_InitStructure.SPI_Mode = SPI_Mode_Master; SPI_InitStructure.SPI_DataSize = SPI_DataSize_8b; SPI_InitStructure.SPI_CPOL = SPI_CPOL_High; SPI_
- 2023-03-12 15:55:03下载
- 积分:1
-
an example of artificial life, flies in 3D simulation space flight
一个人工生命的例子,模拟苍蝇在三维空间内飞行-an example of artificial life, flies in 3D simulation space flight
- 2022-02-02 22:18:34下载
- 积分:1
-
很好的c++显示程序
应用背景This program may crash your system or run poorly depending on your
hardware. The program and code contained in this archive was scanned
for virii and has passed all test before it was put online. If you
use this code in project of your own, send a shout out to the author!关键技术一种3D模型文件格式STL(STereo Lithography的缩写) STL文件格式是由3D SYSTEMS 公司于1988 年制定的一个接口协议,是一种为快速原型制造技术服务的三维图形文件格式。STL 文件由多个三角形面片的定义组成,每个三角形面片的定义包括三角形各个定点的三维坐标及三角形面片的法矢量。三角形顶点的排列顺序遵循右手法则
- 2022-04-11 05:36:25下载
- 积分:1
-
求有向网最短路径
求有向网最短路径-are seeking the shortest path to the net
- 2022-01-22 05:21:03下载
- 积分:1
-
标准语法工具包
Standard Grammar Toolkit
- 2022-05-26 18:09:29下载
- 积分:1
-
八皇后-N皇后的多种算法
里面有循环法和嵌套法。试着算到了二十几皇后。上学时候写的东西~拿出来分享下
- 2022-02-10 08:31:05下载
- 积分:1
-
决策树算法的实现。对于初学算法的人有一定的帮助。
决策树算法的实现。对于初学算法的人有一定的帮助。-Decision tree algorithm. Algorithm for beginners who have some help.
- 2022-02-15 19:48:00下载
- 积分:1
-
压缩感知MATLAB代码
从压缩感知入手,阐述了基于压缩感知的三维物体成像方法和数学模型。用不同的测量矩阵和稀疏矩阵对不同特性的目标进行测量和重构,对不同的测量矩阵和稀疏矩阵进行分析,目标的特性不同,最佳的测量矩阵和稀疏矩阵也不尽相同,本文通过实验仿真对实验结果进行了分析,并且得出了测量次数与重构精度之间的关系,深度区间与测量次数之间的关系。
- 2023-01-22 06:00:03下载
- 积分:1
-
fortran90 procedures, the use of Runge
fortran90程序,运用Runge-Kutta法数值求解常微分方程的程序,非常适用,包括源代码、一个算例和输出程序-fortran90 procedures, the use of Runge-Kutta method for numerical solution of ordinary differential equations of the process, is very applicable, including source code, a numerical example and output procedures
- 2022-06-21 02:50:43下载
- 积分:1