代码搜索:drive 有哪些应用?

找到约 10,000 项符合「drive 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/329762/12934998

a86 fioctl.a86

title 'FDOS IOCTL - DOS file system input/output control' ; File : $FIOCTL.A86$ ; ; Description : ; ; Original Author : DIGITAL RESEARCH ; ; Last Edited By :
www.eeworm.com/read/329382/12956989

pas dcvirtualdrives.pas

{******************************************************************************* Disk Controls pack v3.5 FILE: dcVirtualDrives.pas - dcVirtualDrives component Copyright (c) 1999-2002 Util
www.eeworm.com/read/142113/12961669

c sys.c

/****************************************************************/ /* */ /* sys.c */ /* DOS-C */ /* */ /* sys utility for DOS-C */ /* */ /
www.eeworm.com/read/142113/12961704

c dosfns.c

/****************************************************************/ /* */ /* dosfns.c
www.eeworm.com/read/141570/12998167

txt 37.txt

改进VB的驱动器列表框 信 阳 师 范 学 院 计 算 机 系 董 建 军 V B 是 一 个 高 效 快 捷 的 WINDOWS 应 用 程 序 开 发 工 具, 倍 受 人 们 青 睐。 然 而, V B 也 有 其 局 限 性, 部 分 控 件 不 够 完 善, 许 多 事 件 和 属 性 没 有 提 供, 又 加 上 V B 自 身 的 封 闭 性( 不 允 许 自 我 ...
www.eeworm.com/read/141570/12998233

txt 09.txt

FSO对象模型在VB中的应用 从 Visual Basic 的第一版至今,VB中有关文件的处理都是通过使用 Open 、Write以及其它一些相关的语句和函数来实现的。随着软件技术的不断发展,加上面向对象编程概念的日臻成熟,这些文件操作语句已经不能适应软件不断增加的复杂程度的需要了。因此,从VB6.0开始,微软提出了一个全新的文件系统对象FSO。 一、简介 文件系统对象FSO的英文全称是F ...
www.eeworm.com/read/141570/12998468

txt 13.txt

Visual Basic设计图形浏览器示例 (作者:胡振山 2000年09月20日 18:17)   想过自己设计图形浏览器吗?其实,这一点也不难,我们可以轻松利用VB编程实现。   图形浏览器的设计过程如下:   1.启动VB,新建一标准工程文件,在窗体Form1上,更改Form1的Caption=“图形浏览器”。   2.从工具箱中把驱动器、文件夹和文件控件添加 ...
www.eeworm.com/read/141545/13001059

c bdos.c

#include #include void main(void) { int drive; drive = bdos(0x19, 0, 0); printf("Current drive is %c\n", 'A' + drive); }
www.eeworm.com/read/141545/13001887

cpp win_a.cpp

#include #include #include void main(void) { char szBuffer[MAX_PATH+100]; UINT nDrive = 0; DWORD dwLogicalDrives = GetLogicalDrives(); if (
www.eeworm.com/read/141545/13001888

c test_a.c

#include #include void main(void) { char buffer[8192]; // Try reading head 1, track 1, sector 1 if (biosdisk(2, 0, 1, 1, 1, 1, buffer)) printf("Error acces