搜索资源列表
面向对象VC例子91
- 面向对象与可视化程序设计的第九章的例子,已调试通过.-Object-Oriented Programming with Visual Design of the ninth chapter example, through debugging.
alarmstaticclass
- 报警控制在各种工业控制系统中是经常见到的,一般用于报警的方法有很多,有用文本标示,有用图形表示的,其原理不外乎构造CDC类对象然后利用提供的各种基本图元属性进行图形绘制就可以了.这里我们来制作一个能够显示报警文本,当出现某个报警的时候我们然背景进行闪烁就可以实现功能了.-alarm control in a variety of industrial control system is often seen, the general method for alarm are many, usef
vcgenie
- The most important task was to understand how an add-in works, and the key is to grasp the DevelperStudio object model. Well, the object model is just simple, compared to things in Microsoft Office, but the study also took time and energy. After look
derdfdc
- 这是一个用面向对象方法实现多项式四则运算的源程序,算法高效,用到很多数据结构。压缩包里面只是源程序文件,在vc中运行并由地定额的改动-This is an object-oriented method polynomial four Operational source, efficient algorithm that uses a lot of data structure. Compressed only source files inside the vc to run fixed by
解决生产者-消费者问题
- public class Server extends Thread { Client client int counter public Server(Client _client) { this.client = _client this.counter = 0 } public void run() { while (counter < 10) { this.client.queue.addElement(new Integer(counter)) counter++ } throw
keymove
- c++面向对象编程指针移动程序mfc界面创建程序-c++ object-oriented programming interface pointer to move the program to create programs mfc
Adress_Book
- Source program designed to conduct telephone directory. Use non-visual class, written by the author. The class is based on the use of object-oriented programming
