這個源代碼主要模仿了一個類似 深度操作系統(tǒng)安裝程序中的一個軟件自動安裝管理器AutoIt v3,具有如下功能: 一、支持INI讀取,支持 SECTION 的讀取,模塊modINIReader.bas支持讀取Sections及key 二、支持 /auto /uninstall /del命令行參數(shù)運行 三、支持軟件后臺靜默模式安裝、支持靜默卸載(當(dāng)然視安裝軟件的參數(shù)支持) 四、支持自身刪除 五、模塊 modSys.bas 獲取文件大小,支持kb,MB,byte及auto 返回大小單位 六、支持高級shell調(diào)用及等待安裝程序結(jié)束并返回結(jié)果 七、支持倒計時進(jìn)度計時器及餅圖顯示 八、支持XP風(fēng)格,不需要使用.manifest格式文件 九、支持系統(tǒng)托盤氣泡提示各種安裝信息等 補(bǔ)充:要安裝的軟件請放在soft文件夾中,再修改Autoss.ini文件中的安裝路徑。
上傳時間: 2016-11-25
上傳用戶:liansi
lcd驅(qū)動 其中包括delay.c,key.c,LCD.c,main.c,usart.c
上傳時間: 2016-11-28
上傳用戶:songrui
The literature of cryptography has a curious history. Secrecy, of course, has always played a central role, but until the First World War, important developments appeared in print in a more or less timely fashion and the field moved forward in much the same way as other specialized disciplines. As late as 1918, one of the most influential cryptanalytic papers of the twentieth century, William F. Friedman’s monograph The Index of Coincidence and Its Applications in Cryptography, appeared as a research report of the private Riverbank Laboratories [577]. And this, despite the fact that the work had been done as part of the war effort. In the same year Edward H. Hebern of Oakland, California filed the first patent for a rotor machine [710], the device destined to be a mainstay of military cryptography for nearly 50 years.
標(biāo)簽: cryptography literature has Secrecy
上傳時間: 2016-12-08
上傳用戶:fxf126@126.com
Quaternions are hypercomplex numbers (that is generalizations of the complex numbers to higher dimensions than two). For an introduction, refer to the Wikipedia article on Quaternions. Quaternion toolbox for Matlab® extends Matlab® to allow calculation with matrices of quaternions in almost the same way that one calculates with matrices of complex numbers. This is achieved by defining a private type to represent quaternion matrices and overloadings of many standard Matlab® functions. The toolbox supports real and complex quaternions (that is quaternions with four real or complex components).
標(biāo)簽: numbers generalizations hypercomplex Quaternions
上傳時間: 2014-11-27
上傳用戶:jhksyghr
(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
STC51系列的源碼,包括ADC0832,TCP-IP,Web,18B20,DS1302,E2PROM,KEY,LCM1602,UART等程序。
上傳時間: 2014-11-05
上傳用戶:lgnf
A novel met hod t o p artially compensate sigma2delta shap ed noise is p rop osed. By injecting t he comp en2 sation cur rent int o t he p assive loop f ilte r during t he delay time of t he p hase f requency detect or ( PFD) , a maximum reduction of t he p hase noise by about 16dB can be achieved. Comp a red t o ot he r compensation met hods , t he tech2 nique p rop osed he re is relatively simple and easy t o implement . Key building blocks f or realizing t he noise cancel2 lation , including t he delay va riable PFD and comp ensation cur rent source , a re sp ecially designed. Bot h t he behavior level and circuit level simulation results a re p resented.
標(biāo)簽: sigma2delta compensate injecting artially
上傳時間: 2013-12-18
上傳用戶:qlpqlq
int main(int argc,char *argv[]) { char ch while(true) { printf("*************************************\n") printf(" 1.Reader Priority\n") printf(" 2.Writer Priority\n") printf(" 3.Exit to Windows\n") printf("*************************************\n") printf("Enter your choice(1,2,3): ") do{ ch=(char)_getch() }while(ch!= 1 &&ch!= 2 &&ch!= 3 ) system("cls") if(ch== 3 ) return 0 else if(ch== 1 ) ReaderPriority("thread.dat") else WriterPriority("thread.dat") printf("\nPress Any Key to Coutinue:") _getch() system("cls") } return 0
標(biāo)簽: char int printf while
上傳時間: 2017-01-06
上傳用戶:gonuiln
支持DVB-S,DVB-T,DVB-C的系統(tǒng)前端加擾和解擾過程,請注意加擾與加密不同,本程序包實現(xiàn)的是純粹的加擾和解擾過程,不對KEY進(jìn)行加密傳輸。要求輸入測試文件時,請按照C語言的文件訪問要求輸入,如key.txt表示你要使用的KEY放在了名為key的txt文件中,不可寫成“key.txt”。
上傳時間: 2017-01-10
上傳用戶:SimonQQ
Overview If you have been wanting to learn Java, check out the newly revised fourth edition of the best-seller Sams Teach Yourself Programming with Java in 24 Hours. This step-by-step tutorial will teach you how to create simple Java programs and applets. Comprised of 24 one-hour lessons, this new edition focuses on key programming concepts and essential Java basics, has been improved by dozens of reader comments, and is reorganized to better cover the latest developments in Java. The book s coverage of core Java programming topics has also been expanded. A great starting point for learning Java, this book is also a great primer to reading sams Teach Yourself Java in 21 Days.
標(biāo)簽: the Overview edition wanting
上傳時間: 2017-01-10
上傳用戶:huyiming139
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1