-
wpctsc
wpctsc.exe for windows mobile
可以使WM手机远程登入PC(wpctsc.exe for window mobile device)
- 2010-09-30 11:17:00下载
- 积分:1
-
ActiveObjectExam
使用symbian 创建一个定时器主要应用的是活动对象。(Create a timer using the symbian application is the main active object.)
- 2016-04-22 12:11:13下载
- 积分:1
-
liunxcnc代码
开源数控系统,多种机器人控制源代码。多种机器人正反解函数,学习运动控制的好资料
- 2022-05-20 13:54:03下载
- 积分:1
-
数传模块主程序编写
RF4463F4430数传模块的相关设计,涉及到主程序的编写,和一些实例的应用,缺少pic.h文件,需要自己下载编写
- 2022-02-01 17:29:43下载
- 积分:1
-
101827c4tkc3l1muukw21a
虚拟串口实现图像视频显示 虚拟串口实现图像视频显示(Virtual serial port virtual serial port video display image image video display)
- 2013-12-30 18:33:24下载
- 积分:1
-
AGPS-position
AGPS定位基本原理浅析,AGPS(Assisted GPS,A-GPS,网络辅助GPS)定位技术结合了GPS定位和蜂窝基站定位的优势,借助蜂窝网络的数据传输功能,可以达到很高的定位精度和很快的定位速度,在移动设备尤其是手机中被越来越广泛的使用。(AGPS positioning the basic principles of analysis, AGPS (Assisted GPS, A-GPS, network-assisted GPS) positioning technology combines GPS positioning and cellular base station location advantage, with data transmission function of the cellular network, can achieve high positioning accuracy and very fast positioning speed, especially in the mobile phone devices are more widely used.)
- 2014-04-13 03:43:34下载
- 积分:1
-
c
数据结 构课程设 计代码 c++ 阮宏一(Data structure curriculum design code c++)
- 2013-10-08 12:56:55下载
- 积分: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
-
merge_sort 利用递归的方法进行归并排序 逆序数
程序使用c++编写的可是实现数组的merge排序和求逆序数可以将数组写到相应文件中程序里会自动读取文件中的数据并排序
- 2022-12-07 14:55:04下载
- 积分:1
-
P001_ParalelPort
Program learning C# - 03- learn how to program using C# using Visual Studio 2008
- 2011-11-19 21:28:10下载
- 积分:1