登录
首页 » Windows核心 » 用VC++和Sql Sever2000 实现了图书管理信息系统的全部功能。

用VC++和Sql Sever2000 实现了图书管理信息系统的全部功能。

于 2023-07-27 发布 文件大小:2.16 MB
0 142
下载积分: 2 下载次数: 1

代码说明:

用VC++和Sql Sever2000 实现了图书管理信息系统的全部功能。-Using VC++ and Sql Sever2000 realized the library management information system for full functionality.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • delphi run shellcode
    show delphi how to execute a shellcode just like  shell:Array [0 .. ShellCodeSize-1] of byte = ($db,$c3,$d9,$74,$24,$f4,$be,$e8,$5a,$27,$13,$5f,$31,$c9 ,$b1,$33,$31,$77,$17,$83,$c7,$04,$03,$9f,$49,$c5,$e6,$a3  ,$86,$80,$09,$5b,$57,$f3,$80,$be,$66,$21,$f6,$cb,$db,$f5  ,$7c,$99,$d7,$7e,$d0,$09,$63,$f2,$fd,$3e,$c4,$b9,$db,$71  ,$d5,$0f,$e4,$dd,$15,$11,$98,$1f,$4a,$f1,$a1,$d0,$9f,$f0  ,$e6,$0c,$6f,$a0,$bf,$5b,$c2,$55,$cb,$19,$df,$54,$1b,$16  ,$5f,$2f,$1e,$e8,$14,$8
    2023-02-06 14:50:04下载
    积分:1
  • 9行代码废掉Windows XP2000,windows的一个BUG
    9行代码废掉Windows XP2000,windows的一个BUG-nine row code depose a BUG of Windows XP2000,windows
    2023-09-03 04:25:02下载
    积分:1
  • api function Xiang Jie, including the use of api functions, a simple api functio...
    api函数详解,包括api函数的用法,简单的api函数使用功能-api function Xiang Jie, including the use of api functions, a simple api function, use function
    2022-06-29 23:03:25下载
    积分:1
  • VC编写的DLL,可以获得硬盘的型号、序列号以及计算机 ID, 带Delphi的源程序,在Win2K下通过,但是没有在Win9X下试过, 感兴趣的朋友可以在Wi...
    VC编写的DLL,可以获得硬盘的型号、序列号以及计算机 ID, 带Delphi的源程序,在Win2K下通过,但是没有在Win9X下试过, 感兴趣的朋友可以在Win9X 下试一下,或者编写一个VB的范例。 函数以及定义: function ReadPhysicalDrive(driveID:integer;buffer:Pointer;bufLen:integer):integer; stdcall; external DiskID.dll name ReadPhysicalDriveInNT ; 获得WinNT下的硬盘型号以及序列号。参数driveID为硬盘的位置, IDE1上的主盘为0,类推到IDE2上的从盘的driveID为3。 function ReadPhysicalDrive9X (driveID:integer;buffer:Pointer;bufLen:integer):integer; stdcall; external DiskID.dll name ReadDrivePortsInWin9X ; 获得Win9X下的硬盘型号以及序列号。参数同上 function getHardDriveComputerID:int64; stdcall; external DiskID.dll name getHardDriveComputerID ; 获得计算机的ID -VC prepared DLL, get the hard drive model, serial number and computer ID, with Delphi s source code, adopted in Win2K, but not under Win9X tried interested can try under Win9X, or prepare a VB example. Function as well as the definition: function ReadPhysicalDrive (driveID: integer buffer: Pointer bufLen: integer): integer stdcall external DiskID.dll name ReadPhysicalDriveInNT obtained under Win
    2022-02-15 18:15:01下载
    积分:1
  • 真正的硬盘序列号提取实例,绝对不是卷标的提取.
    真正的硬盘序列号提取实例,绝对不是卷标的提取.-really drives serial extraction example, the label is not extracted.
    2023-04-20 04:40:03下载
    积分:1
  • 的ks8995包含五个10 / 100物理层
    The KS8995 contains five 10/100 physical layer transceivers, five MAC (Media Access Control) units with an integrated layer 2 switch. The device runs in two modes. The first mode is a five port integrated switch and the second is as a five port switch with the fifth port decoupled from the physical port. In this mode access to the fifth MAC is provided using a MII (Media Independent Interface).
    2022-02-10 04:57:09下载
    积分:1
  • 通过该程序可以实现操作系统的重新启动,在编程时若需重启系统,则可以使用该程序...
    通过该程序可以实现操作系统的重新启动,在编程时若需重启系统,则可以使用该程序-The program can be achieved through the operating system restarts, restart the system in the For programming, you can use the program
    2023-01-07 16:25:03下载
    积分:1
  • Acquisition system CPU and memory information, and then use the VC drawn. System...
    获取系统CPU和内存的信息,然后用VC画出来 。献给VC系统开发的朋友.-Acquisition system CPU and memory information, and then use the VC drawn. System dedicated to the development of VC friends.
    2023-05-20 06:55:02下载
    积分:1
  • 一款开源的桌面搜索引擎源代码,技术特色包括快速搜索文件(作者称经常会少于1秒),支持音乐/文档/图片筛选过滤,文件类型筛选过滤,文件访问和文件大小筛选等。源代码...
    一款开源的桌面搜索引擎源代码,技术特色包括快速搜索文件(作者称经常会少于1秒),支持音乐/文档/图片筛选过滤,文件类型筛选过滤,文件访问和文件大小筛选等。源代码包括了一个加速技术及有关函数,以及闪速注册表读取类。源代码中包含使用CopyMemory API函数构建的二进制文件转储功能,从内存获取对象集合,使用WMI脚本对象,多线程递归搜索以及其他的技术,总之是一款不错的源代码,对希望编写桌面搜索引擎的网友可以提供借鉴。 首先把 Engine目录下的prjEngine.vbp编译为HyperEngine.dll,然后再运行Hyperion目录下的Hyperion.vbp,在工程中引用刚才的dll即可。或者直接打开目录下的 Hyperion.vbg工程。-An open-source desktop search engine source code, technical features, including fast search for the file (The author is often said that less than 1 second), support music/document/image filtering filtering, file type filtering filtering, file access and file size filtering and so on. Source code includes an acceleration techniques and related functions, as well as the flash to read the registry class. Source code included using the CopyMemory API function to build the binary file dump feature a collection of objects from the memory access, using WMI scripting objects, multi-threaded recursive search, as well as other technologies, in short, is a good source,
    2022-03-13 07:15:24下载
    积分:1
  • Java实现deadlock detection algorithm
    Java实现deadlock detection algorithm-Java deadlock detection algorithm
    2022-07-07 18:54:12下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载