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

搜索资源列表

  1. DemoAlgorithm

    0下载:
  2. Cohen-Sutherland.The classical algorithm in computer graphics. Suitable for beginners to learn.-Cohen-Sutherland.The classical algorit hm in computer graphics. Suitable for beginner 's to learn.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:43822
    • 提供者:zhanglei
  1. octane-1.01.20-src

    0下载:
  2. Octane v1.01.20 The Open Compression Toolkit for C++ . The Open Compression Toolkit is a set of modular C++ classes and utilities for implementing and testing compression algorithms. Simple interface and skeleton code for creating new compre
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:173291
    • 提供者:jason..
  1. fast-des3.0.tar.z

    0下载:
  2. des算法实现源码,des algorithm realization source code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-08
    • 文件大小:100637
    • 提供者:
  1. PEG_LDPC.rar

    4下载:
  2. 引入PEG(Progressive-edge-growth)算法来构造适合线性时间编码的LDPC校验矩阵,译码时采用简化最小和Min-Sum译码算法实现简化译码.仿真结果表明,该方法能够构造适合LDPC码的线性时间编码的下三角校验矩阵日,并且用此方法构造的LDPC码性能非常接近原来PEG算法构造的LDPC码.同时通过采用最小和Min-Sum算法降低译码复杂度.,The introduction of PEG (Progressive-edge-growth) algorithm to const
  3. 所属分类:通讯/手机编程

    • 发布日期:2012-10-30
    • 文件大小:169250
    • 提供者:卡卡
  1. GOERTZEL.rar

    0下载:
  2. GOERTZEL算法,应用于音调检测,能够连续实时的进行FFT处理。,GOERTZEL algorithm, applied to tone detection, continuous real-time be able to deal with the conduct of FFT.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:1029
    • 提供者:刘俊廷
  1. 频域回声抵消其算法

    1下载:
  2. 频域回声抵消其算法,运用FFT的高效快速实现系数更新,multidelay frequency echo canceller
  3. 所属分类:数学计算/工程计算

    • 发布日期:2012-10-20
    • 文件大小:8252
    • 提供者:黄瑛
  1. sm3

    0下载:
  2. 国密算法SM3,在c环境下练习的程序,希望对大家有帮助-encrypt algorithm sm3
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:3000
    • 提供者:罗凯
  1. convex_optimization.rar

    1下载:
  2. 凸优化程序包,包含各种凸优化算法,可供方便调用.,Convex optimization package, contains a variety of convex optimization algorithm, for convenience call.
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:5305787
    • 提供者:李普
  1. 8puzzle(C)

    1下载:
  2. A星算法解决八数码难题,用C语言写的期末课程设计-A digital satellite algorithm to solve eight problems, written by C language at the end of the curriculum design
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:50941
    • 提供者:吴超前
  1. TwoColorBalls

    3下载:
  2. 彩票双色球预测算法代码,需要往期开奖历史数据作为参考!-Loans lottery prediction algorithm code, the need to view historical data as a reference data!
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-03-15
    • 文件大小:2103603
    • 提供者:燕南
  1. NLM

    3下载:
  2. 里面有一篇非局部均值去噪的文章,并附有代码。经调试,代码正确。-There are a non-local means denoising article, along with the code. After debugging, the code is correct.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:260416
    • 提供者:yyyjjj
  1. RegextoDFA

    0下载:
  2. 正则表达式转DFA,设计原理:1正则表达式转换为带ε的NFA(Thompson构造法);2ε-NFA转为DFA;3最小化DFA;4DFA状态转换表判断是否接受输入字符串,附有详细文档说明。-Regular expressions turn DFA, design principles: a regular expression is converted to ε of the NFA (Thompson Construction Law) 2ε-NFA to DFA 3 minimal DF
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:85008
    • 提供者:王乾坤
  1. Split_radix

    1下载:
  2. FFT的分裂基算法,很详细的注释,花了两天的时间。希望对大家有帮助-The Split-radix FFT algorithm, a very detailed notes, spent a couple of days. We want to help
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:975
    • 提供者:尚龙
  1. Mouse-gestures-recognition

    0下载:
  2. 基于点轨迹的手势识别.鼠标右键点击开始记录鼠标轨迹,基于记录的轨迹,利用神经网络算法进行识别.-Trajectory based on the point of gesture recognition. By right-clicking the mouse to start recording the track, based on track record, the use of neural network algorithm to identify.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:103847
    • 提供者:wdx
  1. Iluk

    2下载:
  2. 这是用于线性方程组求解的ILUK预处理算法的实现。在VC++编译通过。矩阵采用压缩稀疏行格式存储(CSR),采用如下结构存储:struct Distmatrix {double **ma int **ja,dimension,*nnzrow } 很容易移植到自己定义数值计算软件包中。经本人测试计算效率比Fortran写的高很多(比如与Sparskit2比较)。-This is used for solving linear equations ILUK preconditioning algor
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:58626
    • 提供者:张德柱
  1. AntiDisline

    1下载:
  2. opengl反走样算法和加权区域采样反走样算法-opengl Anti-aliasing algorithm and weighted area sampling anti-aliasing algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-09
    • 文件大小:36128
    • 提供者:侯锦
  1. include

    0下载:
  2. 非线性最小二乘问题的修正Gauss-Newton法所计算的函数-Rectification of nonlinear least squares Gauss-Newton method calculated function
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:5176
    • 提供者:liang
  1. FFTLib.h

    0下载:
  2. Fast Fourier Transform FFTLib.h
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:953
    • 提供者:Cheol
  1. LZ77

    0下载:
  2. LZ77 - compresor and uncompresor in C#-LZ77- compresor and uncompresor in C#
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:50949
    • 提供者:LinteG
  1. KNN

    0下载:
  2. K Nearest Neighbor algorithm Implementation and Overview
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2260
    • 提供者:vietanh
« 12 3 4 »
搜珍网 www.dssz.com