-
MSPRO
利用MFC开发的数据库系统,用的是微软的Access,有详细的链接数据库的代码。(Use of MFC development of database systems, using Microsoft Access, there are more links to the database code.)
- 2011-09-06 21:40:03下载
- 积分:1
-
sqlite-source-3_6_6_2
说明: sqlite的最新源码
This ZIP archive contains preprocessed C code for the SQLite library as individual source files. It is strongly recommended that the amalgamation above be used instead of this package(sqlite latest source This ZIP archive contains preprocessed C code for the SQLite library as individual source files. It is strongly recommended that the amalgamation above be used instead of this package)
- 2008-11-29 16:13:56下载
- 积分: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
-
ADO
这是ACCESS的数据库编程文件,可以容易的用在MFC,VC,DELPH等工程环境(ACCESS ADO DATABASE ,MFC VS2008 AND VS2010)
- 2013-08-18 10:30:52下载
- 积分:1
-
VS2008和Access的数据库连接及操作完整示例
连接access数据库实例,简单的操作access数据库(Connecting access database instance)
- 2018-08-13 10:14:55下载
- 积分: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
-
sysmain
说明: VFP开发的主控程序,其中用了多种方法和技巧实现对用户权限的控制和选择。(VFP development of the control procedures, which use a variety of methods and techniques to achieve competence of the user control and choice.)
- 2006-03-14 00:15:36下载
- 积分:1
-
DATA_EMG_test_170310
肌电信号数据,手掌做不同动作时的肌电信号,分别为伸手握拳等信号的肌电信号(EMG DATA)
- 2017-05-18 15:04:51下载
- 积分: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
-
SQLiteExpertSetup
可用于查看和编辑db3,SQLite的免费软件。(look out "db3", free software.)
- 2018-01-03 14:43:56下载
- 积分:1