搜索资源列表
Haskell教程
- Haskell教程(by rufi) 传统的Basic,Pascal,C++,C#,Java,Python等都是命令(imperative)编程语言, 程序语句有一定的执行次序. 函数(functional)编程语言则给出执行的内容, 关注于更高层次的\"做什么\"而不是\"怎么做\", 这就是二者最明显的一个区别。函数编程语言的语法功能非常强,使编程的效率大幅提高。 Haskell是世界上公认的语法最优美最简洁的一种语言。的确,Haskell语言是写给人看的,而不是写给机器看的。另
《Visual C++ 6.0实例教程》源代码
- < Visual C++ 6.0实例教程》源代码, WinRAR自解压包-lt; Lt; Visual C 6.0 tutorial examples "source code, WinRAR self-extract package
数据结构教程
- 数据结构教程 C-data structure tutorial for c
数据结构C++描述
- 数据结构C++描述(1)数据结构教程连载(把rar改为pdf)
C++toturial
- 文件名为C++大学教程,chm文件,能够很好地学习C++基础
C++stl
- Visual Studio 2005环境下的STL编程教程和参考,很有价值
C++STL
- 一本c++ 标准库教程、使用指南,是一本不可多得的C++参考书。
udf-exams.rar
- fluent培训教程中的udf例子和说明,training course fluent in udf examples and descr iptions
04722-x
- 数据结构——C语言版配套源代码-Data structure- C language version of matching source code
Data_Struc
- 这个是严蔚敏版的数据结构上机教程中的部分源代码,都是自己写的,包括最短路径的dijkstra,floyd,最小生成树的prim,kruskal以及链表,Huffman Tree等等的c++代码-This is Yan Wei-min version of the data structure on the machine part of the tutorial source code, are written in their own, including the shortest path
c
- 本书是一本关于C语言数据结构的很好的教程,主要介绍了c语言基本数据结构-This book is a book about C language data structure, a very good tutorial introduces the basic data structure of the c language
datastructs
- 严蔚敏数据结构教程中的c实现的源代码,对学习数据结构很有用-Yan Wei-min data structures in c tutorial implementation source code, data structures useful for learning
C
- C 语言学习教程 唐浩强著 很实用 适合初学者-C language learning was very useful tutorial for beginners Tang Haojiang
C-100_classical_algorithm
- C语言100个经典算法,初学者的经典教程。-C-100 classical algorithm, a classic tutorial for beginners.
GA
- 使用遗传算法优化PID参数,附原创教程及源码、试验数据及照片-PID parameters using genetic algorithm optimization, with tutorials and the original source code, test data and photographs
C
- 徐晓凯的经典之作:数据结构教程PPT,学习算法的可以看看喔!-Xuxiao Kai' s classic: the data structure tutorial PPT, learning algorithms can look at Oh!
cPPstudy
- C++语言命令详解、C++数据结构算法实现、C++教程与面向对象程序设计、C++语言程序设计-Detailed C++ language commands, C++ data structure algorithms, C++ and object-oriented programming tutorial, C++ language programming
Sum
- 本段程序简单的描述了一下C++教程上关于求和的算法-This section describes the procedures for a simple tutorial on what C++ algorithm on the sum
C语言与MATLAB接口 编程与实例 李传军编着
- C语言与MATLAB接口 编程与实例 李传军编着(The interface between C and MATLAB)
Python基础教程(第3版)
- 本书包括 Python 程序设计的方方面面: 首先, 从 Python 的安装开始, 随后介绍了 Python 的基础知识 和基本概念, 包括列表、 元组、 字符串、 字典以及各种语句; 然后, 循序渐进地介绍了一些相对高级的主 题, 包括抽象、 异常、 魔法方法、 属性、 迭代器; 此后, 探讨了如何将 Python 与数据库、 网络、 C 语言等 工具结合使用, 从而发挥出 Python 的强大功能, 同时介绍了 Python 程序测试、 打包、 发布等知识; 最后, 作者结合前面讲