资源列表
calculator
- 一个简单的计算器,用c语言编写的,适合初学者学习-A simple calculator, c language, suitable for beginners to learn
hufuman
- 建立哈弗曼编码表,并进行哈弗曼编码, 采用c++语言实现-Havermann encoding tables, and Huffman coding using c++ language
tinyxml
- 解析xml 易移植跨平台。本人经过小幅修改,去掉了不常使用的功能,代码更加直观。-The parsing xml Yi transplantation cross-platform. After minor modifications, I removed the infrequently used features, the code is more intuitive.
disk
- 一个可以实现磁盘数据整体加密的小程序,用c语言编写,初学者可以从中学到一些磁盘的读写操作技巧。-A small program to achieve the overall disk data encryption using the c language, beginners can learn from the disk read and write operations skills.
manage
- 一个用c语言实现的相对比较简单的日常开销管理系统,初学者可以拿来学习下。-A relatively simple c language daily expenses management system, beginners can be used to study under.
c-language-classic-sorting-algorithm
- 介绍了希尔排序,二分插入法,冒泡排序,选择排序等8经典的排序算法-Hill sort insertion, bubble sort, selection sort 8 classic sorting algorithms
Microcontroller-calendar-
- 基于单片机万年历+温度+LCD12864 -Microcontroller calendar the+ temperature+LCD12864
HDD
- 一個調用dll產生的硬盘序列号实现对VFP软件注册的代碼.-A call dll generated hard drive serial number to the the VFP software registration code.
Exp1_1
- 实用C++源代码,可以直接使用的源程序,实现三个整数的自动排序功能!-The practical C++ source code, the source code can be used directly, to achieve the automatic sorting function of the three integer!
PCB-Footprints
- PCblibs 相当全,从别的地方转载过来的,致敬作者。-a good collection of Pcb Footprints
lesson-2
- C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针的变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC Appwizard生成的工程奠定了良好基础。-Classi
lesson-3tom
- 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。-About the principle of the MFC AppWizard MF