-
学生管理系统
有录入 查询信息(按学号) 排序 插入 更新 删除 保存到文件的功能...
学生管理系统
有录入 查询信息(按学号) 排序 插入 更新 删除 保存到文件的功能 -Student management system has input query information (by student number) to sort insert update delete saved to a file function
- 2022-03-28 15:26:36下载
- 积分:1
-
MS dos6.22完整源代码!相信有很多研究操作系统的朋友需要.
MS dos6.22完整源代码!相信有很多研究操作系统的朋友需要.-MS dos6.22 integrity of the source code! I believe a lot of study of the operating system needs a friend. Oh
- 2022-01-31 11:19:52下载
- 积分:1
-
12个保护模式教程实例// 源代码// C & ASM// 英文
12个保护模式教程实例// 源代码// C & ASM// 英文-12 protection mode tutorial examples// source// C ASM// English
- 2022-09-02 07:15:02下载
- 积分:1
-
提供一个Windows 服务的程序框架,使程序成为Windows服务程序
提供一个Windows 服务的程序框架,使程序成为Windows服务程序-Provide a procedural framework for Windows services, so that procedures become a Windows service program
- 2022-01-26 06:31:30下载
- 积分:1
-
删除目录文件,可以自动伤处制定的文件或者目录
删除目录文件,可以自动伤处制定的文件或者目录-DEL DIR AND FILE
- 2022-11-20 10:40:03下载
- 积分:1
-
WINDOWS programming memory mapping. Can easily read large data files.
WINDOWS编程中内存映射。可以方便读取大数据量文件。-WINDOWS programming memory mapping. Can easily read large data files.
- 2022-05-25 22:44:04下载
- 积分:1
-
漂亮的图标-中国风系列图标(.ico文件)
漂亮的图标-中国风系列图标(.ico文件)-English Version
- 2023-08-19 23:15:06下载
- 积分:1
-
c语言开发实战
一般认为,一个数据结构是由数据元素依据某种逻辑联系组织起来的。对数据元素间逻辑关系的描述称为数据的逻辑结构;数据必须在计算机内存储,数据的存储结构是数据结构的实现形式,是其在计算机内的表示;此外讨论一个数据结构必须同时讨论在该类数据上执行的运算才有意义。一个逻辑数据结构可以有多种存储结构,且各种存储结构影响数据处理的效率。
在许多类型的程序的设计中,数据结构的选择是一个基本的设计考虑因素。许多大型系统的构造经验表明,系统实现的困难程度和系统构造的质量都严重的依赖于是否选择了最优的数据结构。许多时候,确定了数据结构后,算法就容易得到了。有些时候事情也会反过来,我们根据特定算法来选择数据结构与之适应。不论哪种情况,选择合适的数据结构都是非常重要的。
- 2023-06-05 05:20:04下载
- 积分:1
-
Vc preparation of small procedures, realize the system to restart and shut down...
编写vc小程序,实现系统的重新启动和关闭计算机-Vc preparation of small procedures, realize the system to restart and shut down your computer
- 2022-04-30 02:39:30下载
- 积分: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