资源列表
Learn Objective-C on the Mac
- 一本介绍Objective-C的书籍 一开始有对物件导向设计做概念性的介绍 对于学习Objective-C是一本很好的入门书
neural networks.rar
- A neural network in C++.
genetic_algorithm.rar
- A genetic algorithm for beginners.
sort-algorithms.rar
- A very useful program that includes the following sort algorithms: Merge, Insertion, Radix, Heap, Bucket, Quick, Counting
bubble_sort.rar
- Bubble sort algorithm in C++.
random-generator.rar
- The code is used to output a number of random numbers and design.
unity 帮助手册
- unity3d的帮助手册
Detection of Rank-P Signal
- Detection of Rank-P signals
Dijkstra algorithm implementrd with C++.
- Dijkstra algorithm implementrd with C++.
insert sort
- A simple and basic programm for insertion sort algorithm.
Thinking in C++ volume 1&2(2nd edition)
- Thinking in C++, 作者Bruce Eckel volume 1 and volume 2, both are 2nd edition 本书作者根据自己学习C++的亲身体会及多年教学经验,用简单的例子和简练的叙述讲解C++编程,别具特色。 全书共分十八章,内容涉及对象的演化、数据抽象、隐藏实现、初始化与清除、函数重载与缺省参数、输入输出流介绍、常量、内联函数、命名控制、引用和拷贝构造函数、运算符重载、动态对象创建、继承和组
