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

搜索资源列表

  1. C++ProgramExample

    0下载:
  2. 此代码是C语言编程常用的一些例子的源代码,对于学习深入理解C语言有很好的帮助:):)-this code is the C programming language commonly used by some of the examples of source code, learning to understand in depth the C language with the help of a very good :) :)
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:27446
    • 提供者:周颖
  1. simulator_for_SoC

    0下载:
  2. 研究了用 C 语言对孤立词语音识别算法进行了仿真,对每个算法的效率、时间复杂性、 空间复杂性进行深入的讨论和分析,
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:620670
    • 提供者:在式朝
  1. wordgame

    0下载:
  2. .从C到CLIPS 虽然CLIPS是用C语言编定出来的,但是事实上,它跟C语言完全完全是两码事。因为它们在思想上是 不同的。如果你想深入学习CLIPS,我建议你先去看看有关函数式语言(如LISP)的东西。在函数式 语言中,没有顺序跟循环(在命令式语言比如C中到处都是),只有递归还有一些其他的东西。可能 我们用C语言编程时老是想着怎么定义程序的输入,怎么样通过一个算法得到程序的输出。这是标准 的冯。诺依曼体系结构的扩展,它很大程度上改进了程序的执行效率,但从另一方面来说,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1003
    • 提供者:jindong
  1. clip2

    0下载:
  2. .从C到CLIPS 虽然CLIPS是用C语言编定出来的,但是事实上,它跟C语言完全完全是两码事。因为它们在思想上是 不同的。如果你想深入学习CLIPS,我建议你先去看看有关函数式语言(如LISP)的东西。在函数式 语言中,没有顺序跟循环(在命令式语言比如C中到处都是),只有递归还有一些其他的东西。可能 我们用C语言编程时老是想着怎么定义程序的输入,怎么样通过一个算法得到程序的输出。这是标准 的冯。诺依曼体系结构的扩展,它很大程度上改进了程序的执行效率,但从另一方面来说,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3102
    • 提供者:jindong
  1. c_language-learning_tool-AI-CO

    0下载:
  2. c语言学习利器,AI坦克机器人。。。功能很强大,适合c怨言的学习和人工智能的相互深入了解。,c language learning tool, AI robot tanks. . . Function is very powerful for c complaints of learning and artificial intelligence-depth understanding of each other.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:392884
    • 提供者:王洋
  1. college

    0下载:
  2. 一款用纯C语言编写的大学生成绩管理系统,适合初学者和深入者编程,学习数据结构时参考!-With a pure C language students score management system, suitable for beginners and in-depth those programming, data structures study reference!
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:133629
    • 提供者:G。G。
  1. MatlabC

    0下载:
  2. :Matlab具有强大的数值计算和分析等能力,而C/C++是目前最为流行的高级程序设计语言,两者互补结合的混合编 程在科学研究和工程实践中具有非常重要的意义。因此,从Matlab调用c,C++代码及c,C++调用m文件两方面,深入地研究 了它们之间混合编程的原理和实现机制,并且给出了具体条件下的混合编程方法和步骤。-: Matlab has powerful numerical calculation and analysis capabilities, while the C/C++
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:338667
    • 提供者:ws
  1. Cpla

    0下载:
  2. 数据结构算法与应用-C++语言描述,一本深入学习C++的好书-Data structures algorithms and application-C++ language described in-depth study of a C++ books
  3. 所属分类:Data structs

    • 发布日期:2017-05-29
    • 文件大小:11777561
    • 提供者:sbyygyfd
  1. Templates1_7

    0下载:
  2. 本书是C++模板编程的完全指南,旨在通过基本概念、常用技巧和应用实例3方面的有用资料,为读者打下C++模板知识的坚实基础。 全书共5个部分,22章。第1章全面介绍了本书的内容结构和相关情况。第1部分(第2~7章)以教程的风格介绍了模板的基本概念,第2部分(第8~13章)阐述了模板的语言细节,第3部分(第14~18章)介绍了C++模板所支持的基本设计技术,第4部分(第19~22章)深入探讨了各种使用模板的普通应用程序。附录部分是一处定义原则和重载解析的相关资料。 本书适合C++模板技术的初学者阅读
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:632627
    • 提供者:于志
  1. the-classical-sorting-algorithm

    0下载:
  2. 本文详细介绍了所有经典排序算法,而且使用C语言实现了这些算法,是一个值得深入学习的经典资料-This paper describes and implements all the classic sorting algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:51766
    • 提供者:feiliubo
  1. ACM

    0下载:
  2. c++语言描述,acm竞赛常用源码模块,包含北大acm培训课件,天大acm选拔赛原题及源码等,非常适合入门级选手更深入的学习-c++ language descr iption, acm contest common source modules, including training courseware North acm, acm big trials of the original title and source, etc., is ideal for entry-level play
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-28
    • 文件大小:11636878
    • 提供者:黎维娟
  1. mixed-programming--Matlab-and-CCPP

    0下载:
  2. Matlab具有强大的数值计算和分析等能力,而C/C++是目前最为流行的高级程序设计语言,两者互补结合的混合编程在科学研究和工程实践中具有非常重要的意义。因此,从Matlab调用C/C++代码及C/C++调用m文件两方面,深入地研究了它们之间混合编程的原理和实现机制,并且给出了具体条件下的混合编程方法和步骤。实例表明,提出的Matlab与C/C++混合编程方法是简洁、有效的。-Matlab has strong ability of numerical value calculation and
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:163688
    • 提供者:jack
  1. C-and-CPP

    0下载:
  2. 学习c语言各函数的绝好资料,同时里面含有对c++里的stl有深入的讲解-C language learning materials of excellent function, which also contain the stl c++ in-depth explanation
  3. 所属分类:STL

    • 发布日期:2017-04-10
    • 文件大小:1480003
    • 提供者:cxh
  1. C(thinking)

    0下载:
  2. C++语言沉思录!深入剖析C++语言历史和特点、类和继承,STL与泛型编程以及库的设计等技术话题。适用于一定C++程序经验的人员越短,用于提高编程能力,成为一名真正C++编程高手!-C++ language meditation! In-depth analysis of C++ language, history and characteristics, classes and inheritance, STL and generic programming and database desi
  3. 所属分类:STL

    • 发布日期:2017-05-31
    • 文件大小:13686286
    • 提供者:严文培
  1. Cdepthprofiling

    0下载:
  2. C语言深度剖析 C语言使用的要点,对C语言的关键字的使用、函数调用、指针、结构体、文件读写等做了深入剖析,许多内容一般的教科书没有涉及-C language depth analysis of the main points of the C language, use the C language keywords, function calls, pointer, structure, file reading and writing in-depth analysis, many elem
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:753319
    • 提供者:jygb007
  1. shujujiegou

    0下载:
  2. 数据结构C语言描述,学习数据结构的好材料,深入学习计算机知识的好方法,学习算法知识的好基础-C language descr iption of the data structure, data structure of good material to learn in-depth study of computer knowledge, learning algorithm is a good basis of knowledge
  3. 所属分类:Data structs

    • 发布日期:2017-06-12
    • 文件大小:20259907
    • 提供者:郭靖
  1. Ruminations-on-CPP

    0下载:
  2. 全书分为五大部分,共32章,分别对C++语言的历史和特点、类和继承、STL与泛型编程、库的设计等几大技术话题进行了详细而深入的讨论,细微之处几乎涵盖了C++所有的设计思想和技术细节。-The book is divided into five parts, a total of 32 chapters, a detailed and in-depth discussion of several major topics of the history and characteristics, cl
  3. 所属分类:STL

    • 发布日期:2017-05-23
    • 文件大小:7818321
    • 提供者:adobe reade
  1. huffman

    0下载:
  2. 使用C++语言实现了huffman的编码和解码功能,对于霍夫曼树和加密解密有深入的了解(Using the C++ language to implement the coding and decoding functions of Huffman, we have a deep understanding of the Hoffman tree and encryption decryption)
  3. 所属分类:压缩解压

    • 发布日期:2018-04-30
    • 文件大小:445440
    • 提供者:Burylight
搜珍网 www.dssz.com