-
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
-
基于中断的串口驱动
基于中断的串口驱动-Based on the serial port interrupt-driven
- 2022-12-14 22:35:03下载
- 积分:1
-
sis900 LAN Driver
sis900网卡驱动程序-sis900 LAN Driver
- 2022-07-06 16:50:22下载
- 积分:1
-
基于NEC V850的UART驱动程序
the uart driver based on NEC V850
- 2023-02-18 12:55:03下载
- 积分:1
-
intel P30 flash驱动程序,请需要的下载
intel P30 flash驱动程序,请需要的下载-intel P30 flash driver, please download the needs of
- 2022-02-15 00:54:39下载
- 积分:1
-
- 2022-12-04 02:00:03下载
- 积分:1
-
ADM5120网络驱动程序
ADM5120 network driver
- 2022-01-25 16:56:05下载
- 积分:1
-
由Jean Labrosse先生写的uC/OS的实时操作系统核心的C源代码以及说明。这是Jean先生为68HC11系列写的RTOS,但是随着越来越多的MCU的出...
由Jean Labrosse先生写的uC/OS的实时操作系统核心的C源代码以及说明。这是Jean先生为68HC11系列写的RTOS,但是随着越来越多的MCU的出现,Jean把他的RTOS移植到许多平台上,比较适合扩展模式的应用模式,如XA,X86,但是一些客户不知道如何使用,实在糟蹋了!不过提醒各位,这仅仅是一个核心模块,嵌入应用环境太多了,许多其他模块象:文件模块,通讯模块,显示模块等,都需要大家自己努力了!那我自己也在尝试增加一些模块,象TCP/IP协议,可以为许多应用提供附加应用。-by Mr. Jean Labrosse wrote uC/OS real-time operating system kernel of C source code and state. This is Mr. Jean wrote for the series 68HC11 RTOS, but as more and more the emergence of the MCU, Jean his many transplant RTOS platform, expansion model more suitable for the application model, such as XA, X86, but some customers do not know how to use, is wasted! But to remind you that this is only a core module, embedded application environment too much, like many other modules : File module, communications module, module, we now have our own efforts! I also try to increase their number of modules, such as TCP/IP protocol, for many applications can provide additional applications.
- 2022-01-28 22:44:19下载
- 积分:1
-
PDIUSBD12的接口芯片固件程序
可直接使用
PDIUSBD12的接口芯片固件程序
可直接使用-PDIUSBD12 firmware interface chip can directly use
- 2023-06-08 14:05:03下载
- 积分:1
-
可实现ep9313的GPIO接口的驱动,可实现对GPIOA接口的读写和某个引脚高低电平的设置。类比此驱动,可很快实现其他流接口驱动编写。
可实现ep9313的GPIO接口的驱动,可实现对GPIOA接口的读写和某个引脚高低电平的设置。类比此驱动,可很快实现其他流接口驱动编写。-Ep9313 can realize the GPIO interface driver can be realized GPIOA interface pin high literacy and a low-level settings. Analog of this drive can quickly realize the preparation of other stream interface drivers.
- 2023-08-10 16:55:03下载
- 积分:1