-
CompactAccess
VB编程实现Access数据库压缩功能,VB编程的朋友可以借鉴一下,压缩的效果还是很明显的,虽然不是很完美,但至少可以借鉴一下,为以后的编程思路提供参考。(VB Programming compression Access database, VB programming can learn from a friend about the effect of compression is very obvious, though not perfect, but at least you can learn from, programming ideas for future reference.)
- 2009-05-11 03:24:08下载
- 积分:1
-
边坡信息集成系统
说明: 高速公路路基边坡信息管理系统,实现施工信息添加、删除、检索等功能(Highway Subgrade Slope Information Management System)
- 2019-02-27 16:36:16下载
- 积分:1
-
asptools
用于程序人员存放自己的各种代码的工具
1支持数据库备份和导入
2支持程序升级
3资料修改维护方便(For program staff kept their own tools for a variety of code to support one database backup and import 2 support escalation procedures to facilitate the maintenance of 3 data modification)
- 2007-11-05 08:20:24下载
- 积分:1
-
VB_Access
实现Visual Basic 与Access数据库的链接,包括Access数据库的打开、数据的写入、读出、删除、更新等!(It not only enable you to open the Access database but also input, output, delet and update the data in Access)
- 2009-09-14 16:31:08下载
- 积分:1
-
Synchro
sync excel sheet to mysql
- 2010-07-10 18:26:49下载
- 积分: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
-
肯
说明: 因本人没有充足的时间,写的比较简陋了
没有办法,也是帮别人的忙了,还望看了
不要笑话本人,如有不足,请多指教(because I do not have sufficient time to write a simple comparison is no way is anybody a favor, but he still saw hope I do not joke, if inadequate, please enlighten)
- 2005-12-06 22:49:18下载
- 积分:1
-
Berkeley_DB
说明: C++版的BDB使用手册————中文版,其中描述了BDB的各种操作(C++ version of the BDB---- Chinese version manual, which describes the various operations BDB)
- 2011-03-14 14:42:17下载
- 积分:1
-
dianyajiancexitong
VB+proteus+keil c 文件是电压检测系统
(VB+ proteus+ keil c are voltage detection system )
- 2009-04-06 23:31:57下载
- 积分:1
-
VFP
VFP数据库继承了以往传统数据库的优点,是采用了面向对象的程序设计思想和可视化的编程工具,操作简单、易学,极大的方便了软件的开发。人们在使用它作为开发工具时,可以高效的开发出全新的可视化图形界面应用程序。(VFP database inherits the advantages of traditional databases, is the use of object-oriented program design and visual programming tools, simple operation, easy to learn, which greatly facilitates the software development. People use it as a development tool, you can efficiently develop a new visual GUI applications.)
- 2013-08-30 16:02:33下载
- 积分:1