搜索资源列表
0201虚函数表
- 在VC6.0平台实现。从本程序可以了解到C++虚函数的实现方法。是COM+技术中vtable虚函数表的基础实现。-in VC6.0 platform. From this program can understand C + + virtual function of the method. COM technology is the virtual function table vtable the basis of achievement.
PE
- 查询PE文件信息程序的源代码 主要用于学习 基于控制台 所以代码,更加容易读懂 前提要有C/C++基础-PE file information inquiry process is mainly used to study the source code so the code based on the console, be easier to understand the premise of C/C++ foundation
leiheduixiang
- 类和对象的基础知识 包括三十几个c或c++例子程序。-Basics of classes and objects, including some 30 examples of c or c++ program.
cyuyanjichu
- C 语言基础,包含10 多个小程序。我在windows平台下运行成功-C language-based, more than 10 small programs. I am running under windows platform, the success of
parking
- 用C++写的面向对象的程序,以停车场的管理为基础,对面向对象有很好的诠释-Written using C++ object-oriented programming to the car park management based on object-oriented interpretation of good
lianbiao
- 链表 基础C语言链表程序 用于链接表格-Linked lists the basic C language linked list program
Csharp
- C#初学者实例代码,包括计算器等小程序代码,能较快的掌握C#基础知识。-Beginners C# code examples, including calculators and other small program code, C# basic knowledge can quickly grasp.
10.17.5
- opencv+c++程序在vs2012平台上的示例程序,主要是基础函数的使用示范-opencv+c++ program vs2012 platform sample programs, mainly based on the use of function demonstration
CPP
- 一些C++小程序,分为例题程序、实验程序、作业程序,包含一些基础的算法示例-Some small C++ program, the program is divided into examples, experimental procedures, operating procedures, contains some examples of algorithms based
CPP-progaram-example
- C++ 学习基础源码程序,帮助初学者快速掌握C++的基本使用及基础的编码技巧-Learn basic c++ source program, to help beginners quickly grasp the basic use of c++ and basic coding techniques
01
- 练习C++代码好程序,基础训练加自我开发-important source code for exercising the C++
C-language-pointer-examples
- C语言编写的指针强化详细的例子程序,时候C语言初学者,及需要补充指针基础知识的同学。-C language pointer strengthen procedures detailed example, when the C language for beginners, and the need to supplement the students the basics of pointers.
打印空心菱形
- 该程序实现了简单的打印空心菱形的C语言源代码,展示了图形打印基础知识。