-
xiangtu tezhengzhi
说明: 对非线性微分方程画相图以及求特征值和李雅普诺夫指数。以简单的非线性微分方程为例,程序中的微分方程可自行修改(Drawing phase diagrams and calculating eigenvalues for Nonlinear Differential Equations)
- 2021-03-12 20:19:25下载
- 积分:1
-
吸引子相图
说明: 本程序可以很好的画出混沌吸引子相图,包含陈混沌系统吸引子相图和lorenz混沌系统吸引子相图(Chaotic attractor phase diagram)
- 2021-04-06 16:11:53下载
- 积分:1
-
libfreefare
为MIFARE卡片提供简单方便的API
需要libnfc库(The libfreefare project aims to provide a convenient API for MIFARE card manipulations.
libnfc library is requried)
- 2020-06-24 23:40:12下载
- 积分:1
-
VHDL语言100例详解(含代码)
基于CAN通信的介绍,ISO11898标准的介绍,对于学习CAN通信很有帮助(Based on the introduction of CAN communication, ISO11898 standard introduction, for learning CAN communication helpful)
- 2017-08-02 18:39:34下载
- 积分:1
-
1602显示驱动程序
LCD1602的数据写入及CGRAM的使用
编程 2010-06-19 17:41:11 阅读84 评论0 字号:大中小 订阅
1.当使能端E由1变为0时,执行写指令,数据被写入。
例如,欲写入数据i到DDRAM:
void WDR(uchar i)
{
CheckBusy();//检忙
LCD_RS=1;
LCD_RW=0;
LCD_EN=0;
Delay();
LCD_DATA=i;//数据输出到定义端口
Delay();
LCD_EN=1;
Delay();
LCD_EN=0;//这一步才开始写入到LCD
Delay();
}
2.CGRAM
1602能存储8个自定义字符,这8个自定义字符存储空间的首地址分别是:0X40,0X48,0X50,0X58,0X60,0X68,0X70,0X78。
以0x40来说,它的存储空间如图所示:(riting of LCD1602 and the Use of CGRAM)
- 2020-06-23 13:20:02下载
- 积分:1
-
这是一个识别颜色环电阻的小程序,很容易使用…
这是一个识别色环电阻的小程序,使用起来很方便。-This is a recognition of the color ring resistance small program was easy to use.
- 2022-03-15 12:08:02下载
- 积分:1
-
szpc
说明: 用c#编写的水准网平差程序,采用的是间接平差的方法,大家可以参考学习,处理平差数据(The adjustment program of leveling network compiled byuses the method of indirect adjustment.)
- 2020-04-18 23:42:49下载
- 积分:1
-
足球机器人仿真组SimuroSot11vs11的源程序。
足球机器人仿真组SimuroSot11vs11的源程序。-Soccer Robot Simulation Group SimuroSot11vs11 of the source.
- 2022-10-03 10:20:04下载
- 积分:1
-
ATM Security System
Atm security system using GSM
- 2017-07-21 13:25:26下载
- 积分:1
-
31
说明: 51单片机中led流水灯的c程序在压缩包中包含c程序和keil工程等等,需要的可自行打开观看(The C program of LED pipelining lamp in 51 single chip computer includes C program and keil project in the compression package. It can be opened and watched by itself if needed.)
- 2020-06-21 06:00:02下载
- 积分:1