资源列表
1
- 编写程序,交换数组 a和数组 b中的对应元素。-Written procedures, exchange of arrays a and b in the corresponding array element.
sin
- 用泰勒展开求sin的值并显示其截断误差的大小-With the Taylor expansion to the value of sin and shows the size of its truncation error
MS_files
- C++ Primer第四版书上所有的源代码-C++ Primer Fourth Edition of the book all the source code
easy_to_C
- 一个学生整出来的一本书,适合初学者,特别适合想几天几知道C++的大概的童鞋-A student out of a whole book, for beginners, especially for like a few days to know about C++, the children' s shoes
Cprogram
- C语言程序设计和实践:介绍了C语言的基础知识,C语言实验,是一本很不错的书。-C programming tutorial and practice
Desktop
- stack link list code
Assignment_1
- codes using c++ in text form
33381
- Saving Data, Retrieving data, Using Datasets, Data Adapters, Data Reader, Data Command Object, Using Stored Procedures, Using Triggers, Using ADO.Net, Using Binding Context Object, Navigation in a dataset.
lesson1
- windows运行原理讲解与winmain()代码解析-windows operating principle of explanation and winmain () code resolution
lesson2
- ++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,-++ Syntax and application of classical, class preparation and application, structure, and destructors, function overloading, class inheritance, function coverage, base and derived clas
lesson11
- 如何让CDC上输出的文字、图形具有保持功能,集合类CPtrArray的使用,CPaintDC与CClientDC的区别与应用,OnPaint与OnDraw在CView中的关系及实现内幕,滚动窗口的实现,坐标空间,映射方式,设备坐标与逻辑坐标的转换。元文件设备描述表的使用,如何利用兼容DC实现图形的保存和再现。-CDC on how to output text, graphics with a hold function, the use of collection classes CPtrAr
lesson12
- const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。-mfc