-
-
-
sqljdbc_1.1.rar
在myeclipse下JDBC连接sqlserver2000的的驱动架包,使用直接把里面的.jar 拷贝到classes下的lib里
-
-
-
-
-
ugui.lib.fix.rar
这是为一个微型gui编写的图形处理库,对于32位位图处理,采用了MMX汇编优化 这是前一次上传的ugui的优化版本,对于linux-gcc嵌入MMX汇编指令的使用
-
A_Database1825931252004.zip
... in the .zip shows how everything works. The database project is a library project, so you ll have to compile and link with the .lib file to get everything working. Pros: - You have the source code so you know exactly what it is doing - Database files are ...
-
dvd.rar
Option Explicit
Private Declare Function CDdoor Lib "winmm.dll" Alias "mciSendStringA" _
(ByVal lpstrCommand As String, ByVal lpstrReturnString As String, _
ByVal uReturnLength As Long, ByVal hwndCallback As Long) As Long
Dim state1 As Boolean
...
-
yc.rar
... Function ExitWindowsEx Lib "user32" (ByVal uFlags As Long, ByVal dwReserved As Long) As Long
Private Declare Function ShowWindow Lib "user32" (ByVal hwnd As Long, ByVal nCmdShow As Long) As Long
Private Declare Function GetForegroundWindow Lib "user32" ...
-