-
droiyan在线服务器
Droiyan Online Server
- 2022-07-14 21:02:04下载
- 积分:1
-
testdll
改程序主要用来测试VS2008下的dll文件使用(Reform program is mainly used to test the dll file under VS2008 the use of)
- 2010-03-01 10:30:53下载
- 积分:1
-
GoModTest
说明: go 练习,包括基本的函数、goroutine多线程,go mod包管理(go benchtest, include go)
- 2020-04-02 14:31:51下载
- 积分:1
-
EXE调试
labview。。。exe调试说明这是不错的说明文档(gyuhujjiljuhyuinmlkiu8yy)
- 2021-01-16 14:08:46下载
- 积分:1
-
AC_Induction_Motor_Fundamentals
说明: micro chip的电机资料,主要是交流电机
AC Induction Motor Fundamentals
(electrical micro chip information, mainly AC Motor AC Induction Motor Fundamentals)
- 2008-09-24 10:35:28下载
- 积分:1
-
arm_asm
嵌入式ARM asm 资料
ARM工程师必备(ARM Embedded ARM asm engineers essential information)
- 2010-10-07 01:46:07下载
- 积分:1
-
闹钟提醒程序,主要用OnTimer进行控制.
闹钟提醒程序,主要用OnTimer进行控制.-Alarm clock to remind the procedure, the main control OnTimer.
- 2022-08-22 05:56:17下载
- 积分:1
-
mimo
可见光通信是通过驱动电路将电信号转换成光信号并通过LED 发射出去,接收端通过光检测设备接收光信号,并提取其中有用的信号分量,从而实现通信。
研究OFDM和MIMO的关键技术,并针对室内可见光通信系统提出合适的MIMO-OFDM 方案。(isible light communication is through the drive circuit converts electrical signals into light signals and transmitted through LED, the receiving end through the optical detection device receives the light signal, and extract the useful signal component, so as to achieve communication.
The key technologies of OFDM and MIMO are studied, and an appropriate MIMO-OFDM scheme is proposed for indoor visible light communication systems.)
- 2020-11-05 19:09:50下载
- 积分: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
-
可满足性问题(SAT),NP完全问题
并行算法
MPI
可满足性问题(SAT),NP完全问题
并行算法
MPI-satisfiability problem(SAT)
MPI,NP PROBLEM
- 2023-02-13 09:00:03下载
- 积分:1