搜索资源列表
C++.ALL
- 《C++编程习题与解答》书中所有例题与习题的源代码,与各位共享-"C Programming and answer the questions," the book examples and exercises all of the source code sharing with you
Teach Yourself C in 21 Days
- Join the leagues of thousands of programmers and learn C++ from some of the best. The fifth edition of the best seller Sams Teach Yourself C++ in 21 Days, written by Jesse Liberty, a well-known C++ and C# programming man
C++ in a Nutshell.rar
- C++ in a Nutshell is a langauge reference manual. It is not a tutorial. It is not for beginners. It is a concise, to-the-point reference for professionals and other serious programmers. C++ in a Nutshell is not a compreh
Effective_C++2e
- 从C 转向C++ 对每个人来说,习惯C++需要一些时间,对于已经熟悉C 的程序员来说, 这个过程尤其令人苦恼。因为C 是C++的子集,所有的C 的技术都可以继续使 用,但很多用起来又不太合适。例如,C++程序员会认为指针的指针看起来很 古怪,他们会问:为什么不用指针的引用来代替呢?-from C to C for everyone, C habits need some time, already familiar with C pro
c语言源程序
- 这是我所有的家当哦,c语言源程序,其中有C语言二级考试的题目呢!-This is all my family's, oh, c source language, which has two C-language examination questions!
c function
- 包含了c语言中的几乎所有的库函数,适用于爱好c编程的初学者。-contains language almost all of the libraries, applies to the programming c-loving beginners.
银行家算法C++Builder
- 用C++Builder实现的银行家算法可以任意 输入进程个数各类资源的个数输出安全序列-with C++ Builder bankers algorithm can process arbitrary importation of all types of resources the number of security Sequence Number output
c++stl程序员开发指南
- C++STL程序员开发指南,附书光盘,里面含有本书各章节的全部完整代码。-C programmers to develop guidelines on CD-ROM attached, it contains sections of the book all the integrity code.
Visual C++开发GIS系统(陈建春)
- Visual C++开发GIS系统(陈建春)附书光盘,里面包含本书全部完整源代码。-Visual C development of GIS (Chen Jianchun) attached CD, which contains all of the integrity of the source code.
c++ 编程中你最需注意的地方
- 下面的这些要点是对所有的C++程序员都适用的。我之所以说它们是最重要的,是因为这些要点中提到的是你通常在C++书中或网站上无法找到的。如:指向成员的指针,这是许多资料中都不愿提到的地方,也是经常出错的地方,甚至是对一些高级的C++程序员也是如此。 这里的要点不仅仅是解释怎样写出更好的代码,更多的是展现出语言规则里面的东西。很显然,它们对C++程序员来说是永久的好资料。我相信这一篇文章会使你收获不小。-below those poin
Digit Signal Processing with C
- "DIGITAL SIGNAL PROCESSING WITH C AND THE TMS32 0C30"一书的附带程序,几乎包括所有数字信号处理的基本算法,很不错的源程序,可以加深对数字信号处理的理解-"DIGITAL SIGNAL PROCESSING WITH C AND THE TMS32 0C30," a book of incidental proceedings, including almost al
C语言编写的五子棋
- 一个用C语言编写的小游戏—五子棋。他具有一切五子棋的功能,能对战,人机大战,比较有意思。-a C language prepared by the small game- 331. He had 331 all functions, the screen can, man-machine war, more interesting.
c语言教程(www.vcok.com版)
- 经典c程序100例==1--10 【程序1】 题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去 掉不满足条件的排列。 2.程序源代码: main() { int i,j,k printf("\n") for(i=1 i<5 i++) /*以下为三重循环*/ for(j=1 j<5 j++)
M-call-C
- 混合编程时,M文件中调用C语言函数,精通matlab编程一书的例程,希望有帮助。-mixed programming, the paper called M C language function, proficient Matlab programming routines in a book. hope it helps.
C++.ALL
- 《C++编程习题与解答》书中所有例题与习题的源代码,与各位共享-"C Programming and answer the questions," the book examples and exercises all of the source code sharing with you
c++testquestion
- 这个是北京邮电大学关于C++的考试题库,题型丰富,概括了C++的所有知识点-This is the Beijing University of Posts and Telecommunications on the C++ Examination questions, questions rich summarized the C++ All knowledge points
C之指针复杂解析
- int * (* (*fun) (int *)) [10]这是一个可能会让初学者感到头晕目眩,感到恐惧的函数指针的声明,在熟练掌握C/C++的声明语法之前,不学习一定的规则,想理解好这类复杂声明是比较困难的。 C/C++所有复杂的声明结构,都是由各种声明的嵌套构成的,如何理解复杂指针声明,右左法则是一个很著名,很有效的方法,不过,右左法则其实并不是C/C++标准里面的内容,它是从C/C++标准的声明规定中归纳出来的方法,C/C++
c++沉思录
- 《C++沉思录》基于作者在知名技术杂志发表的技术文章、世界各地发表的演讲以及斯坦福大学的课程讲义整理、写作而成,融聚了作者10多年C++程序生涯的真知灼见。全书分为6篇32章,分别对C++语言的历史和特点、类和继承、STL与泛型编程、库的设计等几大技术话题进行了详细而深入的讨论,细微之处几乎涵盖了C++所有的设计思想和技术细节。全书通过精心挑选的实例,向读者传达先进的程序设计的方法和理念。("Meditations"
C++
- Mikrotik API in C++ All source code files Also available in mikrotik wiki
Linux C编程一站式学习(最新版)
- Linux C一站式开发编程手册,居家旅行必备。(Linux C all guide development.)