c8051f020 实时时钟模块程序 内含IIC模块程序/********************** SYSTEM CLOCK 8M********************************/ extern unsigned char xdata currenttime[16]={0} extern unsigned char xdata settime[16]={ 0x00, // control regesiter 1 0x00, // control regesiter 2 0x01, //current second 0x19, //current minute 0x20, //current hour 0x29, //current data 0x04, //current week 0x07, //current month 0x05, //current year 0x00, // alarm value reset 0x00, // alarm value reset 0x00, // alarm value reset 0x00, // alarm value reset 0x00, // clk out disable 0x00, // Close timer 0x00, } /*********************************************************************/ extern void Current_Time ( void ) extern void Set_Time ( void )
标签: c8051f020 SYSTEM CLOCK IIC
上传时间: 2015-06-30
上传用户:edisonfather
Encoding and decoding of the binary extended (24,12,8) Golay code: An arithmetic decoding algorithm. It is a very Close relative of the error-trapping decoding algorithms developed by Kasami in the 1960s.
标签: decoding arithmetic Encoding algorith
上传时间: 2014-07-01
上传用户:lps11188
用win32汇编编写的类木马的东西,运行后在机子上打开23端口,用telnet登陆,可以运行下列命令: open filename - open the file or program msg message - place message plainly over screen box message - show within a messagebox cdopen - to open CDROM drive door cdClose - to Close CDROM drive door bye - terminate connection, handles one user at a time kill - terminate sparczerver
上传时间: 2013-12-12
上传用户:wcl168881111111
为Linux系统设计一个简单的二级文件系统。要求做到以下几点: 1.可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open 打开文件 Close 关闭文件 read 读文件 write 写文件 2.列目录时要列出文件名,物理地址,保护码和文件长度。 3.源文件可以进行读写保护。
上传时间: 2015-08-30
上传用户:独孤求源
<%@ LANGUAGE="VBSCRIPT" %> <!--#include file="util.asp" --> <% Head="您放入购物车的物品已经全数退回!" Session("ProductList") = "" %> <html> <head> <meta http-equiv="Content-Type" content="text/html charset=gb2312"> <STYLE type=text/css>.main { FONT-SIZE: 9pt } .main1 { FONT-SIZE: 14px } </STYLE> <title>清空购物车</title> </head> <body topmargin="5" bgcolor="#E6E4C4"> <diiv align="center"><center> <table width="100%" border="0" class="table1" bordercolor="#62ACFF" cellspacing="0" class=main1> <tr> <td width="80%" valign="top"> <p align="center" class=main1><%=Head%></p> <p align="center"> <br><input type="button" value="关闭" name="B2" onclick="window.Close() " style="font-size: 9pt"></td> </tr> </table> </center></div> </body> </html>
标签: lt LANGUAGE VBSCRIPT include
上传时间: 2015-11-05
上传用户:zhaoq123
本设计的目的是通过设计和调试一个简单的文件系统,主要是模拟文件操作命令的执行,来模拟文件管理,使学生对主要文件操作命令的实质和执行过程有比较深入的了解,掌握它们的基本实施方法。具体要求如下: (1) 设计一个支持n个用户的文件系统,每个用户可拥有多个文件: (2) 采用二级或二级以上的多级文件目录管理; (3) 对文件应设置存去控制保护方式,如“只能执行”、“允许读”、“允许写等”; (4) 系统的外部特征应接近于真实系统,可设置下述文件操作命令: 命 令 功 能 命 令 功 能 Create 建立文件 Read 读文件 Open 打开文件 Write 写文件 Close 关闭文件 Copy 复制文件 Delete 撤消文件 Directory 查询目录 (5) 通过键盘使用该文件系统,系统应显示操作命令的执行结果。
上传时间: 2014-01-11
上传用户:zhanditian
This script was designed as a stand alone script which can be easily intergrate into any existing website as it is,but if you want to intergrate it into a site which uses a content management format, then some alterations will have to be done for it to work properly. Remember this is a project and I am constantly working to improve it, so I can t guarantee that it will work for everyones needs, but dammmmd Close.
标签: script intergrate designed existing
上传时间: 2015-11-29
上传用户:Ants
"Java for C++" is a tool to generate C++-wrapper-classes for existing Java-classes. The implementation of the wrapper classes uses JNI to call the real Java classes. The C++-API to use these wrapper classes is very Close to the API of the Java classes.
标签: wrapper-classes Java-classes implementati for
上传时间: 2015-12-07
上传用户:liuchee
Linux 2.4.18 s3c2440 led driver 使用dev-C++撰寫,需要linux 2.4.18 kernel include,編譯完成後產生led module。 insmod main.o //安裝模組 mknod /dev/leds c 221 0 使用方法: int main(int argc, char *argv[]) { int testdev //led test... testdev = open("/dev/QuickMarkLed",O_RDWR) ioctl(testdev, 2, 1) //ioctl(device, led number, open/Close) open=1 ioctl(testdev, argv[1][0]- 0 , argv[2][0]- 0 ) //ioctl(device, led number, open/Close) open=1 Close(testdev) return 0 }
标签: s3c2440 driver Linux dev-C
上传时间: 2014-01-01
上传用户:qlpqlq
delphi中的几个技巧 1、判断一个字符串是否包含于另外一个字符串的方法 例如:if pos( ab , abcd )<>0 then messagedlg( ab是包含于abcd ,mtConfirmation,[mbYes, mbNo],0) pos(obj,target) 在target字符串中找出第一个出现obj的第一个字符位置,如果找不到,返回0. 2、如何使窗口全屏,类似游戏一样,而不是窗口的最大化! (1) BorderStyle 为 bsNone (2) Windowstate 为 wsMaximized (3) 退出时可加一个按钮之类的,写上 Close 即可退出。
标签: abcd messagedlg delphi then
上传时间: 2013-12-31
上传用户:z754970244