攝像機圓球標定程序(包括SDP,DSDP,IDC,DIDC,alg,Dalg六種算法的實現)
上傳時間: 2014-01-22
上傳用戶:nanxia
alg技術白皮書1 概述 1.1 產生背景 在應用層協議中,有很多協議都包含多通道的信息,比如多媒體協議(H.323、 SIP等)、FTP、SQLNET等。這種多通道的應用需要首先在控制通道中對后續數 據通道的地址和端口進行協商,然后根據協商結果創建多個數據通道連接。在NAT 的實際應用過程中,NAT僅對網絡層報文的報文頭進行IP地址的識別和轉換,對于 應用層協議協商過程中報文載荷攜帶的地址信息則無法進行識別和轉換,因此在有 NAT處理的組網方案中,NAT利用alg技術可以對多通道協議進行應用層的報文信 息的解析和地址轉換,保證應用層上通信的正確性。 在傳統的包過濾防火墻中,也會遇到類似問題。由于包過濾防火墻是基于IP包中的 源地址、目的地址、源端口和目的端口來判斷是否允許包通過,這種基于靜態IP包 頭的匹配雖然可以允許或者拒絕特定的應用層服務,但無法理解服務的上下文會 話,而且對于多通道的應用層協議,其數據通道是動態協商的,無法預先知道數據 通道的地址和端口,無法制定完善的安全策略。ASPF利用alg技術便可以解決包 過濾防火墻遇到的問題,實現對多通道應用協議的動態檢測。 綜上所述,alg和NAT、ASPF特性的配合使用,可以解決這些特性遇到的應用層 協議的多通道問題,進而可以協助網絡設備實現整體的網絡安全解決方案。 1.2 技術優點 alg和NAT、ASPF等特性配合使用,為內部網絡和外部網絡之間的通信提供基于 應用的訪問控制,具有以下優點: z alg 統一對各應用層協議報文進行解析處理,避免了 NAT、ASPF 特性對同 一類報文應用層協議的重復解析,可以有效提高報文轉發效率。 z alg 的狀態檢測是基于應用層協議的,能夠監聽每一個應用的每
標簽: alg
上傳時間: 2022-02-28
上傳用戶:20125101110
破解V2手機卡軟件 以東V2卡可解了,全國3創解卡技術,移動從05年下半年起采用了V2的卡,現有的解卡軟件都不能解出KI,經過專家人士2年多的研究,終于可以解移動V2卡了,首先用Cnmk.Net_V2卡信息收集器.exe信息分析軟件,當軟件出"恭喜你,此卡可破解,請將該程序同目錄下的alg.tmp文件保存好并與作者聯系!"的提示時說明此卡有解,你可將alg.tmp文件傳給我,我通過專用的軟件分析提供的文件,得到一對KI提供給你,你就可以用woron scan 1.09軟件獲得完整的KI.如果提示"此為V1卡,請用simscan破解!",那你可以用simscan破解,如果提示為V1卡,又不能解也可聯系我!本方式解卡不用寄卡,不用擔心泄密,由于讀卡是由用戶自己讀卡,而且提供的文件只包含及少信息,僅可算出KI的一對,因此不會因為解卡而泄漏卡的KI信息.
上傳時間: 2015-12-29
上傳用戶:daguda
The LZW compression class i mplemented as a fixed length code which you can specify, the huffman algorithm implementation encodes a byte into a variable length bit array. Both of them can work with streams
標簽: compression mplemented huffman specify
上傳時間: 2013-12-03
上傳用戶:yzhl1988
The tca package is a Matlab program that implements the tree-dependent component analysis (TCA) algorithms that extends the independent component analysis (ICA), where instead of looking for a linear transform that makes the data components independent, we are looking for components that can be best fitted in a tree structured graphical model. The TCA model can be applied in any situation where the data can be assumed to have been transformed by an unknown linear transformation.
標簽: tree-dependent implements component analysis
上傳時間: 2016-09-17
上傳用戶:cazjing
Answering Queries using views is an article that contains an introduction to the theory and some algorithms, examples for the queries that uses views to resolve some problems. Also this article have a large references for more information about this subject.
標簽: introduction Answering contains Queries
上傳時間: 2017-03-18
上傳用戶:wangyi39
This contribution provides functions for finding an optimum parameter set using the evolutionary algorithm of Differential Evolution. Simply speaking: If you have some complicated function of which you are unable to compute a derivative, and you want to find the parameter set minimizing the output of the function, using this package is one possible way to go.
標簽: contribution evolutionary functions parameter
上傳時間: 2017-06-03
上傳用戶:海陸空653
The code performs a number (ITERS) of iterations of the Bailey s 6-step FFT algorithm (following the ideas in the CMU Task parallel suite). 1.- Generates an input signal vector (dgen) with size n=n1xn2 stored in row major order In this code the size of the input signal is NN=NxN (n=NN, n1=n2=N) 2.- Transpose (tpose) A to have it stored in column major order 3.- Perform independent FFTs on the rows (cffts) 4.- Scale each element of the resulting array by a factor of w[n]**(p*q) 5.- Transpose (tpose) to prepair it for the next step 6.- Perform independent FFTs on the rows (cffts) 7.- Transpose the resulting matrix The code requires nested Parallelism.
標簽: iterations performs Bailey number
上傳時間: 2014-01-05
上傳用戶:libenshu01
Java Application for testing Encryption/Decryption of several algorithms: Ceaar, Vigenere, a custom make alg (key + permutation of elements)
標簽: Application Encryption Decryption algorithms
上傳時間: 2014-01-18
上傳用戶:CHENKAI