搜索资源列表
C++andC
- 程序员面试的必要宝典,《高质量编程C++》林锐编著,一般的公司笔试题目都从里面出。-programmers the necessary interviews, the book "high-quality programming C" LIN compile, Most enterprises are subject written from the inside out.
C++學習教學
- This tutorial teaches the C++ programming language but assumes that the student has already attained a reasonable proficiency in C programming.
C#programming
- O'reilly Programming C#3.0
C++强大的背后
- 在31年前(1979年),一名刚获得博士学位的研究员,为了开发一个软件项目发明了一门新编程语言,该研究员名为Bjarne Stroustrup,该门语言则命名为——C with classes,四年后改称为C++。C++是一门通用编程语言,支持多种编程范式,包括过程式、面向对象(object-oriented programming, OP)、泛型(generic programming, GP),后来为泛型而设计的模版,被发现及证明是图灵完备的,因此使C++亦可支持模版元编程范式(templa
C-W-savings-algorithm
- C-W节约算法是最经典的求解车辆路径问题的启发式算法。-The Clarke and Wright(1964) savings algorithm is perhaps the most widely known heuristic for the VRP.
C.NET
- C#编程技术文挡,是程序员的一本好书,书中的内容是最基础的东西,谁读谁知道。-C# Programming text block is the programmer of a good book, the contents of the book is the most basic things, no one who knows time.
huawei
- 华为面试试题 十頁 计算机系统。 数据结构。 面向对象编程。 C/C++ 。 软件工程。 操作系统。 数据库系统。 计算机网络。 无线通信。 -Huawei interview questions 10 computer systems. Data structure. Object-oriented programming. C/C++. Software engineering. Operating sy
C++mianshi
- C++面试宝典,搜集各大知名公司和企业的C++编程面试问题。对就业学生很有帮助-C++ Baodian interviews to collect the major well-known companies and enterprises of the C++ Programming interview questions. Very helpful on the employment of students
OReilly.Programming.WCF.Services.Feb.2007.chm
- Written by Microsoft software legend Juval Lowy, Programming WCF Services is the authoritative introduction to Microsoft s new, and some say revolutionary, unified platform for developing service-oriented applications [SOA] on Windows. Relentlessly p
Qt-programming-under-Linux-Getting-Started
- 前 言 第一章 Qt的安装 第二章 Hello World 第三章 C/C++ 基础 第四章 窗口部件 第五章 对话框 第六章 主应用窗口程序 第七章 文件与目录处理 第八章 数据库编程 第九章 程序调试与异常处理 附录A:Qt3.0新特性 附录B:Qt3.0类分组列表 -Preface Chapter I Chapter II Qt installation Hello World Chapter III C/C++ basic window
Programming
- 微软C编程精粹,一些编程的基础精华,对初学者有帮助,-Microsoft C programming essence, the basis of some of the best programming, help for beginners,
C-for-51MCU
- 《单片机C语言编程与实例》,初学单片机开发用。-" Single-chip C language programming and examples" , learning to use single-chip development.
c
- 单片机C语言程序设计,ppt资料,可供学习参考-Microcontroller C Programming Language, ppt, is available to study and reference
C
- 高质量编程(C与C++),详细讲解编程的各注意事项,方法等-High-quality programming (C and C++)
Linux-C-Programming
- Linux C 编程的经典书目,书中介绍比较全面,将各知识点介绍的详细-Linux C programming classic titles, the book describes a more comprehensive, will be described in detail the knowledge points
c-programming1
- c语言英文讲义1-3,包括介绍,类型和控制-C language english handouts 1-3
The C++ Programming Language
- The Bible of C++ Programming Language (3rd), 1997.
高质量编程C
- 非常实用高效的c语言编程建议,每个系统程序员都应该遵守的原则(Very practical and efficient C programming language, recommended that each system programmer should comply with the principles)
c++沉思录
- 《C++沉思录》基于作者在知名技术杂志发表的技术文章、世界各地发表的演讲以及斯坦福大学的课程讲义整理、写作而成,融聚了作者10多年C++程序生涯的真知灼见。全书分为6篇32章,分别对C++语言的历史和特点、类和继承、STL与泛型编程、库的设计等几大技术话题进行了详细而深入的讨论,细微之处几乎涵盖了C++所有的设计思想和技术细节。全书通过精心挑选的实例,向读者传达先进的程序设计的方法和理念。("Meditations" based on C++ technology, the
C语言课程设计实例精编
- C 语言由于具有灵活 高效 可移植性好等诸多优点 成为软件开发中常用的计 算机编程语言之一 全书介绍了贪吃蛇游戏 计算器 黑白棋游戏 迷宫问题 扫地 雷游戏 速算 24 数据结构 CAI 演示 进程调度 存储管理等十四个案例 各个案例 独具特色 覆盖了 C 语言的基本知识点和各种数据结构 如堆栈 队列 链表等 综 合应用了光带菜单 下拉菜单 图形设计 鼠标应用等知识 本书应用性极强 读者 可以根据这些案例进行研究 修改和扩展(C language has many advantages