资源列表
bulid
- 一个很好的VB数据库示例,通过程序在磁盘上建立一个新的Access数据库文件。-A good example of VB database, through the program on disk to create a new Access database file.
autof011_c
- vfp 9.0 编译的 狗狗读写程序。希望与各位同人交流。谢谢啊-soft build vfp
config_ODBC_data_source
- 用于数据库odbc连接的源码,在c#下成功运行
rules
- 关联规则挖掘程序 输入格式 1 3 5 2 4 6 。。。。。 代表1号,3号,5号物品-assocsiation rule mining
cscscca
- 暴风播放组建的陈旭中的一小部分,可以是实现的功能是卸载软件-movie player is baofeng software
ssd7_EX3
- ssd7卡耐基的系列课程,使用的是postresql,这是其中的练习3 ex3 自己做的 绝对正确-ssd7 Carnegie courses, using postresql, this is one of the exercises 3 ex3 own infallibility
SP_LOAD_DATA
- 动态地将一个表里的数据写入另外一个表,表名及表结构要遵循一定的规律:1.表名前缀一样;2.部分字段一样。此例只作为抛砖引玉,介绍DB2里SP的写法及系统表的用法。-Load data from one table to another. Table name and stucture must be in rule. Prefix of tables name should be same, and some columns should be same. This scr ipt just f
xxgetver
- 系统版本查询。 可以查询系统的版本。 不同版本需要有不同的处理方式-Query system version. Can query the system version.
xianshi
- AT89C51显示00~99汇编语言程序 要实现两位数码管显示00~99依次循环的秒表设计,必须得将AT89C51芯片写入程序,只有将程序写进AT89C51芯片,才能实现其秒表的原理功能-AT89C51 showed 00 ~ 99 assembly language to achieve two Digital Display under 00 ~ 99 cycles stopwatch design, it must be written into the chip AT89C51 pr
Computable-definitions
- knowrob本体知识库,语义描述语言,owl格式-the main OWL ontologies of Semantic Robot Descr iption Language
sqlite3
- sqlite3数据库接口的封装,包括数据库的打开、关闭、查询、执行sql语句以及附加库-The SQLite3 database interface package, including the database open, closed, query, execute SQL statements and additional library
zgglxt
- 1.问题描述 对单位的职工进行管理,包括插入、删除、查找、排序等功能。 2.要求 职工对象包括姓名、性别、出生年月、工作年月、学历、职务、住址、电话等信息。 (1)新增一名职工:将新增职工对象按姓名以字典方式职工管理文件中。 (2)删除一名职工:从职工管理文件中删除一名职工对象。 (3)查询:从职工管理文件中查询符合某些条件的职工。 (4)修改:检索某个职工对象,对其某些属性进行修改。 (5)排序:按某种需要对职工对象文件进行排序。 3.实现提示