-
1 程序开发步骤如下
(1) 打开vc,选择菜单项file
1 程序开发步骤如下
(1) 打开vc,选择菜单项file->new,选择projects选项并建立一个名为"floppy"的win32 console applicatoin工程;创建时注意指定创建该工程的目录;
(2) 在工程中创建源文件"floppy.cpp":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是"floppy.cpp";在接下来询问是否创建新文件时回答"yes";然后通过Workspace->FileView->Source Files打开该文件,在其中编辑本程序的源代码;编辑结束后通过菜单项File->Save进行保存;
(3) 同(2)步骤再加入文件"floppy.h";
(4) 通过调用菜单命令项build->build all进行编译连接,可以在指定的工程目录下得到debug->floppy.exe程序;现在即可以运行该程序;由于没有命令行参数,故不必在控制台下来运行,直接运行即可;
2 补充说明
这里仅仅给出了编译结果和源程序,没有所创建工程的其他文件。-a step in the development process as follows (1) Open vc, select menu item file-gt; New, choose projects and the establishment of an option called "floppy" win32 console applicatoin works; Attention to create designated to create the directory of the project; (2) create the works Source "floppy.cpp" : Select menu item project-gt; add to project-gt; files, the choice of their own box to create the file name, here is the "floppy.cpp"; the next quest
- 2023-05-03 02:30:03下载
- 积分:1
-
通过驱动可以读写内存任意地址,不使用api,修改系统DLL内容...
通过驱动可以读写内存任意地址,不使用api,修改系统DLL内容-use drivers modify all address,not use api,global dll
- 2022-10-12 07:20:02下载
- 积分:1
-
TW2834的驱动程序设计。包括各个寄存器标准值设计。对于理解TW2834与ITU656非常有帮助...
TW2834的驱动程序设计。包括各个寄存器标准值设计。对于理解TW2834与ITU656非常有帮助-TW2834 driver design. Standard values in all registers, including the design. For understanding the TW2834 with ITU656 very helpful
- 2022-03-12 10:32:56下载
- 积分:1
-
simulation of power generator
simulation of power generator
- 2022-03-05 09:56:14下载
- 积分:1
-
这是一个USB核心栈
This a USB core stack for
the built-in USB device of LPC214x microcontrollers.
It handles the hardware interface and
USB enumeration/configuration.
Also included are application examples like
a USB joystick HID and USB serial port emulation. -This a core USB stack for the built-in USB LPC214x device of microcontrollers. It handle "s the hardware interface and USB enumeration/c onfiguration. Also included are application e xamples like a USB HID joystick and USB serial po rt emulation.
- 2022-11-18 22:55:02下载
- 积分:1
-
PCI温度采集卡驱动程序WDM,编辑公斤VC6.0,DDK2000,DRIVER STUDIO3.2
PCI温度采集卡驱动程序WDM,编辑公斤VC6.0,DDK2000,DRIVER STUDIO3.2-Temperature Acquisition Card PCI Driver WDM, editor kg VC6.0, DDK2000, DRIVER STUDIO3.2
- 2022-03-20 08:01:45下载
- 积分:1
-
Korea Kelong color OLED Driver
韩国
科龙
彩色
OLED
驱动程序-Korea Kelong color OLED Driver
- 2022-04-25 06:45:29下载
- 积分:1
-
disk filter, a development with DDK
disk filter,一个用DDK开发的WINDOWS系统的磁盘过滤系统-disk filter, a development with DDK
- 2022-08-08 07:31:50下载
- 积分:1
-
带DMA传输的高速的驱动源代码(最高可达80M,在系统支持66M的工作模式下)...
带DMA传输的高速的驱动源代码(最高可达80M,在系统支持66M的工作模式下)-with high-speed DMA transfer of the source drive (up to 80M, the system supports the work of 81 model)
- 2022-01-26 07:36:23下载
- 积分:1
-
NDIS钩子的例子,比驱动更稳定的中间层防火墙
NDIS HOOK实例,做防火墙比中间层驱动更稳定-NDIS HOOK example, than do the middle layer firewall driven more stable
- 2023-08-09 03:15:04下载
- 积分:1