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

搜索资源列表

  1. btree

    0下载:
  2. 标准C++的B树实现,使用类和模板,具有通用和代表性。-A c++ implementation OF b tree, which is generic and representative.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:11926
    • 提供者:
  1. High-Qulity-C

    0下载:
  2. 高质量c语言标准华为内部规范,各种语句的缺陷与注意事项-failed to translate
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:427979
    • 提供者:周明成
  1. sorts

    0下载:
  2. 插入、合并、快速、冒泡、桶排序性能分析 标准C++代码,运用面向对象的设计理念,整体结构紧凑富有逻辑性 具体算法参照《算法导论》第四版 vs2010下可以正常运行 其他环境下,请自行建立工程,并拷贝sorts目录下sorts.cpp CalTime.h CalTime.cpp的内容 -Insert, merge, quick, bubble, bucket sort performance analysis Standard C code, the use of
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3653599
    • 提供者:Beef
  1. cppreference

    0下载:
  2. 一份关于标准C++的文档,如库函数,stl等,chm格式-this is a chm file about standard cplusplus
  3. 所属分类:STL

    • 发布日期:2017-04-17
    • 文件大小:161971
    • 提供者:chenchangjun
  1. example33

    0下载:
  2. 使用标准C采用数组实现栈的非递归算法进行迷宫问题的求解-Demo C program for maze It shows how to realize stack using standard C
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:2663
    • 提供者:林镇安
  1. Matrix

    0下载:
  2. 矩阵运算C++类,个人觉得是C++里面很规范的一个类了。混了一点MFC的东西,可以自己剔除掉,这样就能够在标准C++里面使用了。-Matrix operator C++ classes, personal feel that is C++ specification inside a class. Mixed with a little MFC things can weed out, will be able to in standard C++ which uses the.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:13222
    • 提供者:WMQ
  1. WordChecker_final_2

    0下载:
  2. 英文单词的检查,使用二叉树数据结构。标准C++完成-Word Chenker
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:388457
    • 提供者:bobyisland
  1. c-language

    0下载:
  2. 用c语言编写的标准遗传算法程序,有较为详尽的解释,可以再此基础上进行改进和扩展。是我很不容易找到的-C language standard genetic algorithm, a more detailed explanation can be based on improved and expanded. I am very easy to find
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:7783
    • 提供者:ji
  1. libcstl-2.0.3.tar

    0下载:
  2. libcstl是使用标准C编写的一个通用的数据结构和常用的算法库,它模仿SGI STL的接口和实现-libcstl is written in standard C, a common data structures and algorithms library, which mimics the SGI STL interface and implementation
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:4189070
    • 提供者:wangyi
  1. ACOTSP-1.02

    0下载:
  2. 该上传程序是一款用标准C写的解决TSP问题的蚁群算法。-The upload process is a written in standard C ant colony algorithm to solve TSP.
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-03-30
    • 文件大小:103585
    • 提供者:李一
  1. DSP_ARMA_Lattice_C_language

    0下载:
  2. 在数字信号处理中,格型(Lattice)网络起着重要的作用,使得它在现代谱估计,语音处理,自适应滤波,线性预测和逆滤 波等方面已得到广泛应用。本项目在VC6.0上用标准C语言实现了ARMA格型滤波器,提供单点滤波和向量滤波的实现,并给出测试程序。算法实现的稳定性也在工程项目中得到验证。-In digital signal processing, the lattice type (Lattice) network plays an important role, so that it
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-04
    • 文件大小:213305
    • 提供者:林元陈
  1. Fitting

    0下载:
  2. 值得学习和工程使用的拟合算法,经过测试,接口简单,标准C/C++;-Worth learning and engineering fitting algorithm has been tested, the interface is simple, standard C/C++
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-30
    • 文件大小:10240
    • 提供者:zhaobao
  1. source-code-for-AVS-in-c

    0下载:
  2. 非常难得到的用AVS标准进行图像编码和解码的源代码- source code for encoder and decoder video in avs
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-02
    • 文件大小:382698
    • 提供者:cui
  1. Standard-PSO-c-program

    0下载:
  2. 标准微粒群算法c程序Standard particle swarm algorithm c program-Standard particle swarm algorithm c program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-15
    • 文件大小:24510
    • 提供者:lixiaobo
  1. Seidel

    0下载:
  2. 解线性代数方程组的seidel迭代方法,使用标准c++库的vector实现。-Seidel iterative method for solving linear algebraic equations, using standard c++ library vector implementation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2179
    • 提供者:
  1. Numerical-Recipes

    0下载:
  2. 内容包括:线性方程组的求解,逆矩阵和行列式计算,多项式和有理函数的内插与外推,函数的积分和估值,特殊函数的数值计算,随机数的产生,非线性方程求解,傅里叶变换和FFT,谱分析和小波变换,统计描述和数据建模,常微分方程和偏微分方程求解,线性预测和线性预测编码,数字滤波,格雷码和算术码等。全书内容丰富,层次分明,是一本不可多得的有关数值计算的C语言程序大全。本书每章中都论述了有关专题的数学分析、算法的讨论与比较,以及算法实施的技巧,并给出了标准C语言实用程序。-Include: solving lin
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:399533
    • 提供者:Zhao Jinwei
  1. C-andy

    0下载:
  2. 加载一幅图片 对图片进行 标准霍夫线变换 或是 统计概率霍夫线变换. 分别在两个窗口显示原图像和绘出检测到直线的图像.-Load a picture The picture standard Hough transform line or line statistical probability Hough transform. Original image and draw a straight line detected image are shown in the tw
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3086
    • 提供者:马东兴
  1. Standard_PSO_2006

    0下载:
  2. 标准PSO算法,标准c语言实现,Standard_PSO_2006.c-Standard_PSO_2006.c coding by Standard c language
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:16523
    • 提供者:gychan
  1. bp

    0下载:
  2. 将三位二进制数转为一位十进制数,标准c++实现-The three bit binary number to a decimal number
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1848
    • 提供者:fierydragonor
  1. plate-crad-detect

    2下载:
  2. 基于haar+adaboost的车牌检测系统,可以说,国内前几名。 高清大图,小目标的车牌检测性能很好。可以支持多目标检测,检测速度1080P 时间在100ms以内,针对雨雾天,污迹,脏的车牌检测效果很好。 系统采用标准C C++开发,方便移植到linux,arm等-Based haar+adaboost license plate detection system, it can be said before the domestic few. HD big picture, lice
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-12-18
    • 文件大小:6899712
    • 提供者:笨笨
« 1 2 3 45 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com