日歷時(shí)鐘 按AN3,依次進(jìn)入鬧鐘功能,鬧鐘時(shí)間,年,月,日和時(shí),分,秒模式,直致退出設(shè)置狀態(tài) 按AN4,調(diào)整是否起用鬧鐘和調(diào)節(jié)鬧鐘時(shí),分,秒,年,月,日,時(shí)間的時(shí),分,秒的數(shù)字 鬧鐘響時(shí),按AN4即可停止鬧鐘的聲響 正常狀態(tài),上排最前面顯示一自定義字符,下排最前面閃動(dòng)"willar" 設(shè)置狀態(tài),LCD上排最前面顯示"P",下排最前面設(shè)置鬧鐘時(shí)顯示"alarm:",其他顯示"time:" 鬧鐘啟用時(shí),在LCD下排中間顯示一小喇叭,鬧鐘禁用時(shí),無(wú)此小喇叭 年代變化2000--2099,星期自動(dòng)轉(zhuǎn)換
上傳時(shí)間: 2014-01-10
上傳用戶:wendy15
Punjab is a jabber XMLRPC/SOAP/REST client. It is a xmlrpc, soap, or REST server that allows for persistent client connections to a jabber server.
標(biāo)簽: REST Punjab XMLRPC client
上傳時(shí)間: 2015-05-09
上傳用戶:fanboynet
I. Introduction This code exploits a previously undisclosed vulnerability in the bit string decoding code in the Microsoft ASN.1 library. This vulnerability is not related to the bit string vulnerability described in eEye advisory AD20040210-2. Both vulnerabilities were fixed in the MS04-007 patch. II. Screenshots $ ./kill-bill.pl . kill-bill : Microsoft ASN.1 remote exploit for CAN-2003-0818 (MS04-007) by Solar Eclipse <solareclipse@phreedom.org> Usage: kill-bill -p <port> -s <service> host Services: iis IIS HTTP server (port 80) iis-ssl IIS HTTP server with SSL (port 443) exchange Microsoft Exchange SMTP server (port 25) smb-nbt SMB over NetBIOS (port 139) smb SMB (port 445) If a service is running on its default port you don t have to specify both the service and the port. Examples: kill-bill -s iis 192.168.0.1 kill-bill -p 80 192.168.0.1 kill-bill -p 1234 -s smb 192.168.0.1
標(biāo)簽: I. vulnerability Introduction undisclosed
上傳時(shí)間: 2015-05-15
上傳用戶:xhz1993
經(jīng)典s3c44b0xBios引導(dǎo)程序代碼內(nèi)含詳細(xì)說(shuō)明 燒寫步驟 1> 開(kāi)發(fā)板上電 2> 執(zhí)行Debug目錄下的F.bat文件將bios程序燒寫到flash中 3> 將PC配置為192.168.111網(wǎng)段 4> 用交叉網(wǎng)線連接開(kāi)發(fā)板和PC 5> 運(yùn)行串口監(jiān)視軟件,波特率115200 6> 開(kāi)發(fā)板復(fù)位
標(biāo)簽: gt 0xBios Debug flash
上傳時(shí)間: 2015-05-18
上傳用戶:pinksun9
1.能實(shí)現(xiàn)不同的個(gè)數(shù)的矩陣連乘. 2.最后矩陣大小是8X8. 3是最優(yōu)的矩陣相乘. 描 述:給定n 個(gè)矩陣{A1, A2,...,An},其中Ai與Ai+1是可乘的,i=1,2…,n-1。考察這n個(gè)矩陣的連乘積A1A2...An。矩陣A 和B 可乘的條件是矩陣A的列數(shù)等于矩陣B 的行數(shù)。若A 是一個(gè)p x q矩陣,B是一個(gè)q * r矩陣,則其乘積C=AB是一個(gè)p * r矩陣,需要pqr次數(shù)乘。
上傳時(shí)間: 2013-12-04
上傳用戶:wang5829
最接近點(diǎn)對(duì)問(wèn)題是求二維坐標(biāo)中的點(diǎn)對(duì)問(wèn)題,該算法是為了將平面上點(diǎn)集S線性分割為大小大致相等的2個(gè)子集S1和S2,我們選取一垂直線l:x=m來(lái)作為分割直線。其中m為S中各點(diǎn)x坐標(biāo)的中位數(shù)。由此將S分割為S1={p∈S|px≤m}和S2={p∈S|px>m}。從而使S1和S2分別位于直線l的左側(cè)和右側(cè),且S=S1∪S2 。由于m是S中各點(diǎn)x坐標(biāo)值的中位數(shù),因此S1和S2中的點(diǎn)數(shù)大致相等。 遞歸地在S1和S2上解最接近點(diǎn)對(duì)問(wèn)題,我們分別得到S1和S2中的最小距離δ1和δ2。現(xiàn)設(shè)δ=min(δ1,δ1)。若S的最接近點(diǎn)對(duì)(p,q)之間的距離d(p,q)<δ則p和q必分屬于S1和S2。不妨設(shè)p∈S1,q∈S2。那么p和q距直線l的距離均小于δ。因此,我們?nèi)粲肞1和P2分別表示直線l的左邊和右邊的寬為δ的2個(gè)垂直長(zhǎng)條,則p∈S1,q∈S2。
標(biāo)簽: 二維
上傳時(shí)間: 2015-05-19
上傳用戶:shawvi
#include "stdio.h" #include "math.h" #include "malloc.h" #include "string.h" #define m 6 #define n 29 #define p 0.5
標(biāo)簽: include define malloc string
上傳時(shí)間: 2015-05-22
上傳用戶:lwwhust
#include "stdio.h" #include "math.h" #include "malloc.h" #include "string.h" #define m 6 #define n 29 #define p 0.5
標(biāo)簽: include define malloc string
上傳時(shí)間: 2015-05-22
上傳用戶:cc1915
#include "stdio.h" #include "math.h" #include "malloc.h" #include "string.h" #define m 6 #define n 29 #define p 0.5
標(biāo)簽: include define malloc string
上傳時(shí)間: 2014-01-03
上傳用戶:JIUSHICHEN
#include "stdio.h" #include "math.h" #include "malloc.h" #include "string.h" #define m 6 #define n 29 #define p 0.5
標(biāo)簽: include define malloc string
上傳時(shí)間: 2014-06-01
上傳用戶:yepeng139
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1