-
AD9833 STM32
使用STM32驱动AD9833,亲测好用(Use STM32 to drive AD9833)
- 2021-05-12 20:30:02下载
- 积分:1
-
接口与 Modbus 和 XMega HMI
Modbus HMI 操作员能够读取报警民意测验和地位至关重要从他们 Modbus 系统报告。它是现在广泛用于连接多种类型的工业电子设备对不同类型的网络连接。它通常用于远程监视和控制设备,数据收集,例如在一个 SCADA 应用程序时。发出命令,并使流程自动化,还可以使用 modbus 协议。它是 Modbus HMI 的 XMega 代码。
- 2022-03-21 05:39:18下载
- 积分:1
-
Variable_structure_control
在matlab下进行滑模变结构控制仿真系统的研究。希望对研究控制的同志有帮助。本人做论文时写的(Matlab under the sliding mode variable structure control simulation system. I hope the study will help control comrades. I used to do paper)
- 2009-04-25 22:48:18下载
- 积分:1
-
GLRect
Opengl编程实现画矩形,且矩形位置大小可以随窗口位置大小变化做相应变化(Opengl programming draw a rectangle, and the rectangle position size can change with the window size changes accordingly)
- 2015-11-24 13:43:30下载
- 积分:1
-
PIC CCP例
#include
#define uchar unsigned char
#define uint unsigned int
__CONFIG(0x3B31);
uint CCPDE;
const uchar table[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
void delay(uint x)
{
uint j,i;
for(i=x;i>0;i--)
for(j=110;j>0;j--);
}
uchar temp;
void init();
void display();
void xianshi(uchar num1,uchar num2,uchar num3,uchar num4);
void main()
{
uchar a1=0,a2=0,a3=0,a4=0;
init();
while(1)
{
a1=CCPDE/1000;
a2=CCPDE%1000/100;
a3=CCPDE%100/10;
a4=CCPDE%10;
xianshi(a4,a3,a2,a1);
}
}
void init()
{
TRISB=0X00;
PORTB=0x06;
TRISC=0x0f;
CCP1IE=1;
T1CON=0X01;
CCP
- 2022-12-15 00:15:03下载
- 积分:1
-
ssim-1.0
SSIM 1.0 Local Search Similarity
- 2012-07-20 16:20:59下载
- 积分:1
-
28035_DS1302
这是基于TMS320F28035的时钟程序,时钟芯片用DS1302.(This is a time program based on TMS320F28035, the time chip is DS1302.)
- 2020-10-12 23:57:32下载
- 积分:1
-
bkn
本人本科的毕业设计,基于Serpent密码的回退N协议的数据传输,希望可供大家参考,谢谢诶!(My undergraduate graduation design, based on the Serpent password fallback N protocol data transmission, I hope you can refer to, thank you!)
- 2019-04-02 11:37:55下载
- 积分:1
-
dht11温湿度传感器协议栈组网代码及设计报告
dht11温湿度传感器协议栈组网代码及设计报告
组网工程,一应俱全
还有温度过高蜂鸣器报警功能
直接可以烧录,有hex文件
dht11温湿度传感器协议栈组网代码及设计报告
组网工程,一应俱全
还有温度过高蜂鸣器报警功能
直接可以烧录,有hex文件
- 2022-08-23 07:13:05下载
- 积分:1
-
彩色跟踪
颜色识别程序说明librarywritten。
- 2022-02-20 06:44:16下载
- 积分:1