-
message
struts1框架的留言板,包括查插删改.数据库的链接dao和action的综合应用
servlet也有jsp css 等实验完美版(The message boards of the struts1 framework include checking, deletion and modification. The integrated application of database links Dao and action.
Servlet also has the perfect version of JSP CSS.)
- 2018-05-13 10:14:07下载
- 积分:1
-
炮台射击游戏源代码,是一个很好的游戏,WinCE平台
游戏 炮台射击 源代码,是一款很好的游戏,wince平台-Fort shooting game source code, is a very good game, wince platform
- 2022-07-27 13:30:41下载
- 积分:1
-
yrack__dual__devjce
说明: 美化应用程序的外观界面本程序主要面向对话框(Beautify the appearance of the application interface this program is mainly for the dialog box)
- 2018-12-24 11:11: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
-
声音信号SFFTmatlab程序
声音信号短时傅里叶变换MATLAB程序,可得到短时傅里叶变换的图像(Short-time Fourier Transform (STFT) of sound signal can be obtained by MATLAB program.)
- 2020-12-19 17:49:09下载
- 积分:1
-
snow6
相场方法模拟纯物质枝晶生长,C语言程序模拟(Phase field method is applied to simulate the growth of pure matter dendrites. C language program.)
- 2021-01-27 18:18:37下载
- 积分:1
-
频道CSS标准焦点图
频道CSS标准焦点图不错的频道图适合首页使用(Channel CSS standard focus map good channel map suitable for home use.)
- 2018-11-14 15:01:15下载
- 积分:1
-
波浪能发电电能管理
说明: 该matlab仿真为直驱式波浪能发电电能管理控制,最终输出稳定的直流电供电给电网(The matlab simulation is a direct-drive wave energy power generation power management control, and finally a stable DC power supply to the grid)
- 2021-03-28 21:42:51下载
- 积分:1
-
fk-means
数据挖掘中模糊k均值算法,matlab工具编写。(data mining fuzzy k-means algorithm, Matlab tool for the preparation.)
- 2006-12-25 08:08:42下载
- 积分:1
-
Point-to-multi-point
这个是CC2430&CC2431无线射频基础程序,是点对多点的无线通信测试系统程序,是无线嵌入式即物联网相关的开发应用,对ZIGBEE研究人员有很好的指导作用,程序已经实验通过,保证质量。(This is the CC2430 & CC2431 radio frequency-based program, is point to multipoint wireless communication test system program, is that things related to embedded wireless development and application of ZIGBEE researchers have a good guide, experimental procedures have been adopted to ensure quality .)
- 2011-11-30 13:50:23下载
- 积分:1