CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - norm c

搜索资源列表

  1. AESDemo

    0下载:
  2. AESDemo应用例程 AES(The Advanced Encryption Standard)是美国国家标准与技术研究所用于加密电子数据的规范。它被预期能成为人们公认的加密包括金融、电信和政府数字信息的方法。本文展示了AES的概貌并解析了它使用的算法。包括一个完整的C#实现和加密.NET数据的举例。在读完本文后你将能用AES加密、测试 基于AES的软件并能在你的系统中使用AES加密。-The AESDemo application a distance AES( The Advanced E
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:34252
    • 提供者:杨康
  1. bootkitbasic

    0下载:
  2. 可在系统引导时工作的RootKit,较简单 1) It s very small.The basic framework is just about 100 lines of assembly code.It supports 2000,XP,2003 2) It patches the kernel at runtime(no files are patched on disk).(basic version has this code removed , so as other
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:72775
    • 提供者:诚然
  1. h12

    0下载:
  2. C环境下矩阵运算类,包含矩阵的基本操作,另有其范数,均值等特殊函数-C environment matrix category, including the basic matrix operations, otherwise its norm, the mean number of special function
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:13978
    • 提供者:DD
  1. TVL1_HCS_v1

    2下载:
  2. % May 2010 % This matlab code implements TVL1 based Hybrid Compressive Sensing using LSQR. % Only suitable the small scale data due to the costly storage and computation. % % A - M x N measurement matrix: random sampling alone or hybrid sampling (ran
  3. 所属分类:matlab例程

  1. vector

    0下载:
  2. class for work with 3d Vectors: add, sub, saclar multiple, cross multiple, norm, div
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1450
    • 提供者:v.pupkin
  1. MPEG2-AVI

    0下载:
  2. The development is based on MSSG MPEG2Decode 1. GUI interface (gui.cpp) 2. VFAPI support (vfapi.c vfapidec.c) 3. AC3/MPA/LPCM demux (getbit.c) 4. Auto-split AVI output through RGB24/YUY2 (store.c) 5. YUY2 DirectDraw Overlay (store.c gu
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:141296
    • 提供者:tanret
  1. norm

    0下载:
  2. A source code of function which convert image from RGB scale - space into normalized RGB scale - space, using Visual C++ 2008 and OpenCV library. Normalized RGB scale - space can be used in color detection techniques, because this is independent
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:339109
    • 提供者:lukeam
  1. DVD2AVI_164_SRC

    0下载:
  2. Dvd to AVI DVD2AVI is based on MSSG MPEG2Decode-1. GUI interface (gui.cpp) 2. VFAPI support (vfapi.c vfapidec.c) 3. AC3/MPA/LPCM demux (getbit.c) 4. Auto-split AVI output through RGB24/YUY2 (store.c) 5. YUY2 DirectDraw Overlay (store.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:157318
    • 提供者:李林
  1. norm

    0下载:
  2. TSP traveling salesman problem C++ solution
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:174105
    • 提供者:HICHO
  1. lbfgs

    0下载:
  2. This submission contains an interface to a LBFGS-code for unconstrained minimization problems of the form min_{x} f(x) + c*|\tilde{x}|, where x are the parameters, f is a scalar valued real function, c is a positive scalar (default value=0), |.|
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:9290
    • 提供者:Karthi
  1. fractal

    0下载:
  2. matlab程序画图,常见分形图,function cantor(A,B) c=1 p=0 figure hold on plot([A(2) B(2)],[A(1) B(1)], r* ) while norm(A(1,:)-B(1,:))>=1 C=[] D=[] for i=1:size(A,1) a=A(i,:)+(B(i,:)-A(i,:))/3 b=A(i,:)+2*(B(i,:)-A(i,:))/3 C=
  3. 所属分类:Fractal program

    • 发布日期:2017-11-13
    • 文件大小:2284
    • 提供者:郑志森
  1. shuzhifenxi1

    0下载:
  2. 数值分析中通过幂法和反幂法计算矩阵的特征值和特征向量,计算出矩阵的谱范数和行列式,通过c实现-Numerical analysis by the power method and the inverse power method to calculate the matrix eigenvalue and eigenvectors calculated the spectral norm of the matrix and the determinant c achieve
  3. 所属分类:Algorithm

    • 发布日期:2017-11-12
    • 文件大小:5893
    • 提供者:liupudu
  1. atheken-NoRM

    0下载:
  2. mogodb的驱动,适用于C#程序。包括了多种类型比如linq、MapReduce-C# program applicable to driver of mogodb,. Including multiple types linq, MapReduce
  3. 所属分类:Other Databases

    • 发布日期:2017-11-24
    • 文件大小:1370582
    • 提供者:徐勉
  1. fuzzy

    0下载:
  2. Fuzzy c-means clustering (FCM) with spatial constraints (FCM_S) is an effective algorithm suitable for image segmentation. Its effectiveness contributes not only to introduction of fuzziness for belongingness of each pixel but also to exploitat
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:36555
    • 提供者:mahsy
  1. norm

    0下载:
  2. inflate.c zlib interface to inflate modules. -inflate.c zlib interface to inflate modules.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4842
    • 提供者:twbwzun
  1. Zero

    0下载:
  2. Fast Numerical Computational C++ lib: Including the following classes: class Complex • class ComplexVector • class ComplexMatrix • class RealVector • class RealMatrix • class Kronecker • class Gauss_Jorda
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:868011
    • 提供者:章隆
  1. Parafac codes

    0下载:
  2. PARAFAC源程序,可以用于平行因子分析处理的算法,很全很好用(unction [A,B,C,LLF,I,J,K] = parafac(XPK,I,N,epsilon) % PARAFAC Parallel factor analysis for an three-way data array % The iterative process is continued until that m > 300 or ABS((LF(m)-LF(m-1)) % /LF(m-1)) is l
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:128000
    • 提供者:东东1234
搜珍网 www.dssz.com