搜索资源列表
LCD20070109
- 基于三星S6B0741芯片的LCD,LCD型号为LM9033A。单3.3V电压,有并行和串行通讯模式,串行通讯只需5个IO,所以使用起是来很方便。本例用ATmega16驱动,串行连接,WINAVR C语言编程。在此贴出程序,希望能给大家一些帮助-based on the chip Samsung S6B0741 LCD, LCD models LM9033A. Single 3.3 V voltage, parallel and serial communication model, seria
POExcel
- 以订单销售系统为例,演示了如何从数据库动态读取数据给单元格赋值并提交数据;如何设置单元格的只读模式;如何获取提交的数据并保存到数据库中;如何添加自定义按钮;如何设置单元格内容的对齐方式;如何设置表格的行高、列宽、边框样式、合并单元格、字体样式;如何以提交、只读的形式打开Excel表单等-Order sales system, for example, demonstrates how to dynamically read data from the database and submit th
Delphi-Singleton
- delphi 单例模式 设计模式中的单例模式 与其他语言相似-delphi singleton
Singleton
- 单例模式,苹果开发程序,要是学习的苹果开发,就知道什么意思啦!-Singleton, Apple Developer Program, if Apple developers to learn, you know what that means it!
LabVIEWOrientDesign
- LabVIEW开发技术丛书 LabVIEW 面向对象设计 目 录 适配器模式 1-4 建造者模式 5-10 单例模式 11-14 原型模式 15-19 简单工厂模式 20-23-LabVIEW Development Technical Series LabVIEW Object-Oriented Design Table of Contents Adapter mode 1-4 Builder mode 5-10 Singleton patter
单例模式
- 单例模式确保某个类只有一个实例,而且自行实例化并向整个系统提供这个实例。(Singleton patterns ensure that a class has only one instance, and instantiate itself and provide the whole system with this instance.)