-
四轴源码以及原理图
小四轴的源码以及原理图 #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
-
椭圆曲线插补算法研究
基于数控系统脉冲增量插补和时间分割插补的不加工椭圆曲线提供了有益的参考方案。椭圆曲线插补算法研究
- 2022-02-09 15:10:55下载
- 积分:1
-
红外的万能遥控
原创的智能家居用的红外遥控器,能对遥控器的脉冲信号进行学习并刻录,做到遥控按键的集成化
- 2023-09-02 07:50:03下载
- 积分:1
-
全选主元高斯消去法agaus.c
全选主元高斯消去法agaus.c--返回零表示原方程组的系数矩阵奇异,返回的标志值不为零,则表示正常返回。-entire election PCA Gaussian Elimination agaus.c--return to the original equation is expressed by the coefficient matrix, a sign of the return value is not zero, then returned to normal.
- 2023-04-20 17:05:03下载
- 积分:1
-
说明:本程序用于矩形截面偏心受压构件对称配筋的设计和复核以及不对称配筋的复核。本程序有文件支持,但无需建立数据文件,请按屏幕提示输入数据,并注意单位。本程序可在...
说明:本程序用于矩形截面偏心受压构件对称配筋的设计和复核以及不对称配筋的复核。本程序有文件支持,但无需建立数据文件,请按屏幕提示输入数据,并注意单位。本程序可在此文件同目录上自动生成下列文件:设计数据文件“design.dat”,设计结果文件“design.out”;复核数据文件“verify.dat”,复核结果文件“verify.out”。-Note : This procedure for the eccentric rectangular reinforced symmetrical compression in the design and review and reinforcement of asymmetric review. This procedure document support, but without the establishment of data files, suggested by the data entry screen, and the attention of units. The procedures in this document may be the same directory automatically generate the following documents : design data files "design.dat", the outcome document design "design.out"; Review of data files "verify.dat" review of the outcome document "verify.out."
- 2022-06-11 16:41:16下载
- 积分:1
-
灰色预测模型matlab程序
灰色模型预测是在数据不呈现一定规律下可以采取的一种建模和预测方法,其预测数据与原始数据存在一定的规律相似性,下面程序是灰色模型GM(1,1)程序二次拟合和等维新陈代谢改进预测程序, 程序能够运行出正确的结果,希望对各位有帮助。
- 2023-03-12 21:30:04下载
- 积分:1
-
数码管静态显示
#include#define uchar unsigned char#define uint unsigned intsbit dula=P2^6;sbit wela=P2^7;uchar num;uchar code table[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f,0x77,0x7c,0x39,0x5e,0x79,0x71};void delay(uint);void main(){
- 2023-06-14 07:15:04下载
- 积分:1
-
Search Wizard for IIS
资源描述代码名称: Search Wizard for IIS
添加日期: 2000-11-3 所属分类: ASP代码>索引搜索
总下载次数: 681 文件大小: 21KB
适用环境: Unix/WINNT 评定级别:
上传者: roland 下载地址: 按此下载
代码效果演示: 暂无
详细介绍: 专门为搜索站内文件而设计的搜索引擎,输入关键字和其他查询条件便可实现查询功能!没有用数据库。
- 2022-01-24 17:06:59下载
- 积分:1
-
基于小波变换的圆形 Hough 变换的蓄能器图像计算
此代码计算的蓄能器图像基于小波变换的圆形 Hough 变换,给定一个的半径。
- 2022-01-25 18:20:14下载
- 积分:1
-
非常快的行人检测
快速人眼检测,c++源码,研究行人检测算法的,应该有帮助。好像国外的人做的。也可以再网上找到他们的地址。看看是否有用。一起学习交流。
- 2022-05-14 10:57:55下载
- 积分:1