搜索资源列表
ClientDataSetQuery
- 基于Delphi的、动态的、多层结构的数据库查询控件-based Delphi, dynamic, multi-layered structure of the database query control
bckj
- Delphi编程框架,三层结构,无第三方控件,D6以上-Delphi programming framework, the three-tier structure, and no third-party control, more than D6
Excel编程
- 采用ODBC技术,利用VC++对XLS文件的结构和记录内容进行了读取,并按一定的格式显示在窗口程序的列表控件内-using ODBC technology, VC right XLS documents on the structure and content of the record to read, with a certain format in the list window control procedures within
DSNCollection_demo
- (转载) 这篇文章是我最近的一项工程中做的一些工作的结果。我正在改良一个复杂的主从式用户应用,他用到了好几个数据库。它们的共性是DSN(数据源名)的使用。因为用户发现查在控制面板中用ODBC结构工具查找出DSN很不方便,因此我们决定为DSN做一个浏览按钮。 来源: http://www.codeguru.com/mfc_database/DSNCollection.shtml- (reprint) this article is some work results which in an my
C2000
- C2000软件开发基础.doc 例1、SCI寄存器的宏定义 例2、采用宏定义方法访问SCI寄存器 例3、SCI寄存器文件结构定义 例4、SCI寄存器文件结构变量 例5、将变量分配到数据段 例6、将数据段映射到寄存器对应的存储空间 例7、通信控制器和控制寄存器1的位定义 例8、通信控制器和控制寄存器1的共同体定义 例9、使用共同体定义寄存器文件结构体 例10、在C/C++中使用位区操作寄存器 例11、TMS320X280x PCLK
PMIS3
- PMIS--------主程序代码 表示层,负责应用程序的表现形式、用户体验等。 -------DALFactory-----抽象工厂 抽象工厂,用于创建各种数据对象的方法,这里有配置文件和反射的运用。 -------IDAL--------数据接口层(控制是选择什么类型的数据库) 数据操作接口,数据访问层实现其接口并重写它(体现了面向接口的编程思想)。 -------BLL------ 处理应用程序的业务逻辑,被表示层调用。 ------
test108
- 用API打开目录结构,不需要控件处理,达到打到文件的目的,特别是要多个盘选择时特别有用-Open the directory structure with the API, not the control treatment, to reach the purpose of the paper, in particular, to be particularly useful when multiple dial to select
Timer101
- 用C语言(或其它语言,如Java)实现对N个进程采用某种进程调度算法(如动态优先权调度)的调度。2.每个用来标识进程的进程控制块PCB可用结构来描述-Using C language (or other languages, such as Java) the scheduling of some process scheduling algorithms (such as dynamic priority scheduling) of N processes. 2 each process t
DBClass
- 1.继承DBClass类,类加DBClassAttribute特性,属性加DBColumnAttribute特性,可自动在连接的数据库上创建表结构(目前只实现了Sql Server,想要支持其他数据库,可稍作修改);可自动实现对该类的,查询DBClass.Select(),添加、更新、删除功能。 2.继承DBForm窗体类,继承IDataGridView,可简单实现在DataGridView控件中添加、删除、刷新数据。(1. DBClass class inheritance, class a