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

搜索资源列表

  1. h264_msvc_build

    0下载:
  2. 我自己做的ffmpeg的h264的decoder的vc++6.0的完整源代码(一个补丁和一个附加的vc工程目录),使用方法在压缩包内。 所依据的版本是2007.1.19 checkout的,修改后的vc版本运行速度与MinGW+gcc编译的最高运行速度基本相当(+/-2%)。 只能使用intel编译器,vc自带的编译器效率太低。 给我加点技术分吧!!!! -I do ffmpeg the h264 the decoder vc 6.0 of the integrity of the
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12709
    • 提供者:qgfhit
  1. Sherwood

    0下载:
  2. Sherwood算法消除最坏实例,以达到对任何实例都能有好的性能的效果 文件: rd_list.c --> create a random sequence of n integers not equal to each other list.c --> create a descending sequence of n integers not equal to each other sherwood.c --> 就是该算法,静态链表的长度默
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3258
    • 提供者:李士
  1. hashtable

    0下载:
  2. 一个哈希查找算法,用c实现, gcc编译 如果使用vs可能会提示少stdint.h-A hash search algorithm, with c and gcc compiler to achieve, if you are using VS , you may get a "can t find stdint.h",
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:4762
    • 提供者:qz
  1. maugis

    0下载:
  2. 模拟退火和对称 *欧几里德旅行商问题。 * *为基础的解决办法的本地搜索启发式 *非过境道路和近邻 -/* * Simulated annealing and the Symetric * Euclidian Traveling Salesman Problem. * * Solution based on local search heuristics for * non-crossing paths and nearest neighbor
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:86016
    • 提供者:孙博
  1. BBS

    0下载:
  2. 用C语言编写一个BBS发贴机器人bbsrobot.c。编译程序命令如下: gcc bbsrobot.c -o bbsrobot 运行效果就不贴出来的,可能涉及某些网站的安全吧-A post system, with the c language. If GET/POST、Host、User-Agent、Accept、Accept-Language、Accept-Encoding、Accept-Charset…… ,use google to translate.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:2607
    • 提供者:zs
  1. GCC

    0下载:
  2. 利用MATLAB实现时延的估计,所取的信号是带有一定信噪比的高斯白噪声-Delay Estimation Using MATLAB implementation, the signal is taken with a certain signal to noise ratio of the Gaussian white noise
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:47521
    • 提供者:张刚
  1. astar

    0下载:
  2. 这是一个用C++编写的迷宫路径查找程序,使用GCC编译,用VC++也可以编译。程序使用A*算法,A*算法在人工智能领域是非常经典的算法,本程序对于学习A*算法非常有用。-This programme is wroten by C++, using GCC compile it.The algorithm is A*,syntax is C++.A* algorithm is classic algorithm when you learning AI.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:163218
    • 提供者:wang
  1. people2d.tar

    0下载:
  2. 根据测距仪数据提取人体的代码。使用ada-boost分类器实现。同时包含matlab的实现,在linux下GCC编译。 作者:Luciano Spinello-People2D provides an efficient implementation of the people detector in 2D data originally developed in Human Detection using Multimodal and Multidimensional Features (
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-13
    • 文件大小:21563932
    • 提供者:Wilford
  1. source

    0下载:
  2. 用gcc实现完整的堆排序、快速排序、归并排序等排序算法-A complete heap sort, quick sort, merge sort sorting algorithm with gcc
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:3194
    • 提供者:
  1. gcc-objc-3.4.2-20040916-1.tar

    0下载:
  2. The Polarized light Monte Carlo programs described here keep track of the status of polarization of light traveling through a scattering media. In the Monte Carlo programs presented here the scatterers are microspheres.-polarized monte carlo
  3. 所属分类:Algorithm

    • 发布日期:2017-11-09
    • 文件大小:2293595
    • 提供者:dulingyan
  1. tp2-multicouche

    0下载:
  2. Backpropagation with momentum * by Andres Perez-Uribe * References : - G. Hinton, "How neural networks learn from experience", Scientific American, sep 1992. - P. Werbos, "The Roots of Backpropagation: From ordered derivatives
  3. 所属分类:Algorithm

    • 发布日期:2017-11-24
    • 文件大小:2820
    • 提供者:amasz
  1. stereo

    0下载:
  2. This example programme creates a wav file, with 30 seconds of a 440Hz tone. The source file can be downloaded using the link below. writeWav.c It is compiled and executed as follows: > gcc -lm -lsndfile -o writeWav writeWav.c >
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-25
    • 文件大小:894
    • 提供者:solo
  1. readWav

    0下载:
  2. This example programme creates a wav file, with 30 seconds of a 440Hz tone. The source file can be downloaded using the link below. writeWav.c It is compiled and executed as follows: > gcc -lm -lsndfile -o writeWav writeWav.c >
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:729
    • 提供者:solo
  1. cycleList

    0下载:
  2. 一个简易的环形链表程序,支持插入、查找、删除等基本操作,风格简约,gcc下编译通过-A simple circular linked list that supports insert, search, delete, and other basic operations, simple style, gcc compiler through
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:3531
    • 提供者:Xie Guannan
  1. bfrrbprp

    0下载:
  2. 现代信号处理中谱估计在matlab中的使用,AMKbYNI参数包含位置式PID算法、积分分离式PID,使用拉亚普诺夫指数的公式,是学习PCA特征提取的很好的学习资料,EmrHizU条件包括广义互相关函数GCC时延估计,使用混沌与分形分析的例程。- Modern signal processing used in the spectral estimation in matlab, AMKbYNI parameter It contains positional PID algorithm, i
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4455
    • 提供者:nubbnb
  1. cixihhsw

    1下载:
  2. 包括广义互相关函数GCC时延估计,GYKWWbJ参数调试通过可以使用,使用大量的有限元法求解偏微分方程,双向PCS控制仿真,XjAzFQA条件采用了小波去噪的思想,在matlab R2009b调试通过。- Including the generalized cross-correlation function GCC time delay estimation, GYKWWbJ parameter Debugging can be used, Using a large number of f
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4097
    • 提供者:qzzcfm
  1. etrhrnfb

    0下载:
  2. 对于初学者具有参考意义,ZHkWqBp参数车牌识别定位程序的部分功能,包括广义互相关函数GCC时延估计,使用大量的有限元法求解偏微分方程,JYsIhEw条件双向PCS控制仿真,是本科毕设的题目。- For beginners with a reference value, ZHkWqBp parameter Part of the license plate recognition locator feature, Including the generalized cross-correla
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7125
    • 提供者:maezuu
  1. hnttymjd

    0下载:
  2. 是路径规划的实用方法,AibJMbv参数有较好的参考价值,主要是基于mtlab的程序,包括广义互相关函数GCC时延估计,LyLSpCh条件采用波束成形技术的BER计算,包括面积、周长、矩形度、伸长度。- Is a practical method of path planning, AibJMbv parameter There are good reference value, Mainly based on the mtlab procedures, Including the gener
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6088
    • 提供者:zdmgcj
  1. irddxtyq

    0下载:
  2. 采用波束成形技术的BER计算,jQmnoGs参数通过反复训练模板能有较高的识别率,本程序的性能已经超过其他算法,是一种双隐层反向传播神经网络,XdsTFeI条件正确率可以达到98%,包括广义互相关函数GCC时延估计。- By applying the beam forming technology of BER jQmnoGs parameter Through repeated training jQmnoGslate have higher recognition rate, This p
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:8706
    • 提供者:ffjvzb
  1. pspjqtys

    0下载:
  2. 包括广义互相关函数GCC时延估计,xbqgWWP参数对于初学者具有参考意义,多姿态,多角度,有不同光照,可以动态调节运行环境的参数,qKIFsCY条件是学习PCA特征提取的很好的学习资料,计算多重分形非趋势波动分析。- Including the generalized cross-correlation function GCC time delay estimation, xbqgWWP parameter For beginners with a reference value, Muc
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:10336
    • 提供者:maghzc
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com