搜索资源列表
C++ProgramExample
- 此代码是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 :) :)
simulator_for_SoC
- 研究了用 C 语言对孤立词语音识别算法进行了仿真,对每个算法的效率、时间复杂性、 空间复杂性进行深入的讨论和分析,
wordgame
- .从C到CLIPS 虽然CLIPS是用C语言编定出来的,但是事实上,它跟C语言完全完全是两码事。因为它们在思想上是 不同的。如果你想深入学习CLIPS,我建议你先去看看有关函数式语言(如LISP)的东西。在函数式 语言中,没有顺序跟循环(在命令式语言比如C中到处都是),只有递归还有一些其他的东西。可能 我们用C语言编程时老是想着怎么定义程序的输入,怎么样通过一个算法得到程序的输出。这是标准 的冯。诺依曼体系结构的扩展,它很大程度上改进了程序的执行效率,但从另一方面来说,
clip2
- .从C到CLIPS 虽然CLIPS是用C语言编定出来的,但是事实上,它跟C语言完全完全是两码事。因为它们在思想上是 不同的。如果你想深入学习CLIPS,我建议你先去看看有关函数式语言(如LISP)的东西。在函数式 语言中,没有顺序跟循环(在命令式语言比如C中到处都是),只有递归还有一些其他的东西。可能 我们用C语言编程时老是想着怎么定义程序的输入,怎么样通过一个算法得到程序的输出。这是标准 的冯。诺依曼体系结构的扩展,它很大程度上改进了程序的执行效率,但从另一方面来说,
c_language-learning_tool-AI-CO
- 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.
college
- 一款用纯C语言编写的大学生成绩管理系统,适合初学者和深入者编程,学习数据结构时参考!-With a pure C language students score management system, suitable for beginners and in-depth those programming, data structures study reference!
MatlabC
- :Matlab具有强大的数值计算和分析等能力,而C/C++是目前最为流行的高级程序设计语言,两者互补结合的混合编 程在科学研究和工程实践中具有非常重要的意义。因此,从Matlab调用c,C++代码及c,C++调用m文件两方面,深入地研究 了它们之间混合编程的原理和实现机制,并且给出了具体条件下的混合编程方法和步骤。-: Matlab has powerful numerical calculation and analysis capabilities, while the C/C++
Cpla
- 数据结构算法与应用-C++语言描述,一本深入学习C++的好书-Data structures algorithms and application-C++ language described in-depth study of a C++ books
Templates1_7
- 本书是C++模板编程的完全指南,旨在通过基本概念、常用技巧和应用实例3方面的有用资料,为读者打下C++模板知识的坚实基础。 全书共5个部分,22章。第1章全面介绍了本书的内容结构和相关情况。第1部分(第2~7章)以教程的风格介绍了模板的基本概念,第2部分(第8~13章)阐述了模板的语言细节,第3部分(第14~18章)介绍了C++模板所支持的基本设计技术,第4部分(第19~22章)深入探讨了各种使用模板的普通应用程序。附录部分是一处定义原则和重载解析的相关资料。 本书适合C++模板技术的初学者阅读
the-classical-sorting-algorithm
- 本文详细介绍了所有经典排序算法,而且使用C语言实现了这些算法,是一个值得深入学习的经典资料-This paper describes and implements all the classic sorting algorithm
ACM
- 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
mixed-programming--Matlab-and-CCPP
- Matlab具有强大的数值计算和分析等能力,而C/C++是目前最为流行的高级程序设计语言,两者互补结合的混合编程在科学研究和工程实践中具有非常重要的意义。因此,从Matlab调用C/C++代码及C/C++调用m文件两方面,深入地研究了它们之间混合编程的原理和实现机制,并且给出了具体条件下的混合编程方法和步骤。实例表明,提出的Matlab与C/C++混合编程方法是简洁、有效的。-Matlab has strong ability of numerical value calculation and
C-and-CPP
- 学习c语言各函数的绝好资料,同时里面含有对c++里的stl有深入的讲解-C language learning materials of excellent function, which also contain the stl c++ in-depth explanation
C(thinking)
- 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
Cdepthprofiling
- 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
shujujiegou
- 数据结构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
Ruminations-on-CPP
- 全书分为五大部分,共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
huffman
- 使用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)