搜索资源列表
ProgramThinking
- ProgramThinking,doc格式,一本关于C++语言开发的教程,一个经7年苦读和为了生计经过四年打拼的程序员呕心沥血之作。-ProgramThinking, doc format, a C-language development of the handbook, After a seven-year and studying to earn a living after four years of programmers spit one.
chengxuyuan
- [程序员考试视频教程]硬件基础_二进制编码.rar-[Video Guide programmer exam] _ basic hardware binary code. Rar
Emacs_cn
- Emacs教程中文版,Emacs是一款程序员编程使用的通用IDE,支持多种编程语言语法高亮,还有很多插件.-Emacs tutorial english version, Emacs is a programmer to use generic programming IDE, support for multiple programming languages syntax highlighting, there are a lot of plug-ins.
C
- C语言学习教程 多数情况下,现在的编程高手都是从学习C 语言入门的,在学校里,计算机相关专业中最基础的课程也包括C 语言,因此,掌握好这门课程对每一位立志成为优秀程序员的初学者来说是大有裨益的!-C Language Learning Course In most cases, the current programming from a master to learn C language entry, and in schools, computer-related professional
part1
- 软件设计师(中级程序员)、系统分析师(高级程序员)考试专题教程之专题1:计算机系统知识-Software Architect (Intermediate Programmer), systems analyst (senior programmer) Examination of special topic Tutorial 1: The computer system of knowledge
C_plus_plus_and_design.tar
- C++程序设计与设计模式的 经典教程,提升你的C++程序设计能力,增强程序员的内功修为。-C++ programming and design patterns a classic tutorials to enhance your C++ programming skills, enhance repair of the programmer‘s internal strength.
ACE.chm
- ACE中文技术文档,包括了ACE技术论文集,ACE程序员教程,ACE应用实例-ACE
1
- CAD电子教程第一章,适合初学者,中级程序员学习、应用与扩展-CAD electronic tutorial chapter, suitable for beginners and intermediate programmers to learn, apply and extend
2
- CAD电子教程第二章,适合初学者,中级程序员学习、应用与扩展-CAD electronic tutorial chapter, suitable for beginners and intermediate programmers to learn, apply and extend
3
- CAD电子教程第三章,适合初学者,中级程序员学习、应用与扩展-CAD electronic tutorial chapter, suitable for beginners and intermediate programmers to learn, apply and extend
4
- CAD电子教程第四章,适合初学者,中级程序员学习、应用与扩展-CAD electronic tutorial chapter, suitable for beginners and intermediate programmers to learn, apply and extend
5
- CAD电子教程第五章,适合初学者,中级程序员学习、应用与扩展-CAD electronic tutorial chapter, suitable for beginners and intermediate programmers to learn, apply and extend
CaCPP-COOL
- 详细的介绍了C语言的写法,是精华的学习教程,程序员必看-Detailed descr iption of the C language is written, is the essence of learning tutorials, programmers must see
ACE_pdf
- ACE程序员教程中篇.pdf,ACE技术论文集.pdf,ACE应用实例pdf,共三个文件-ACE programmers tutorial novella. Pdf, ACE technical papers. Pdf, ACE Applications pdf, a total of three files
python简明教程中文
- 本书可以作为Python编程语言的一本指南或者教程。它主要是为新手而设计,不过对于有经验的程序员来说,它同样有用。(This book can serve as a guide or tutorial for the Python programming language. It is designed primarily for novices, but it is also useful for experienced programmers.)
VBScript程序员参考手册 第3版
- VBscr ipt程序员参考手册,经验丰富的作者团队再次与读者分享脚本实例、教程和便捷的疑难解答,以帮助读者提升脚本编写技能(VBscr ipt programmer reference manual)
黑马程序员全套Java教程
- 最新 java se java web ssh 全套资源,方便大家下载使用!(Newest Java se Java Web SSH Full set of resources, easy to download and use!)
Python数据分析基础教程:NumPy学习指南(第2版)
- 本书是 NumPy 的入门教程, 主要介绍 NumPy 以及相关的 Python 科学计算库, 如 SciPy 和 Matplotlib。 本书内容涵盖 NumPy 安装、 数组对象、 常用函数、 矩阵运算、 线性代数、 金融函数、 窗函数、 质量控制、Matplotlib 绘图、 SciPy 简介以及 Pygame 等内容, 涉及面较广。 另外, Ivan Idris 针对每个知识点给出了简短而明晰的示例, 并为大部分示例给出了实用场景(如股票数据分析), 在帮助初学者入门的同时, 提高了本
STM32F103中文教程以及参考手册
- STM32F103中文教程以及参考手册,案例,可供初次学习STM32F103的程序员参考(STM32F103 Chinese reference manual)
Python基础教程-第3版
- 本书包括 Python 程序设计的方方面面:首先,从 Python 的安装开始,随后介绍了 Python 的基础知识 和基本概念,包括列表、元组、字符串、字典以及各种语句;然后,循序渐进地介绍了一些相对高级的主 题,包括抽象、异常、魔法方法、属性、迭代器;此后,探讨了如何将 Python 与数据库、网络、C 语言等 工具结合使用,从而发挥出 Python 的强大功能,同时介绍了 Python 程序测试、打包、发布等知识;最后, 作者结合前面讲述的内容,按照实际项目开发的步骤向读者介绍了