搜索资源列表
vc++6.0数据库编程大全(代码)
- vc++6.0数据库编程大全一书得各个章节得源码,比较详细.可以仔细参照学习!-Detail codes for each paragraph of <<Full-scale of VC++6.0 data base program>>
vckbase40
- VC知识库在线杂志40期-VC Knowledge Base online magazine 40
vckbase38
- VC知识库在线杂志38期-VC Knowledge Base online magazine 38
vckbase41
- VC知识库--在线杂志41期-VC Knowledge data base online journal NO 41.
sortwenzi
- 通过VC++实现的各种文字通用的排序算法,方便实用,但需要各种文字的基字的码表-through VC + + language of the common algorithm, convenient and practical, it needs all kinds of written characters of the base code table
词法分析2004328831139
- 前些天写了个小语言的词法分析程序,因为前些天在VC知识库看到一个pascal词法分析的程序,觉得写得挺复杂的。其实词法分析程序的原理都是一样的,所以我想只要搞明白了简单的词法分析程序,再写复杂的就不难了,无非是多加几个关键字,多写几个条件判断语句而已。词法分析是编译程序的基础,也是最简单的。好,现在让我们看程序吧。 先让我们看看这个小语言的文法吧-few days ago wrote a small language lexical analysis procedures, because th
一个小语言的yufa
- 因为前些天在VC知识库看到一个pascal词法分析的程序,觉得写得挺复杂的。其实词法分析程序的原理都是一样的,所以我想只要搞明白了简单的词法分析程序,再写复杂的就不难了,无非是多加几个关键字,多写几个条件判断语句而已。词法分析是编译程序的基础,也是最简单的。好,现在让我们看程序吧。 先让我们看看这个小语言的文法吧。-few days ago because of the knowledge base to see a VC pascal lexical analysis procedures,
VC++.base
- 学习VC++的最基础程序,不可不看,不可不学.-Learning VC++ The most basic procedures, can not see, can not learn.
p2-132
- 在VC++环境下定义两个基函数的基类,派生类Derived_1中重新定义了基类中的虚函数aFn1,派生类Derived_2中重新定义了基类中的虚函数aFn2-VC++ environment in the definition of the two basis functions of the base class, derived class Derived_1 re-definition of the base class' s virtual function aFn1, deriv
BD
- create DB by using vc++. we can add, delete and search information in this data base.
multipleinheritance
- vc++中多重继承的教学例子,是介绍虚基类、抽象类、及虚函数的很好的例子-in vc++ multiple inheritance of teaching examples, is to introduce the virtual base class, abstract class, and a good example of virtual functions
C-Compiler
- 基于VC++的C语言编译器的开发源程序 基于VC++的C语言编译器的开发源程序-The source program of C- Compiler base on VC++
-2
- C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针的变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC Appwizard生成的工程奠定了良好基础。-C++ cl
tu
- VC++编程,实现图的创建及遍历。北航软件技术基础作业。-VC++ programming, graph creation and traversal. Beihang software technology base job.
kuaisupaixu
- VC++编程,快速排序。北航研究生教学软件技术基础作业。-VC++ programming quicksort. Beijing University of Aeronautics and Astronautics graduate teaching software technology base job.
zuiduanlujing
- VC++编程,实现采用多种方法实现最短路径寻优。北航软件技术基础作业。-VC++ programming, to achieve a variety of methods to achieve the shortest path optimization. Beihang software technology base job.
derived-classes
- c++中关于派生类与继承的几个小练习,自己编好又在VC++6.0里运行过,其中有递归调用基类求素数-c++ in several small exercises on the derived classes and inheritance, own good and run over in VC++6.0, the recursive call to the base class which seek primes