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

搜索资源列表

  1. c语言算法速查手册

    0下载:
  2. c语言学习的入门级和提高级教程,有源码
  3. 所属分类:源码下载

  1. Computer_Graphics

    0下载:
  2. 计算机图形学原理及算法教程(Visual+C++版),包含三维变换、实时动画、图形裁剪、消隐、图形相交—相切、真实感图形学、帧动画等源码。-Computer Graphics Principle and Algorithm Tutorial (Visual+ C++ Version), including three-dimensional transformation, real-time animation, graphics, cutting, blanking, graphics int
  3. 所属分类:Special Effects

    • 发布日期:2017-06-10
    • 文件大小:3.39mb
    • 提供者:Jane
  1. nn_examples

    1下载:
  2. 此为matlab教程范例,包括图像、小波分析、优化、神经网络、遗传算法及其他部分范例-This is an example of matlab tutorials, including images, wavelet analysis, optimization, neural networks, genetic algorithms and other parts of sample
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:299.59kb
    • 提供者:梓恒
  1. ACM

    0下载:
  2. acm是一门相当富有技术含量的大学生竞赛,这是其中的一些常见算法教程,希望对大家有帮助-acm is a ativity for university students
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-30
    • 文件大小:12mb
    • 提供者:zhuo
  1. 数据结构及应用算法教程

    0下载:
  2. 数据结构及应用算法,包括书,PPT和配套源代码,学习数据结构的好资料。
  3. 所属分类:数据结构常用算法

  1. 连续投影算法

    0下载:
  2. 连续投影算法是一种简单,快速选取特征变量选择方法,可用于光谱分析等。(Continuous projection algorithm is a simple, fast selection of feature variable selection method, can be used for spectral analysis.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:1.78mb
    • 提供者:日照抚远
  1. 实用算法基础教程(ACM-ICPC初级学习资料)

    0下载:
  2. 主要关于ACM/ICPC的算法讲解,使用的语言为c和c++,对ACM有兴趣的同学可以下载。(Mainly on the ACM/ICPC algorithm to explain, the use of language for C and c++, ACM interested students can download.)
  3. 所属分类:数据结构

    • 发布日期:2017-12-31
    • 文件大小:27.59mb
    • 提供者:黄晨1994
  1. PID算法

    0下载:
  2. PID代码的实现,各种代码的实现,详细的解释,非常好的学习教程(PID code to achieve a variety of code to achieve a detailed explanation, a very good learning tutorial)
  3. 所属分类:书籍源码

    • 发布日期:2018-01-03
    • 文件大小:98.78mb
    • 提供者:341203jht
  1. matlab 蚁群算法

    0下载:
  2. 蚁群算法算例,全国大学生数学建模以及美国大学生数学建模常用算法教程(This is an arithmatic which is often used in math modeling competitions.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-04
    • 文件大小:5kb
    • 提供者:Lily1997
  1. MATLAB遗传算法工具箱及其应用

    0下载:
  2. 主要有讲义,里面有教程()
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:404kb
    • 提供者:beihangkai
  1. 【算法与数据结构】105《Python算法教程》

    0下载:
  2. 【算法与数据结构】《Python算法教程》,适合python开发的人。([algorithm and data structure] "Python algorithm tutorial", suitable for the python development of people.)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:40.39mb
    • 提供者:ysz
  1. MATLAB智能算法30个案例分析 源代码

    0下载:
  2. 遗传算法的路径优化问题简单案例教程,及智能算法相关30个案例(A simple case course for path optimization of genetic algorithms)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-23
    • 文件大小:4.36mb
    • 提供者:学习小渣渣
  1. 计算机视觉-算法与应用(中文版) (1)

    0下载:
  2. 计算机视觉中的常用算法讲解以及实际应用。(Explanation and practical application of common algorithms in computer vision)
  3. 所属分类:OpenCV

    • 发布日期:2018-04-29
    • 文件大小:47.42mb
    • 提供者:nicklaus
  1. 算法导论

    0下载:
  2. 算法导论书籍,该书籍是学习算法的一本好用的教程(Introduction to Algorithms)
  3. 所属分类:数学计算

    • 发布日期:2018-04-30
    • 文件大小:53.32mb
    • 提供者:fengxingyun
  1. 32种算法

    0下载:
  2. 32种数学算法教程,算法入门优质资料。时间优化、时间序列、存储论等(32 algorithm tutorials, algorithm introduction of high quality information.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:7.77mb
    • 提供者:语与鱼
  1. 蒙特卡罗算法与matlab(精品教程)

    0下载:
  2. 蒙特卡洛算法也常用于机器学习,特别是强化学习的算法中。一般情况下,针对得到的样本数据集建立相对模糊的模型,通过蒙特卡洛方法对于模型中的参数进行选取,使之于原始数据的残差尽可能的小。从而达到建立模型拟合样本的目的。(Monte Carlo algorithm is also commonly used in machine learning, especially in reinforcement learning algorithm. In general, a relatively fuzzy
  3. 所属分类:matlab例程

    • 发布日期:2018-05-06
    • 文件大小:276kb
    • 提供者:天射手座
  1. 智能算法

    1下载:
  2. 各种智能算法的代码教程,包括数值分析课程中的代码,一维搜索、牛顿差值、梯度法、0.618法等
  3. 所属分类:matlab例程

  1. 数学建模竞赛中应当掌握的十类算法

    1下载:
  2. matlab十种常用算法教程,适合各种算法平时的使用(Matlab ten common algorithm tutorials)
  3. 所属分类:其他

    • 发布日期:2020-05-31
    • 文件大小:159kb
    • 提供者:孤灯星使
  1. adaptive-critic-designs-master

    3下载:
  2. 常用的强化学习中的自适应actor-critic算法python实现教程代码(Commonly used adaptive reinforcement learning actor-critic algorithm Python implementation tutorial code)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-11-21
    • 文件大小:32kb
    • 提供者:caiyunffx
  1. 遗传算法PPT和案例分析及源程序实现

    1下载:
  2. 如何使用遗传算法,里面有ppt教程与案例分析,遗传算法与优化问题(How to Use Genetic Algorithms)
  3. 所属分类:matlab例程

    • 发布日期:2020-11-21
    • 文件大小:401kb
    • 提供者:berseker
« 12 3 4 5 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com