-
LabVIEW
利用access数据库开发的用户登录界面(User Login System design by LabVIEW)
- 2018-06-16 22:47:44下载
- 积分:1
-
sqlite-amalgamation-3071700
sqlite数据库C源码接口程序,通过此程序可以创建,修改和删除SQLITE数据及数据(sqlite database C source interface program, through this process can create, modify, and delete data, and data SQLITE)
- 2013-07-17 16:28:51下载
- 积分:1
-
ADOACCESS
这是一款用MFC ADO编写的数据库软件,它可以实现对ACCESS数据库的打开,添加,修改,保存,排序得一系列的功能。它利用ListCtl进行显示(This is a MFC ADO with the preparation of the database software, it can be open to the ACCESS database, add, modify, save, sort a series of functions. It uses ListCtl display)
- 2009-04-20 21:15:47下载
- 积分:1
-
Alter-Table
ALTER TABLE and CREATE TABLE in Access/vb6
- 2013-09-01 04:18:34下载
- 积分:1
-
ip
说明: 这个包是网站统计用的IP地址收录。比较完整,大家打开后,可以接入自己的现有数据库中,方便统计来访者信息。希望这个共享能帮助有需要的人。(IP Count DB.)
- 2012-03-23 14:50:27下载
- 积分:1
-
SQLite-1.0.31.0
一个sqlite数据库操作文件。自己用着不错,共享下(A sqlite database operation file. Themselves with the good, the next sharing)
- 2010-12-05 17:01:40下载
- 积分:1
-
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).Row
Set sh = Sheets.Add(, Sheets(Sheets.Count))
sh.Name = Sheets("sheet1").Cells(a, 7).Value
With Sheets("Sheet1")
Sheets("Sheet1").Range(.Cells(b, 1), .Cells(c, 10)).Copy Destination:=sh.[a2]
Sheets("Sheet1").Range("a1:j1").Copy Destination:=sh.[a1]
a = c
End With
Sheets("Sheet1").Select
Next
End Sub
)
- 2013-05-03 08:50:54下载
- 积分:1
-
车辆管理系统V1.1
说明: 这是我开发的一个车辆管理系统,里面包括原程序文件,开发程序文件以及系统运行程序!(development of a traffic management system, including inside the original files, the development program files and system operational procedures!)
- 2006-01-08 23:22:57下载
- 积分:1
-
iif
Handling null fields in SQL queries
- 2013-09-01 04:27:04下载
- 积分:1
-
redis读写缓存数据
通过引用redis基础类库,实现对redis的读取和写入操作。例子比较初级。(By referring to the redis base class library, we can read and write redis. The example is more elementary.)
- 2020-06-19 17:00:01下载
- 积分:1