-
keyboard
该程序是基于51单片机的矩阵键盘程序,单片机采用对键盘行列分别扫描的方法,实现按键的检测。(The program is 51 microcontroller-based matrix keyboard program the microcontroller using the method of scanning the keyboard ranks to achieve the detection of key.)
- 2012-02-04 20:29:40下载
- 积分:1
-
IrisSkin2皮肤及C#范例,C# skin demo
IrisSkin2皮肤及C#范例,C# skin demo-C# skin demo
- 2023-04-02 20:15:03下载
- 积分:1
-
0089fenfshan
智能风扇pwm控制电机转速调速系统毕业设计资料(Intelligent fan pwm control motor speed governor system graduated design information)
- 2012-11-13 10:40:41下载
- 积分:1
-
stm32电机控制梯形加减速
STM32F103电机控制 简单好理解通过定时器输出pwm实现精确控制,对cpu占用小,可以实现平稳的加速和减速,最高速可达100hz,用来学习电机控制非常好的资料,采用mdk4.0版本编写,导入编译修改io后烧录上机可运行。
- 2022-08-06 00:58:08下载
- 积分:1
-
fineline_code
说明: 里面含有直流电机的PWM波的驱动程序,更有做自动寻线小车程序,可以判断是否要拐弯(Which contains a DC motor PWM wave driver, car and more to do automatic line-tracking program, can determine whether or not to turn a corner)
- 2009-08-25 19:53:38下载
- 积分:1
-
configfile
用于NBIOT模组M5310-A和M5310生成配置文件,用于使用AT指令登录OneNET平台(Generate configuration files for NBIOT modules M5310-A and M5310 to log on to OneNET platform using AT instructions)
- 2020-06-20 14:00:02下载
- 积分:1
-
opcasync.net
opcasync OPC Client 客户端开发完整源代码,经多次验证,完全可行(opcasync OPC Client client development complete source code, after repeated verification, entirely feasible.)
- 2013-12-13 21:27:40下载
- 积分:1
-
C#通过GDI+绘制带刻度尺的数学坐标系
C#通过GDI+绘制带刻度尺的数学坐标系,应用于图形图像编程,各类统计图表绘制,以及对图形图像编程中数值坐标的研究。
调用方式(以WINFORM为例,其他类推):
Bitmap m_Bitmap=null;
private void menuItem_Click(object sender, EventArgs e)
{
m_Bitmap = new Bitmap(1000, 800);
Graphics g = Graphics.FromImage(m_Bitmap);
g.SmoothingMode = SmoothingMode.HighQuality;
g.Clear(Color.White);
MathCoordinate mathCoordinate = new MathCoordinate();
mathCoordinate.IsDrawGrid = true;
- 2022-08-03 22:37:23下载
- 积分:1
-
ves-master
VES 3D framework for Windows
- 2014-10-22 20:50:25下载
- 积分:1
-
jiaotongdengchengxu
利用multisim编写的交通灯程序,里面包括PPT和老师的讲解,是北航电子信息工程教授的实验课答案,非常珍贵。(Use multisim write traffic lights program, which includes PPT and teachers to explain, is the electronic information engineering professor Northern experimental class answer, very precious.)
- 2015-11-23 17:26:40下载
- 积分:1