CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - sse

搜索资源列表

  1. TryDCT.rar

    0下载:
  2. 这是一组DCT和iDCT的代码,都是基于x86构架汇编的或标准C的,有使用MMX、3Dnow或者SSE、SSE2,是陈氏算法的变种,可以参考Intel APP Notes 922
  3. 所属分类:压缩解压

    • 发布日期:
    • 文件大小:155603
    • 提供者:
  1. mmx

    1下载:
  2. 经MMX, SSE 2优化后的MEMCPY,比VC中的MEMCPY快不少-as MMX, SSE, SSE2 optimization of MEMCPY than the VC lot faster MEMCPY
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1853
    • 提供者:sunshine
  1. jpegdec

    0下载:
  2. 这是一个JPEG解码器,里面使用了MMX,SSE等汇编指令集
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:61895
    • 提供者:lishuai
  1. TryDCT.rar

    0下载:
  2. 这是一组DCT和iDCT的代码,都是基于x86构架汇编的或标准C的,有使用MMX、3Dnow或者SSE、SSE2,是陈氏算法的变种,可以参考Intel APP Notes 9,This is a group of DCT and IDCT code, are based on the x86 architecture or standard C compilation, with the use of MMX, 3Dnow or SSE, SSE2, is a variant of Chen s
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-09
    • 文件大小:153684
    • 提供者:徐亮
  1. DetectionLibrary

    0下载:
  2. Chesnokov Yuriy写的人脸检测库,内容涵盖肤色检测、运动估计、SVM分类、PCA/LDA/ICA特征提取以及神经网络分类器等。-The article demonstrates face detection SSE optimized C++ library for color and gray scale data with skin detection, motion estimation for faster processing, small sized SVM and NN
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-03-28
    • 文件大小:463777
    • 提供者:刘子木
  1. mandelnt150110

    0下载:
  2. This program displays 14 different interate functions (mandelbot) graphically. It has a C frontend but all the routines are written in asm using floating point floats,doubles,long doubles(80bit),SSE,and SSE2 instructions depending on the resolution a
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:238677
    • 提供者:dancie
  1. JEPEG2000

    0下载:
  2. Implementation of JPEG2000 Using SSE Instruction Set
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:99175
    • 提供者:YUVARAJ
  1. Based-on-Genetic-Programming-SSE-50-Index-of-techn

    0下载:
  2. 遗传编程的50指数技术研究Based on Genetic Programming SSE 50 Index of technical trading rules-Based on Genetic Programming SSE 50 Index of technical trading rules
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:
    • 文件大小:265041
    • 提供者:liming2233
  1. FIR_SSE

    0下载:
  2. FIR filter to real/complex signal (platform x86, SSE instructions)
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:3906
    • 提供者:Pavel
  1. FitDataToALogisticFunction

    0下载:
  2. 在这项工作中所使用的方法是基于一个由大卫阿诺德教程。 http://online.redwoods.cc.ca.us/instruct/darnold/diffeq/logistic/logistic.pdf 这将运行该Logistic.m带来了图形用户界面。 1。放弃在列的格式文本文件中的x值 2。放弃在山口格式文本文件中的y值 3。的阴谋初始 按钮将绘制的分布 4。 查找适合 按钮,会找到最适合 5。 重置 将删除的情节(虽然我想打扫所有的领域
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:11332
    • 提供者:abeaqhax
  1. statistics.7z

    0下载:
  2. 统计计算的一些小函数,求均值,方差,相关系数,SSE,SSR,SST-Statistical computing, some small function, find the mean, variance, correlation coefficient, SSE, SSR, SST, etc.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1149
    • 提供者:y
  1. fft_ifft

    0下载:
  2. 定点化Complex16快速基4 FFT(IFFT)代码,使用SSE针对Intel CPU优化,支持阶数4-4096 其中计算4096阶FFT仅需10us-Fixpoint (Complex16) base 4 FFT code, using SSE to optimize for Intel CPU, supporting order of 4-4096
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:49690
    • 提供者:arssur
  1. curve-combine

    0下载:
  2. MATLAB提供了各种曲线拟合方法,例如:Exponential, Fourier, Gaussing, Interpolant, Polynomial, Power, Rational, Smoothing Spline, Sum of Functions, Weibull等,当然,也可以使用 Custom Equations. cftool不仅可以绘制拟合后的曲线、给出拟合参数,还能给出拟合好坏的评价参数(Goodness of fit)如SSE, R-square, RMSE等数据,非
  3. 所属分类:matlab

    • 发布日期:2017-11-06
    • 文件大小:49739
    • 提供者:李平
  1. KMeans

    1下载:
  2. K-均值聚类算法,属于无监督机器学习算法,发现给定数据集的k个簇的算法。 首先,随机确定k个初始点作为质心,然后将数据集中的每个点分配到一个簇中,为每个点找距其最近的质心, 将其分配给该质心对应的簇,更新每一个簇的质心,直到质心不在变化。 K-均值聚类算法一个优点是k是用户自定义的参数,用户并不知道是否好,与此同时,K-均值算法收敛但是聚类效果差, 由于算法收敛到了局部最小值,而非全局最小值。 K-均值聚类算法的一个变形是二分K-均值聚类算法,该算法首先将所有点作为一个簇,然
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2018
    • 提供者:iihaozl
  1. turbo

    0下载:
  2. libjpeg-turbo是对libjpeg的扩展,支持SIMD指令,如X86架构的MMX、SSE、SSE2、3DNOW,ARM架构的NEON,在对jpeg进行编码和解码的过程中能提高速度。-libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX, SSE2, NEON) to accelerate baseline JPEG compression and decompression on x86, x86-64
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-06-17
    • 文件大小:26266198
    • 提供者:Gao
  1. SSE.AVX

    0下载:
  2. SSE(SSE2,SSE3,SSE4)指令集,及AVX指令集,算法加速必备文档-SSE (SSE2, SSE3, SSE4) instruction set, and AVX instruction set, algorithm acceleration necessary documents
  3. 所属分类:Algorithm

    • 发布日期:2017-05-17
    • 文件大小:4315203
    • 提供者:于由
  1. Test_SSE

    0下载:
  2. SSE测试代码,的确可用,同时加入了openmp加速,性能提升有10x-SSE test code, is indeed available, while adding the openmp acceleration, performance improvements have 10x
  3. 所属分类:Algorithm

    • 发布日期:2017-05-27
    • 文件大小:9472014
    • 提供者:于由
  1. sse

    0下载:
  2. 利用matlab实现对语音信号的单边带调制(SSE)算法,包括语音信号的分帧、滤波、处理等。-Matlab implementation of the speech signal with a single side band modulation (SSE) algorithm, including speech signal sub frame, filtering, processing, etc..
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:79177
    • 提供者:刘伟
  1. MMCJTGD

    0下载:
  2. SSE开发的实例,对PC软件优化工作的人来说是一个很好的向导哦()
  3. 所属分类:数据挖掘

    • 发布日期:2018-05-01
    • 文件大小:31744
    • 提供者:epernnd
搜珍网 www.dssz.com