搜索资源列表
C++
- C++编程思想,比较好的学习书籍,学习者的理想书籍-C++ Programming ideas, a better learning books, ideal for learners books
jisuanqi
- 系统地学习面向对象编程思想,了解MFC架构,逐步熟悉可视化编程环境Visual C++,并在此环境下设计并实现一个简单计算器系统,该计算器应能实现如下功能: 1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算 2、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运算 3、以角度、弧度两种方式实现上述部分函数 -Systematic study of object-oriented programming ideas, u
MFC
- 本书通过85个实例全面讲述了应用MFC进行Visual C++编程的思想。每个实例均以编写一个应用程序要走的步骤编写。全书共分四部分进行介绍,第一部分是基础知识,第二部分讲述用户界面的实例,第三部分讲述MFC内部处理方面的实例,第四部分讲述打包实例。全书基本上面向实例进行阐述,讲解透彻、易于掌握。本书既可作为初学者和大专院校师生的自学参考书,也可作为计算机软件开发人员的技术参考书。 -This book, through 85 examples of the application of a c
TICPP-2nd-ed-Vol-one-code
- c++编程思想 (Thinking in c++)第二卷 实用编程技术 员代码-Thinking in c++ volume two: practical programing source code
C_language_ZIP_WOW
- 压缩包中内容很多,包括c语言最新编程计巧200例,C编码规范,c编程思想(经典),c编程宝典-Compressed content package, including the latest programming language c of 200 cases of Qiao, C coding norms, c programming ideas (a classic), c programming book
cplusplus
- 一个简易的俄罗斯方块游戏,演示了如何用C++去编程,提供了一编程的思想方法-A simple Tetris game, shows how to use C++ programming, providing a programming way of thinking
DSP
- 【摘 要】为了减少集成电路硬件复杂度,针对QAM 调制软件实现速度慢的问题,在分析MQAM 调制原理的基础上,采用 直接频率合成实现正余弦信号及无时延改进的滤波器编程方法,提出一种快速实现MQAM 调制算法的软件编程思想,并以 TMS320C55X 为平台[1,4],将MQAM 调制算法进行了C 编程实现。结果表明:该编程方法能快速产生MQAM 调制信号。 【关键词】多电平正交幅度调制;脉冲成形滤波器;直接频率合成;数字信号处理-【Abstract】 In order to redu
code
- 《c++编程思想》第二版的答案,所有习题的源码,感觉对学习C++编程和编程能力的提高很有帮助-" C++ programming ideas," the second edition of the answers, the source of all exercises, sensory learning C++ programming and programming capabilities helpful
Csourcecode
- C++源码,实现基本功能,了解C++的编程思想,初步掌握大部分知识-visual C++,let you know something important to the langue
Windows
- 我们学习的C/C++程序都是DOS程序(或称为Windows控制台程序),也就是现在大学里的开设的《C/C++程序设计》的内容,这些程序由于不涉及到Windows 编程的细节,因此比较容易入门学习,这对训练初学者的编程思想是很有用的,也是有益的。-We can learn C/C++ procedures are DOS programs (known as the Windows Control Panel), which is now the university opened the C/
MyDesign
- 用C语言实现高斯消元算法,求解Ax=B,线性方程组。其中可以熟悉函数的调用,学习一定的编程思想。-C language Gaussian elimination algorithm for solving Ax = B, linear equations. Which may be familiar with the function call, learning some programming ideas.
tip-of-static-list
- 用C语言实现了静态链表的基本功能,方法通用于一些没有指针的编程语言,思想很可取-Static list of basic functions using C language, common pointer programming language, thought very desirable
3.1
- c++编程思想 3.1答案。3.1创建一个头文件,声明一组数组,具有可变参数。返回值包括void,char,int,float。-solution of thinking in c++ ,3.1, Create a header file (with an extension of ‘.h’). In this file, declare a group of functions by varying the argument lists and return values among
5.10
- c++ 编程思想 5.10答案,把联系6中Hen类的对象放在结构stash中,取出并打印他们。-Place objects of the Hen class Exercise 6 in a Stash. Fetch them out and print them (if you have not already done so, you will need to add Hen::print( )).
cPPbcsxj1
- c++编程思想卷一源码,仅仅是卷一,凑数-Thinking in c++
3-12
- 实现循环移位,以及字节显示,该程序适合VS2015及以上版本,是C++编程思想的3-12题(This program is suitable for VS2015 and above, and it is the 3-12 topic of C++ Thinking in C++;)
C++沉思录
- 一本c++编程思想的书籍,非常值得推荐!适合有经验的开发者(A c++ programming ideas books, it is worth recommending!)
8.C#编程思想
- C# 编程思想相关书籍,介绍一种编程思想(C# programming ideas related books, introduces a programming idea.)
VS2010之MFC入门到精通教程(1-55全部)
- 大家对C++语言在语法和设计思想上应该有了一定的了解了。但是教程中讲的例子只是一个个简单的例程,并没有可视化窗口。鸡啄米在这套VS2010/MFC编程入门教程中将会给大家讲解怎样使用VS2010进行可视化编程,也就是基于窗口的程序。(You should have a certain understanding of C++ language in terms of grammar and design ideas. But the examples in the tutorial are ju