搜索资源列表
python
- 《python编程金典》书中,所有例子的源代码,可以作为学习本书很好的帮助。
fanxingbianchengjiSTLPDF)
- 是一本详细介绍泛型编程机STL模板的书,适合有一定c++编程基础的人学习-Is a detailed template generic programming machine STL book, suitable for a certain c++ Programming based learning
matlab
- 电子书:matlab基础基础及其应用。这是学习matlab的很好的书,另外一起打包了英文的matlab编程技巧-EBook: matlab based on the foundation and its application. This is a good learning matlab book, another package of the English matlab programming skills
matlabprogrammingforengineerMfile
- matlab programming for engineers(2nd)书籍源码,这是一本很好的学习MATLAB编程书-matlab programming for engineers(2nd)
chengxuxuexiji
- 这里有fortran语言学习资料,尤其是彭国伦所著,还有其库函数,为fortran学习者提供初学的方便,另有fortran的数值英文编程书及MATLAB数值解法的教学,都是很好的学习资料,麻烦审核,谢谢!如有不妥请您说明,谢谢!-There fortran language learning materials, in particular Peng Guolun book, there is its library functions, for the convenience of begin
data-structure
- 数据结构,学习编程的基本的书,讲解了C语言中的链表、树等基本数据结构。-Data structure, the basic book to learn programming, to explain the C language list, tree and other basic data structures.
DSsourceCode
- 数据结构是学习计算机编程必不可少的一门非常重要的课程,然而目前很多教程书上都只有一些非常简单的例子,根本不能让你更加深入去学习,所以本人总结了数据结构中相关的源程序,希望可以很好的帮助有需要的人。-Data structure is essential for learning computer programming course a very important, however, a great number of tutorial books are only a few very si
MatLab-Primer--7th-Edition
- 一本还不错的编程指导书,初学者可以借助它全面系统地学习怎么用matlab-A pretty good matlab instructions, which can help with matlab programming
Commonly-used-algorithm-for-assembly
- 书中所有的算法均用C语言描述,这是一本很好的书,介绍各种算法,适合学习,编程应用。-All the algorithms in the book are described using the C language, this is a very good book to introduce a variety of algorithms for learning programming applications....
bianchengzhimei
- 编程之美,学习算法非常经典的书,有许许多多的经验可以借鉴-failed to translate
《机器学习算法原理与编程实践》_
- 机器学习算法原理与编程实践,书中含有每个编程实践的源代码。(Machine learning algorithms and practices)
EM算法之三硬币模型:matlab编程实现
- EM算法是人工智能十大算法之一。三硬币模型算例出自李航的《统计学习方法》,书中给出了计算结果和简单解说,对于不是学数学的看这种复杂的公式看不懂,我也看了很久才看懂。我用matlab编写的代码,并作了详细的注释。(EM algorithm is one of the ten major algorithms of artificial intelligence. The three coin model is derived from Li Hang's statistical learning
38850244
- 在《C++ Templates The Complete Guide》一书中以下简称书,提出了模板元编程最早的实际应用()
455577
- 在《C++ Templates The Complete Guide》一书中以下简称书,提出了模板元编程最早的实际应用()
贝叶斯方法 -概率编程与贝叶斯推断 zip
- Probabilistic Programming and Bayesian Methods for Hackers是一本写给开发者的关于贝叶斯方法和概率问题的免费开源书。贝叶斯方法的用途十分广泛,在经济学上能找出一堆的例子。而在IT行业,机器学习是非常典型的一个应用。而机器学习也是本书作者写本书的一个重要的理由。 本书选择了Python作为编程语言,这一点都不奇怪,Python在科研和数据分析上的应用是非常方便和普遍的,比如大名鼎鼎的Numpy等。作者在本书中使用另一个库PyMC,它依赖