-
wg356
基于分段非线性权重值的Pso算法,利用matlab GUI实现的串口编程例子,对于初学者具有参考意义。( Based on piecewise nonlinear weight value Pso algorithm, Use serial programming examples matlab GUI implementation, For beginners with a reference value.)
- 2017-03-29 22:08:13下载
- 积分:1
-
hanguojieqiou
韩文版街头篮球服务端!
很好的休闲游戏(Korean version of the street basketball server! Good casual games)
- 2006-11-09 02:17:09下载
- 积分:1
-
robotics-class
说明: 主要是用于形成机器人编队,领航-跟随是重要的编队控制结构,在机器人得实际应用之中。(It is mainly used to form a robot formation, and the pilot follow is an important formation control structure.)
- 2020-05-21 07:42:46下载
- 积分:1
-
前向后向和解码
说明: 前向后向算法和解码的matlab实现,可直接使用(Matlab implementation of forward backward algorithm, which can be used directly)
- 2020-03-30 20:14:47下载
- 积分:1
-
ConvertTDMS-master
说明: 这里解压后,matlab读取TDMS文件的一种格式,打开后,文件有两个M函数,一般而言,我们用CONVERTtdms(matlab read tdms folder)
- 2020-04-20 18:21:29下载
- 积分:1
-
Desktop
本地生成csv文件的简单实现 List exportData表示表头, LinkedHashMap map数据(A simple implementation of the locally generated CSV file List exportData represents the header, LinkedHashMap map data)
- 2019-06-14 10:52:10下载
- 积分: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
-
LLC_VCO_COSELOOP_V1
说明: VCO电路,PSIM模型,有需要请使用。(Voltage Control Oscillator PSIM module)
- 2021-01-31 11:18:32下载
- 积分:1
-
免数据库文字游戏
一款文字游戏源码 提供大家学习 希望大家可以更好的体验(A word game source code for everyone to learn thank you for your support)
- 2020-09-11 16:08:01下载
- 积分:1
-
代码汇总
说明: 实现了克里金插值,完美滴可以对比普通克里金和泛克里金(The Kriging interpolation is realized, and the perfect droplet can compare ordinary Kriging with Pan-Kriging.)
- 2020-11-16 21:39:41下载
- 积分:1