-
apb
this is file for c++ learning in chinese version
- 2010-06-05 21:51:32下载
- 积分:1
-
matlab求解不等式方程组
说明: 关于用matlab求解不等式方程组的一个简单的例子(A simple example of solving inequalities with matlab)
- 2020-12-06 14:19:21下载
- 积分:1
-
PFA实现SAR成像极坐标格式算法
说明: 实现SAR成像极坐标格式算法 点目标进行了仿真(PFA imaging of SAR)
- 2021-03-29 16:49:10下载
- 积分:1
-
罗塞塔C++库是一个C++类和例程,使…
The ROSETTA C++ library is a collection of C++ classes and routines that enable discernibility-based empirical modelling and data mining, developed as part of my dissertation. A brief presentation of the library can be found therein.
- 2022-03-21 04:58:45下载
- 积分:1
-
jishiben
说明: java 的一些简单的小程序的代码。
避异趋同。避开争议,谈论双方共有兴趣的话题。(some simple java applet code. Avoid convergence varies. Avoid controversy, the two sides talking about a total interest in the topic.)
- 2008-12-04 09:44:55下载
- 积分:1
-
matlab建立基于图像的视觉伺服模型仿真,结合机器视觉工具箱 IBVS_robot
说明: matlab建立基于图像的视觉伺服模型仿真,结合机器视觉工具箱(Matlab establishes visual servo model simulation based on image and combines with Machine Vision Toolbox)
- 2020-12-30 01:39:00下载
- 积分: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
-
大漠插件注册包
说明: TC编程教材,代码已经打包好了,插件都i是好的 直接可以用的 使用TC5.0版本以上(tc leaugh teacher file)
- 2020-06-22 18:40:01下载
- 积分:1
-
设计一个鼠标程序,在按下Ctrl键的同时按下鼠标左键,在窗口中拖动鼠标,可以画出一个圆;在按下Shift键的同时按下鼠标左键,在窗口中拖动鼠标,画出一个矩形。...
设计一个鼠标程序,在按下Ctrl键的同时按下鼠标左键,在窗口中拖动鼠标,可以画出一个圆;在按下Shift键的同时按下鼠标左键,在窗口中拖动鼠标,画出一个矩形。-The design of a mouse procedures, press the Ctrl key while pressing the left mouse button, drag the mouse in the window, you can draw a circle in pressing Shift key while pressing the left mouse button, drag the mouse in the window , draw a rectangle.
- 2023-08-03 18:50:03下载
- 积分:1
-
wuyingli
土木工程中无应力时长度计算程序,可按内容适当作修改再应用于不同的地方(civil engineering at length without stress calculation procedures can be revised as appropriate then applied to different places)
- 2006-07-20 10:48:03下载
- 积分:1