-
sedumi编程文章例子
一种求解优化问题sedumi例子,较为好用,可以有效的求解SOCP与SDP问题(An example of solving optimization problem sedumi is easy to use, and it can be used to solve sedumi and SDP problems effectively.)
- 2018-07-04 20:32:10下载
- 积分:1
-
基于面部视频的亚健康研究中,对面部视频信息的采集程序,包括一些重要参数的获取...
基于面部视频的亚健康研究中,对面部视频信息的采集程序,包括一些重要参数的获取-Video-based facial sub-health study, pairs of facial video collection procedures, including the acquisition of some important parameters
- 2022-07-06 14:21:58下载
- 积分:1
-
AIXPAU13
ibm AIX 资料,很详细,个人觉得很有用。(ibm AIX Data, very detailed, personal feel useful.)
- 2011-07-03 17:25:14下载
- 积分:1
-
fangzhen fangzhen fangzhen fangzhan
机器人控制系统的设计与MATLAB 机器人控制系统的设计与MATLAB-fangzhen fangzhen fangzhen fangzhan
- 2022-01-26 04:17:18下载
- 积分:1
-
UsbCsharpViewer
file to read windows
- 2020-06-24 15:00:02下载
- 积分:1
-
用C++开发的推箱子的游戏,一款益智游戏。
用C++开发的推箱子的游戏,一款益智游戏。-With C++ Development of the game Sokoban, a puzzle game.
- 2022-07-23 03:20:01下载
- 积分:1
-
Rtc achieved using video conferencing systems, including audio, video, text chat...
利用rtc实现的视频会议系统,包括音频、视频、文字聊天、白板、程序共享等功能-Rtc achieved using video conferencing systems, including audio, video, text chat, whiteboard, program sharing and other functions
- 2023-01-11 10:30:05下载
- 积分: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
-
In order to obtain the required source files, please do not care. This is a simp...
为了得到需要的源文件,请大家不要在意。这是一个简单的vrml源文件。-In order to obtain the required source files, please do not care. This is a simple vrml source files.
- 2022-02-13 12:05:39下载
- 积分:1
-
face detector to detect face area in the given image
face detector to detect face area in the given image
- 2022-07-04 15:31:42下载
- 积分:1