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

搜索资源列表

  1. nsga2(c)

    2下载:
  2. C语言编写的遗传算法NSGA2,可以直接套用函数运算-C language NSGA2 genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:283728
    • 提供者:最爱爽肤水
  1. C

    0下载:
  2. arm的C语言教程 无操作系统支持的嵌入式系统软件,包括系统引导(BOOT) 、驱动程序、动态内存管理、IPO、通信以及应用软件等方面。 本文详细介绍了嵌入式平台上用C 语言编写系统软件和应用软件的方法。虽然是针对ARM平台介绍的,但基本经验和算法也适 合于其他嵌入式平台的软件设计-arm of the C language tutorial without operating system support for embedded systems software, including
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-21
    • 文件大小:6025270
    • 提供者:朱明健
  1. c

    0下载:
  2. C++经典算法源码绝对的经典好的算法源码-C++ classic algorithm source algorithm absolute classic good source
  3. 所属分类:source in ebook

    • 发布日期:2017-05-01
    • 文件大小:842595
    • 提供者:name
  1. ourdev_339105

    0下载:
  2. dsp各种算法大全,而且是用C语言描述的,有很强的参考性,欢迎点击下载-Encyclopedia of dsp algorithms, and is described in C language, have a strong reference, please click to download
  3. 所属分类:DSP program

    • 发布日期:2017-04-08
    • 文件大小:980640
    • 提供者:mike
  1. c

    0下载:
  2. c入门代码大全,算法大全,数据类型,文件,指针-c Guinness entry code, algorithms Guinness Entry code Guinness, Guinness algorithm, data type, file, pointer
  3. 所属分类:source in ebook

    • 发布日期:2017-03-30
    • 文件大小:796102
    • 提供者:yxing
  1. Miller-Rabin-c

    0下载:
  2. 求质数的算法之Miller-Rabin费马小定理-Prime number for the Miller-Rabin algorithm of Fermat' s Little Theorem
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:833
    • 提供者:li shu
  1. c

    0下载:
  2. 用c 语言编写的各种函数,比如 冒泡排序,选择排序, 汉诺塔算法-Written by c various functions, such as Bubble Sort, Selection Sort, Tower of Hanoi algorithm, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-16
    • 文件大小:4518416
    • 提供者:xiaoqing
  1. S-C-development

    0下载:
  2. 原始的S&C同步算法峰值会有平台,我的改进算法使之趋于尖峰。仿真结果:不在出现峰值平台,有一个峰值尖峰出现,误差很小。-The original S & C peak synchronization algorithm will be a platform to improve my algorithm tends to peak. Simulation Results: The peak value is not a platform, there is a peak value of pea
  3. 所属分类:Communication

    • 发布日期:2017-03-27
    • 文件大小:30222
    • 提供者:李刚
  1. Cpp1.c

    0下载:
  2. 利用栈的知识来求出从入口到出口的所有路径。采用穷举算法,即从入口出发,顺某一方向向前探索,若能走通,则继续向前走;否则沿原路退回一步,换一个方向再继续向前探索,直至所有可能的通路都探索到为止。为了保证在任何位置上都能沿原路退回,则需要一个栈来保存路径。迷宫的输入提供了两种形式,一种是系统默认的输入形式,令一种是用户可以指定文件,只要文件符合格式,用户即可将其作为迷宫地图。最终即可以显示总的路径数目,也可用箭头的形式显示迷宫的走法,形象直观。-maze
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:1753
    • 提供者:zhangwen
  1. PIDC

    1下载:
  2. PID算法温控C语言程序设计,一个非常有用且简单的C语言程序-PID temperature control algorithm for C language programming, a very useful and simple C language program
  3. 所属分类:编程文档

    • 发布日期:2013-12-12
    • 文件大小:6295
    • 提供者:黄琳
  1. PID

    0下载:
  2. PID算法演示程序,直接输入PID控制参数就可以进行仿真,希望大家交流-PID algorithm demo program, direct importation of PID control parameters can be simulated, I hope to facilitate the exchange of
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:198443
    • 提供者:stone
  1. C-algorithm

    0下载:
  2. C语言常用算法源代码,各算法见目录下文件名,希望对各位学习有帮助-C language source code commonly used algorithm, the algorithm see the file name directory, and they hope to help you learn
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:315444
    • 提供者:www
  1. C

    0下载:
  2. C语言编程绘图介绍,很详细 1、二维图形中基本图元的生成算法 2、二维图形的基本操作和图形处理的算法 3、二维图形的输入与输出。 4、三维几何造型技术的研究。 5、真实感图形的生成算法-C design
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:497180
    • 提供者:hanhai
  1. suanfadaquan

    0下载:
  2. 数据结构的算法大全,里面有很多算法的代码,全部是用C语言写的。-Data structures algorithms Daquan, there are many algorithms of code, all is written in C language.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:15069
    • 提供者:潘昭宇
  1. C

    0下载:
  2. 常用算法程序集,可以用,是TXT格式,通过复制黏贴到C中运行即可-C
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:177711
    • 提供者:林盛
  1. Algorithms.In.C.3rd.Ed.Part5.Graph.Algorithms

    1下载:
  2. 经典算法书(中文版)。这一套算法系列书介绍了当今最重要的算法,共分3卷,这是第2卷(第五部分),集中讲解图算法。本书共有6章(第17章~第22章)。第17章详细讨论图性质和类型,第18章~第22章分别讲解图搜索、有向图和DAG、最小生成树、最短路径以及网络流。书中提供了用C语言描述的完整算法源程序,并且配有丰富的插图和练习。-Algorithms in C, Third Edition, Part 5: Graph Algorithms is the second book in Sedgewi
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-06-01
    • 文件大小:13904888
    • 提供者:wang
  1. C

    0下载:
  2. C的改进遗传算法,Change any of these parameters to match your needs-C Improved Genetic Algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:197767
    • 提供者:luozhi
  1. the-codes-of-C-about-important-algorithms

    0下载:
  2. 10个重要的算法C语言实现源代码:拉格朗日,牛顿插值,高斯,龙贝格,牛顿迭代,牛顿-科特斯,雅克比,秦九昭,幂法,高斯塞德尔-10 key algorithm C language source code: Lagrange, Newton interpolation, Gaussian, Romberg, Newton, Newton- Cortez, Jacobi, Qinjiu Zhao, power method, high Sisedeer
  3. 所属分类:source in ebook

    • 发布日期:2017-03-23
    • 文件大小:7623
    • 提供者:jhy
  1. c-tsp

    0下载:
  2. 实现旅行商问题的解决(微粒群算法或者蚁群算法)-To achieve resolution of the traveling salesman problem (or ant colony optimization Particle swarm optimization)
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:3054
    • 提供者:吴明
  1. watermark-C

    1下载:
  2. 该目录包含了基于可移植的C语言的数字水印算法的代码。-The directory contains the C language-based portable digital watermarking algorithm code.
  3. 所属分类:图形图象

    • 发布日期:2013-05-06
    • 文件大小:19591
    • 提供者:chenchao
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com