google hacking其實(shí)并算不上什么新東西,在早幾年在一些國(guó)外站點(diǎn)上就有過(guò)相關(guān)的介紹,但是由于當(dāng)時(shí)并沒(méi)有重視這種技術(shù),認(rèn)為最多就只是用來(lái)找找未改名的mdb或者別人留下的webshell什么的,并無(wú)太大實(shí)際用途.但是前段時(shí)間仔細(xì)啃了些資料才猛然發(fā)覺(jué)google hacking其實(shí)并非如此簡(jiǎn)單
標(biāo)簽: webshell hacking google mdb
上傳時(shí)間: 2014-01-07
上傳用戶:lizhizheng88
程序算任意點(diǎn)FFT和小波變換,以及可選擇多種小波及小波變換后的單頻帶重夠,另算信號(hào)的Lipschitz指數(shù),高級(jí)數(shù)字信號(hào)處理!
標(biāo)簽: Lipschitz FFT 小波變換 程序
上傳時(shí)間: 2015-06-27
上傳用戶:jackgao
超寬頻(UWB)無(wú)線脈衝通訊之射頻 RFIC 收發(fā)機(jī)及天線系統(tǒng)的研究製作
標(biāo)簽: RFIC UWB 無(wú)線 系統(tǒng)
上傳時(shí)間: 2014-11-23
上傳用戶:541657925
%電影動(dòng)畫(huà): %1.首先調(diào)用moviein函數(shù)對(duì)內(nèi)存初始化.創(chuàng)建一個(gè)足夠大的矩陣來(lái)容納一系列指定的圖形(幀) %2.調(diào)用getframe函數(shù)生成每一幀.該函數(shù)返回一個(gè)矢量,利用這個(gè)矢量創(chuàng)建一個(gè)電影動(dòng)畫(huà)矩陣 %3.調(diào)用movie函數(shù)按照指定速度進(jìn)行指定次數(shù)的播放 %例子2:演示如何實(shí)現(xiàn)快速傅立葉變換(exp(j*2*pi/n))的可視化過(guò)程
標(biāo)簽: getframe moviein 函數(shù) 幀
上傳時(shí)間: 2015-06-30
上傳用戶:zsjzc
遠(yuǎn)志網(wǎng)絡(luò)還原大師算號(hào)器的源碼,看了就明白很粗糙的算法但畢竟能用。
標(biāo)簽: 網(wǎng)絡(luò) 算號(hào)器 源碼 還原大師
上傳時(shí)間: 2015-07-02
上傳用戶:Yukiseop
Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition) Author: David R. Musser / Gillmer J. Derge / Atul Saini / Gilmer J. Derge Publisher: Addison-Wesley Page: 560 Edition: 2nd edition (March 27, 2001) Format: PDF Summary: The Standard Template Library was created as the first library of genetic algorithms and data structures, with four ideas in mind: generic programming, abstractness without loss of efficiency, the Von Neumann computation model, and value semantics. This guide provides a tutorial, a description of each element of the library, and sample applications. The expanded second edition includes new code examples and demonstrations of the use of STL in real-world C++ software development it reflects changes made to STL for the final ANSI/ISO C++ language standard.
標(biāo)簽: Programming Reference Standard Template
上傳時(shí)間: 2014-01-19
上傳用戶:netwolf
車(chē)牌定位---VC++源代碼程序 1.24位真彩色->256色灰度圖。 2.預(yù)處理:中值濾波。 3.二值化:用一個(gè)初始閾值T對(duì)圖像A進(jìn)行二值化得到二值化圖像B。 初始閾值T的確定方法是:選擇閾值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分別是最高、最低灰度值。 該閾值對(duì)不同牌照有一定的適應(yīng)性,能夠保證背景基本被置為0,以突出牌照區(qū)域。 4.削弱背景干擾。對(duì)圖像B做簡(jiǎn)單的相鄰像素灰度值相減,得到新的圖像G,即Gi,j=|Pi,j-Pi,j-1|i=0,1,…,439 j=0,1,…,639Gi,0=Pi,0,左邊緣直接賦值,不會(huì)影響整體效果。 5.用自定義模板進(jìn)行中值濾波 區(qū)域灰度基本被賦值為0。考慮到文字是由許多短豎線組成,而背景噪聲有一大部分是孤立噪聲,用模板(1,1,1,1,1)T對(duì)G進(jìn)行中值濾波,能夠得到除掉了大部分干擾的圖像C。 6.牌照搜索:利用水平投影法檢測(cè)車(chē)牌水平位置,利用垂直投影法檢測(cè)車(chē)牌垂直位置。 7.區(qū)域裁剪,截取車(chē)牌圖像。
上傳時(shí)間: 2013-11-26
上傳用戶:懶龍1988
freescale 單片機(jī)LCD驅(qū)動(dòng),請(qǐng)仔細(xì)查閱
標(biāo)簽: freescale LCD 驅(qū)動(dòng)
上傳時(shí)間: 2013-12-27
上傳用戶:aa54
Flash8程式設(shè)計(jì)電子書(shū), 讓你輕輕鬆鬆的進(jìn)入flash8的程式設(shè)計(jì)世界,
上傳時(shí)間: 2014-01-25
上傳用戶:CSUSheep
J2ME下一個(gè)還算簡(jiǎn)單的電話本功能代碼 測(cè)試通過(guò) 可以運(yùn)行,歡迎大家和我聯(lián)系
上傳時(shí)間: 2014-01-03
上傳用戶:royzhangsz
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1