搜索资源列表
opengl基础教程带源码
- opengl基础教程带源码,纯英文版的,不过很简单容易理解
Ajax基础教程.pdf
- Ajax基础教程
Python基础教程(第2版)
- Python基础教程(第2版),学习python的经典之书,里边的程序简单易懂,希望对大家能有所帮助。 这里提供超清版本,希望对大家有所帮助!
电子元件基础教程
- 电子元件基础教程,适用于零基础的电子初学者,最全的电子元件基础教程。
LabWindowsCVI基础教程
- LabWindowsCVI基础教程,为使用LabWindowsCVI编程的工程师提供入门级教程(LabWindowsCVI basic tutorial,an introductory tutorial for engineers using LabWindowsCVI programming.)
DIRECTX.9.0.3D游戏开发编程基础
- DirectX9.0编程基础教程,游戏编程小白起步教程(DirectX9.0 programming basic tutorial, game programming small white start tutorial)
Objective-C基础教程(第2版)
- ios 苹果mac 开发必备的基础教程 有浅入深 循序渐进(IOS Apple Mac development necessary basic tutorials, shallow into the deep, step by step)
HTML5与CSS3基础教程(第8版)中文高清版
- 学习前端比较好的教程资料,现在大部分的应用都转向了移动端(lean html5 & css3,a good book to teach you and improve yourself)
WinCE基础教程
- WinCE基础教程,这是一本学习wince编程的非常基础的教程,里面包括了开发环境的搭建过程,希望帮到需要的朋友(WinCE basic tutorial, which is a very basic tutorial learning wince programming, which includes the development environment of the building process, and I hope to help friends in need)
经典的Linux基础教程
- 经典的Linux基础教程,对于初学才非常有用。(Classic Linux basic tutorials, for beginners is very useful.)
Python科学计算基础教程.zip
- 强力推荐python新手教程,快速python入门(Strong recommend Python novice tutorials, quick Python entry)
UML基础教程
- uml 基础教程 uml 是一种建模语言,是第三代用来为面向对象开发系统的产品进行说明,可视化和编制文档的方法。(uml basic course UML is a modeling language, which is the third generation of methods for describing, visualizing, and documenting documents for object-oriented development systems.)
Python基础教程
- python基础教程,不错的入门书籍吗,介绍条理清晰,结构合理逻辑性强(Python basic tutorials, good introductory books, introduced clear, reasonable structure, logic strong)
jQuery基础教程第四版
- jQuery基础教程第四版 非常不错 经典书籍(jquery jishu xiaocheng feichang bucuo)
WIN64驱动编程基础教程
- WIN64位驱动编程基础教程,学习和研究64位驱动比较不错的入门级教程。(WIN64 bit driver programming basic tutorials, learning and studying 64 bit well - driven introductory tutorials.)
Objective-C基础教程(第2版)
- Object-C基础教程,适合于刚入门的程序员学习使用,涵盖了OC开发的主要技术(Object-C basic tutorials, suitable for beginners to learn and use, cover the main technologies of OC development)
Java基础教程(0基础)【适合初学者阅读】
- java基础教程,适合零基础,入门到熟练(Java basic tutorials, introductory)
Matlab基础教程
- Matlab基础教程,基本知识介绍,有关其发展、基本语法等。(ppt about the basis of matlab)
Python基础教程(crossin全60课)
- python 基础教程,是些入门的资料,还不错,可以看一看(The python basic tutorial, which is an introductory material, is good enough to take a look at)
Python基础教程(第3版)中文版
- Python基础教程(第3版)中文版 本书包括Python 程序设计的方方面面:首先,从Python 的安装开始,随后介绍了Python 的基础知识和基本概念,包括列表、元组、字符串、字典以及各种语句;然后,循序渐进地介绍了一些相对高级的主题,包括抽象、异常、魔法方法、属性、迭代器;此后,探讨了如何将Python 与数据库、网络、C 语言等工具结合使用,从而发挥出Python 的强大功能,同时介绍了Python 程序测试、打包、发布等知识;最后,作者结合前面讲述的内容,按照实际项目开发的步骤向