虫虫首页|资源下载|资源专辑|精品软件
登录|注册

alg

  • 摄像机圆球标定程序(包括SDP,DSDP,IDC,DIDC,alg,Dalg六种算法的实现)

    摄像机圆球标定程序(包括SDP,DSDP,IDC,DIDC,alg,Dalg六种算法的实现)

    标签: DSDP DIDC Dalg SDP

    上传时间: 2014-01-22

    上传用户:nanxia

  • alg技术白皮书

    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-27

    上传用户:20125101110

  • 破解V2手机卡软件 以东V2卡可解了

    破解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 alg

    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) alg

    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 alg

    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-17

    上传用户:wangyi39

  • This contribution provides functions for finding an optimum parameter set using the evolutionary alg

    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 alg

    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

    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-17

    上传用户:CHENKAI