擾亂加密,加擾之前的數(shù)據(jù)在x中,加擾后數(shù)據(jù)在w中,p,p+1與p+2中分別放移存器低14位中14位和高14位 *q,q+1與q+2中分別放掩碼標(biāo)志碼低14位中14位和高14位
標(biāo)簽: 加密
上傳時間: 2014-01-15
上傳用戶:xiaoyunyun
用于無約束優(yōu)化的鮑威爾優(yōu)化方法, 程序中參數(shù)解釋如下://P:存放設(shè)計變量 //XI:存放兩個線性無關(guān)的向量 //N:含有N各元素的一維實型數(shù)組,用于存儲設(shè)計變量 //NP:整形變量,用于存儲P與xi的維數(shù) //FTOL:迭代精度 //FRET:輸出參數(shù),存放目標(biāo)函數(shù)在找到的近似極小值點處的值 //ITER:迭代次數(shù)
標(biāo)簽:
上傳時間: 2016-12-06
上傳用戶:1109003457
Please read this document before attempting to compile and run the libraries and applications! The projects must be compiled in a particular order. Standard support questions are about compiler and/or linker errors that are generated when users try to compile the projects in the wrong order. Other information of interest is available here, so read the entire document fi rst. Wild Magic Version 2.1 is what ships with the fi rst printing of the Game Physics book. Some of the applications that are referenced in the book did not make it onto the CD–ROM for the book. Version 2.2 contains those applications, plus more
標(biāo)簽: applications attempting and libraries
上傳時間: 2014-01-16
上傳用戶:Late_Li
用S51單片機控制驅(qū)動芯片L298程序(C語言) 有六個端口,輸入端口分別為P1.0,P1.1,P1.2,P1.3,P1.4,P1.5. 六個輸出端口分別為P0.0,P0.1,P0.2,P0.3,P2.4,P2.5. 其中P0.0,P0.2,P2.5輸出高低電平.P0.1,P0.3,P2.4輸出PWM脈沖信號. 程序要求 只要P1.0-P1.5中任一個為"1",則P0.0,P0.2輸出高電平 當(dāng)P1.2或P1.3為"1",P0.1,P0.3輸出占空比相同的PWM信號
上傳時間: 2013-12-18
上傳用戶:
一、 進(jìn)程控制 1、 定義PCB(可以采用靜態(tài)結(jié)構(gòu)或動態(tài)結(jié)構(gòu)):包括理論PCB中的基本內(nèi)容,如ID、進(jìn)程狀態(tài)、隊列指針。由于無法實現(xiàn)真正的進(jìn)程創(chuàng)建功能,在實驗中只需建立PCB,用它代表完整的進(jìn)程。 2、 定義進(jìn)程狀態(tài)轉(zhuǎn)換方式:進(jìn)程的狀態(tài)轉(zhuǎn)換是由進(jìn)程內(nèi)部操作或操作系統(tǒng)的控制引起,由于無法實現(xiàn)這些功能,學(xué)生可以采用隨機數(shù)方法或鍵盤控制方法模擬,并實現(xiàn)對應(yīng)的控制程序。隨機方法指產(chǎn)生1-6的隨機數(shù),分別代表創(chuàng)建進(jìn)程(c)、結(jié)束進(jìn)程(e)、進(jìn)程阻塞(b)、激活進(jìn)程(w)、調(diào)度進(jìn)程(p)、時間片到(t)等事件;鍵盤模擬方法指定義6種按鍵代表以上6種事件。 3、 根據(jù)四種事件處理就緒隊列、阻塞隊列和當(dāng)前執(zhí)行中的進(jìn)程。 每次事件處理后應(yīng)形象地顯示出當(dāng)前系統(tǒng)中的執(zhí)行進(jìn)程是哪一個,就緒隊列和阻塞隊列分別包含哪些進(jìn)程。
上傳時間: 2016-12-23
上傳用戶:wyc199288
7279鍵盤程序 設(shè)0--9數(shù)字鍵,A--F功能鍵 開機時在最高位顯示‘P’ 第一次按數(shù)字鍵在最高位顯示數(shù)據(jù),第2次按數(shù)字鍵在最次位顯示數(shù)據(jù),。。。。。。第8次按數(shù)字鍵在最低位顯示數(shù)據(jù) 第9次按數(shù)字鍵在最高位顯示數(shù)據(jù)。。。。。。按任意功能鍵則系統(tǒng)回到初始狀態(tài)。
上傳時間: 2016-12-23
上傳用戶:784533221
An adaptive fuzzy integral sliding mode controller for mismatched time-varying linear systems is presented in this paper. The proposed fuzzy integral sliding mode controller is designed to have zero steady state system error under step inputs and alleviate the undesired chattering around the sliding surface
標(biāo)簽: time-varying controller mismatched adaptive
上傳時間: 2014-12-04
上傳用戶:luopoguixiong
信號量也稱為信號鎖,主要應(yīng)用于進(jìn)程間的同步和互斥,在用于互斥時,通常作為資源鎖。信號量通常通過兩個原子操作wait(P)和signal(V)來訪問。wait操作使信號量的值+1,signal操作使信號量的值-1。本程序模擬了操作系統(tǒng)的pv操作
上傳時間: 2016-12-25
上傳用戶:jjj0202
Matlab實現(xiàn): Erlang B model(M/M/n/n)與 Erlang C model排隊系統(tǒng)的模擬,并畫出阻塞概率(P)與負(fù)載(A=lamda/miu in Erlang)的關(guān)系圖。用法:運行RunMe
標(biāo)簽: Erlang model Matlab 排隊系統(tǒng)
上傳時間: 2014-01-02
上傳用戶:wcl168881111111
(1 . Higher Educati on Admissi on Committee Office of L ianyungang,L ianyungang 222006, China 2 . Modern Educati on Technique Center, Huaihai I nstitute of Technol ogy, L ianyungang 222005, China) Abstract: The outbreak ofARP cheating virus interferes with the nor mal functi oning of LAN. On the basis of thoroughly und standing of the p rinci p les, this paper analyzes the p rinci p les, pattern and classificati ons ofARP in details . And it also discu the tactics t o take strict p recauti ons ofARP fr om t wo sides— — —the administrati on ofLAN and Client Host . The pur pose of the cussi on is t o guarantee the normal running of LAN users . Key words: virus p rinci p les LAN client host
標(biāo)簽: ianyungang Committee Educati Admissi
上傳時間: 2013-12-23
上傳用戶:zhangyigenius
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1