-
wince5.0 s3c2440 iic驱动源码带有详细注释
wince5.0 s3c2440 iic驱动源码带有详细注释-wince5.0 s3c2440 iic driver source code with detailed notes
- 2022-01-26 04:46:25下载
- 积分:1
-
本文主要论述了在windows环境下usb驱动程序的设计流程和基本步骤以及相关usb协议的简介和usb系统架构的简介。...
本文主要论述了在windows环境下usb驱动程序的设计流程和基本步骤以及相关usb协议的简介和usb系统架构的简介。-This paper mainly discusses the environment in the windows driver usb design flow and the basic steps and the associated usb protocol profiles and usb system architecture was introduced.
- 2022-06-21 01:07:57下载
- 积分:1
-
filemon源码!看看吧!
filemon源码!看看吧!-source! Let"s see it!
- 2023-07-16 03:10:03下载
- 积分:1
-
驱动开发中使用到的未公开函数如zwdeletefile等
驱动开发中使用到的未公开函数如zwdeletefile等-Driven Development in the use of undisclosed function, such as such as zwdeletefile
- 2023-08-03 07:20:03下载
- 积分:1
-
里面有通过JTAG口对FLASH的烧写代码,以及原理图和PCB图。
里面有通过JTAG口对FLASH的烧写代码,以及原理图和PCB图。-Source code that can write FLASH through JTAG interface and its PCB diagram and schematic diagram
- 2022-12-07 20:10:03下载
- 积分:1
-
PDIUSBD12 USB code for pdiusbd12.
PDIUSBD12 USB code for pdiusbd12.
- 2023-02-26 17:10:03下载
- 积分:1
-
ic calling card reader program, pascal prepare a detailed note, but is in Englis...
ic卡读卡器程序,帕斯卡编写的详细说明,不过是英文的,有读卡器的连接。
- 2022-06-17 15:26:18下载
- 积分:1
-
SCM production, how to use the time delay, how to display shows the temperature.
单片机制作,如何利用时间延时,如何通过显示屏显示温度。-SCM production, how to use the time delay, how to display shows the temperature.
- 2022-09-28 08:40:03下载
- 积分:1
-
USB DRIVER
windows操作系统下的 USB DRIVER-USB DRIVER
- 2022-03-12 03:57:18下载
- 积分:1
-
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