资源列表
CaCPP_Program_in_Lua
- C和C++程序员的Lua快速入门,对Lua的继承、多重继承作示例讲解,深入学习Lua元表机制。是Lua进阶的必备教程。-Lua of of C and C++ programmers QuickStart of Lua' s inheritance, multiple inheritance as an example to explain the depth learning Lua per table mechanism. Lua essential advanced tutorial
opengl
- nehe s opengl lesson 1-08
dfsdf
- 递归下降,出四元式 例如:当输入(i+i*i)*(i+i)时,输出以下的四元式序列。 t1 := i * i t2 := i + t1 t3 := i + i t4 := t2 * t3 -Recursive descent, a quaternion type, for example: when the input (i+i* i)* (i+i), following output of the quaternion type sequence. t1: = i* i
1
- 使用string类和STL相关容器统计输入文本中所有单词出现的次数。要求:(1)单词统计不分大小写,如Cambridge和CAMBRIDGE是同一单词;(2)标点符号“,. !?”需要过滤;(3)输出结果按照字母大小从小到大排列且输出单词必须是小写,如Cambridge应转化为cambridge后输出。-Use string class and STL the relevant container Statistics input text, the number of all the word
2
- 设计一个求空间两点距离的函数,要求第2个点的默认值为坐标原点。-Design a demand for a function of spatial distance between two requirements of the two point coordinates of the default value of origin.
3
- 描述: 设计单链表类,并基于单链表类实现栈类和队列类: (1)设计学生信息类StudentRecord,要求包含公有数据成员:string stuName和int stuNo,设计用于输出学生信息的公有成员函数:void print,输出格式为:Name: stuName, Number: stuNo。 (2)设计学生链表的结点类StudentNode,要求包含公有数据成员:StudentRecord data和StudentNode *next。 (3)设计学生链
4
- 描述: 定义表示形状的抽象类及相应的派生类,并实现相关操作符重载。 (1)定义表示形状的抽象类Shape: 添加公有成员函数double Area(),用于计算形状面积;定义为纯虚函数; 添加公有成员函数void Show(),用于显示形状信息,定义为纯虚函数; 定义虚的析构函数; 重载比较操作符:==、>和<,用于比较两个形状面积的大小关系,返回值类型为bool,可以定义为成员函数或友元函数。 -Descr iption: De
5
- (1)设计Person类,要求具有用于表示姓名的保护数据成员:string szName; 实现信息打印的公有成员函数:void Print()。其中,Print函数设计为虚函数,输出的信息格式为:“Person 姓名”。 (2)从Person类派生Student类,添加用于表示学号的保护数据成员:int iNumber;重定义用于信息打印的公有成员函数:void Print()。其中,Print函数输出的信息格式为:“Student 姓名 学号”。 (3)从 Perso
AES
- AES加密,此文件中为128位密钥,在vc6.0上实现,其中还包括AES的执行流程的flash-This file as a 128-bit key, vc6.0 on AES encryption, which also include the the AES execution of processes flash
47005933BloodVessel
- blood vessel segmentation
MFC
- 学习MFC时所写的小练习,以及笔记。很详细的学习MFC编程的资料。-Learning MFC written exercises, as well as notes. Learning MFC programming.
ResDemo
- VC++实现资料文件处理的相关功能。例子简单易明,供大家学习-VC++ data file processing function. Examples of simple and easy to understand for everyone to learn