-
wlcsxt
说明: 网络测试系统,很实用的一个源码,很有参考价值,下载试试,多学习哦(Network test systems, it is a source of practical, useful reference, download a try, more to learn Oh)
- 2008-11-23 22:37:15下载
- 积分:1
-
zcjlrj
自创的彼此交流账目软件,难得的好软件请一定要下来看看。(self-exchange accounts software, a rare good software must please look down.)
- 2006-08-03 06:50:49下载
- 积分:1
-
EXCELtoMDB
VisualBasic实现EXCEL数据的批量导入,(EXCEL data batch import to mdb based on VB)
- 2012-05-07 21:40:29下载
- 积分:1
-
mongodb-src-r3.2.4.tar
memory mapped noSQL database engine
- 2017-09-29 18:26:17下载
- 积分:1
-
SqliteClassLibrary
简单的c# sqlite数据库操作类库,自己编写,附源代码,可进行扩充,进过测试。 (Simple c# Sqlite database operations class library, I have written, with source code, can be expanded into the test.)
- 2008-12-30 23:50:23下载
- 积分:1
-
musiccj12
音乐管理系统的采集数据程序可自行添加采集点,适合一些大型音乐网站数据的采集,支持采集到本地,已及盗链.(Music management system for data collection procedures can add their own collection point, for some large-scale music site data collection to support the collection to local, have been and navigating to www.sina.com.cn..)
- 2009-01-02 12:12:00下载
- 积分:1
-
应海平的数据库课程设计
说明: 《员工工资管理系统》是利用Visual Foxpro6.0开发的基于Windows平台的应用软件。它界面漂亮,操作简单、方便,运用它,能使繁琐、复杂的职工(员工)管理变得非常的容易。("staff salary management system" is developed using Visual Foxpro6.0 based Win the Windows platform application software. Its interface beautiful, simple, convenient and use it enables cumbersome, complex workers (staff) management has become very easy.)
- 2006-01-18 18:04:43下载
- 积分:1
-
filter
dbf filter sample I found and very useful for dbf database programing
- 2013-07-24 04:38:03下载
- 积分: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
-
testdatabasedll
数据库功能展示,vc连接access数据库,实现增删查找功能(Database function display, vc connection access database, add or delete search function to achieve)
- 2011-01-24 17:04:23下载
- 积分:1