-
该软件用于抄表器 实现多功能表自动抄表! 只需将其下载到9800型 抄表器即可运行!...
该软件用于抄表器 实现多功能表自动抄表! 只需将其下载到9800型 抄表器即可运行!-meter reading software for the realization of multi-function table for automatic meter reading! We need to download its 9,800-meter-reading device can run!
- 2022-05-08 12:16:33下载
- 积分:1
-
intel 196ea 例程
intel 196ea 例程-intel 196ea example regulation
- 2023-05-20 07:50:04下载
- 积分:1
-
LPC932的SPI接口的应用
LPC932的SPI接口应用-LPC932 SPI Interface Application
- 2022-07-17 00:22:57下载
- 积分:1
-
本程序完成在dsp 的平台下,完成对原始图象的采集和编码工作,可以在matlab下显示...
本程序完成在dsp 的平台下,完成对原始图象的采集和编码工作,可以在matlab下显示--Under dsp platform, it collects and decodes the original graphics. They could be displayed in matlab.
- 2023-08-01 06:15:03下载
- 积分:1
-
Use protel99se developed microcontroller circuit boards, circuit board you wish...
使用protel99se开发的单片机电路板,希望有助于各位电路板开发设计的学习-Use protel99se developed microcontroller circuit boards, circuit board you wish to contribute to development and design of learning
- 2023-07-03 07:50:03下载
- 积分:1
-
This code is interfacing 4x3 keypad and 16x2 lcd to at89c52 micro controller and...
This code is interfacing 4x3 keypad and 16x2 lcd to at89c52 micro controller and can be used in others as well.
The design is done using proteus simulator
- 2022-05-15 19:08:07下载
- 积分:1
-
led blinking code on 8051 with videos
led blinking code on 8051 with videos
- 2022-07-17 09:37:07下载
- 积分:1
-
C# 绘制实时曲线包括绘制坐标轴
应用背景在实际项目中我们经常需要绘制一些实时的数据图片,比如当前各公司的用水量、用电量还有播放声音视频时实时显示当前的声频等等,在我们最熟悉的任务管理器也有这么一个功能,用来表示当前CPU的使用频率,最近笔者刚刚给朋友完成了一个类似的功能图,用曲线图来实时表示一些实际数据,由于形象直观,很受客户欢迎。关键技术为了操作和应付变化,所以将绘制曲线图的功能单独封装成一个类,里面的数据完全是模拟的,在横向坐标上每个像素间隔用一个点来控制(实际中可能会加大这个距离),横向是个随机生成的数(实际开发中这应该来自我们的实时数据按比率计算得来的),显示窗体中用到了一个线程来定时绘制实时曲线。
- 2022-03-03 19:21:21下载
- 积分:1
-
对传感器MPU6050进行调试设置参数(硬件IIC)
#include "stm32f10x.h"#include "I2C_MPU6050.h"#include "usart1.h"#include "delay.h"int main(void){ InitMPU6050();/***********************************************************************/while(1){printf("
---------------%d
",GetData(ACCEL_XOUT_H));printf("
----------------%d
",GetData(ACCEL_YOUT_H)); printf("
------------------%d
",GetData(ACCEL_ZOUT_H)); printf("
---------------%d
",GetData(GYRO_XOUT_H)); printf("
-----------------%d
",GetData(GYRO_YOUT_H)); printf("
---------Ã---------%d
",GetData(GYRO_ZOUT_H));delay_ms(500);} }/******************* (C) COPYRIGHT 2012 WildFire Team *****END OF FILE************/
- 2022-01-28 09:30:30下载
- 积分:1
-
Stellaris - ENC28J60
随附的代码为您提供了有关如何使用带有以太网端口的ENC28J60 IC为Stellaris Launchpad设置以太网的基本概念。
- 2022-02-02 14:26:18下载
- 积分:1