搜索资源列表
sqlite_demo
- SQLite 是用C语言编写的开源数据库,主要用于嵌入式,你也可以把它集成在自己的桌面程序中,也有人将其替代Access,用作后台数据库。 SQLite 支持多数SQL92标准,例如:索引、限制、触发和查看支持。 支持 NULL、INTEGER、REAL、TEXT 和 BLOB 数据类型,支持事务。-SQLite is a C language open source databases, mainly used in embedded, you can also put it at t
vfp-chengxu
- 一个整数他加上100后是个完全平方数,在加上168又是个完全平方数,问这个数是多少 -He added 100 after an integer is a perfect square, plus 168 is a perfect square, and asked how much of this number is
DataCreateAppVB
- 数据库的读取,与数据添加等,是一个很好的学习例子,数据库的数据是随机生成的3个随机整数。-The database to read and add data, is a good learning example, the database data is randomly generated three random integer.
N-sheets
- 以G列分成多个工作表(以宏运行VBA) -Sub aa() Dim a As Integer, b As Integer, c As Integer, sh As Worksheet For a = 2 To [g65536].End(3).Row If Cells(a, 7) <> Cells(a- 1, 7) Then b = a End If c = Range("g:g").Find(Cells(a, 7), , , , , xlPrevious)
gongzhiguanli
- 简单的工资发放管理软件,Delphi 7下开发-/* Table: SALARY_SET, Owner: MISDBA*/ CREATE TABLE SALARY_SET (PERSON CHAR(6) NOT NULL, SALARY FLOAT, CONSTRAINT SALARY_SET_PEROSN PRIMARY KEY (PERSON)) /* Table: SALARY_OTHER, Owner: MISDBA*/ CREATE TABL