DESProcess FILE *mfp,*cfp int ttch=0,xorRes,ttbitdiff=0 char mch,cch float bdiff=0 if((mfp=fopen(mfile,"r"))==NULL) {cout<<"Cannot open the file to compare"<<endl } if((cfp=fopen(cfile,"r"))==NULL) {cout<<"Cannot open the file to compare"<<endl } else { while(!feof(mfp)&!feof(cfp)) { ttch++ mch=fgetc(mfp) cch=fgetc(cfp) xorRes=mch^cch ttbitdiff+=(xorRes&1)+(xorRes&2)/2+(xorRes&4)/4+(xorRes&8)/8+(xorRes&16)/16+(xorRes&32)/32+(xorRes&64)/64+(xorRes&128)/128 } bdiff=float(ttbitdiff)*100/float(ttch*8) } *bitdiff8byte=float(ttbitdiff)*100/float(8*8) return bdiff
標簽: DESProcess ttbitdiff xorRes bdiff
上傳時間: 2016-07-02
上傳用戶:1079836864
Make Text-Overflow work on both IE and Firefox if the text inside each line exceed the width of each line, then you will see "..." (ellipsis) shows up at the end of each line. Try to resize the window or change the font size to see if "..." (ellipsis) will show up or disappear. Demo - Listing
標簽: Text-Overflow the Firefox inside
上傳時間: 2013-12-18
上傳用戶:lgnf
if everything runs well it will infect 100 files all over the disk. Does not infect files smaller than 40 kb.Payload is a icmp flood.
標簽: infect files everything smaller
上傳時間: 2016-07-08
上傳用戶:mpquest
ASP個人聊天系統 if MenuSwf="" Then MenuSwf="About" select case lcase(MenuSwf) case "about" TopMenu="a" case "news" TopMenu="b" case "project" TopMenu="c" case "clients" TopMenu="e" case "contact" TopMenu="f" case "mainbinner" TopMenu="g" case "person" TopMenu="h"
標簽: MenuSwf case TopMenu select
上傳時間: 2016-07-11
上傳用戶:lht618
This my first program that I learn QT, I think if you run it and then you will learn many thing
上傳時間: 2013-12-31
上傳用戶:qazxsw
if you re like me, you re excited by what people do with template metaprogramming (TMP) but are frustrated at the lack of clear guidance and powerful tools. Well, this is the book we ve been waiting for. With help from the excellent Boost Metaprogramming Library, David and Aleksey take TMP from the laboratory to the workplace with readable prose and practical examples, showing that "compile-time STL" is as able as its runtime counterpart. Serving as a tutorial as well as a handbook for experts, this is the book on C++ template metaprogramming."Chuck Allison, Editor, The C++ Source
標簽: metaprogramming you template excited
上傳時間: 2016-07-20
上傳用戶:gundamwzc
thanks a lot! if you have somg questions ,please ask me!
標簽: questions thanks please have
上傳時間: 2014-01-13
上傳用戶:asddsd
this file is the second development sofuware of AutoCAD,if you use it you will find it very helpful for you.
標簽: development you sofuware AutoCAD
上傳時間: 2013-12-29
上傳用戶:王楚楚
pl0 擴展功能 包括++ -- 注釋 for語句 repeat until語句 if else 語句
上傳時間: 2016-07-27
上傳用戶:王小奇
使用LR分析法對于if條件語句進行解釋,并生成3地址碼的代碼,編譯程序課程設計時會用到
標簽: 分析法
上傳時間: 2016-08-02
上傳用戶:阿四AIR