-
linux mtd驱动开发 关于如何编写嵌入式mtd驱动的好文章
linux mtd驱动开发 关于如何编写嵌入式mtd驱动的好文章-Driver Development on how to write embedded MTD driver a good article
- 2022-09-30 06:35:03下载
- 积分:1
-
DVD源码
DVD源码-DVD source
- 2022-10-01 23:50:03下载
- 积分:1
-
Use delphi to develop code
用delphi开发驱动的必看的代码!!!!谁说delphi不能开发驱动来着?-Use delphi to develop code-driven must-see!!!! Who delphi development should not come forward to drive?
- 2022-03-22 02:19:37下载
- 积分:1
-
MCS
MCS-96单片机A_D转换器应用-通过检测AD_RESULT(LO)中的S位来判定A/D转换是否完成。需要注意的是,当发出启动A/D转换命令后,AD_RESULT中的S位要经过8个状态周期后才能对其查询.-MCS-96 microcontroller A_D converter applications-through detection AD_RESULT (LO) the S to determine A/D converter whether completed. We need to be aware that when issued start A/D conversion orders, AD_RESULT the S-8 to go through cycle after the state of its inquiries.
- 2023-07-23 04:20:03下载
- 积分:1
-
Windows Mobile 5的USB摄像头驱动程序
usb webcam driver for windows mobile 5
- 2023-04-04 05:50:03下载
- 积分:1
-
剖析Windows系统服务调用机制相关及驱动编程模式
剖析Windows系统服务调用机制相关及驱动编程模式-analysis service called Windows systems and related mechanisms driven programming model
- 2023-09-03 00:45:03下载
- 积分:1
-
PCM3240四轴运动控制器的dos系统的测试程序,用于学习和开发PCM3240...
PCM3240四轴运动控制器的dos系统的测试程序,用于学习和开发PCM3240-PCM3240 Four-axis motion controller dos system testing procedures, for learning and development PCM3240
- 2022-01-26 08:30:39下载
- 积分:1
-
Windows下用WDM方式取得PCI总线信息
Windows下用WDM方式取得PCI总线信息-Windows WDM obtained using PCI bus information
- 2022-02-02 10:02:50下载
- 积分:1
-
在驱动下实现进程隐藏,在驱动下实现进程隐藏.
在驱动下实现进程隐藏,在驱动下实现进程隐藏.
- 2022-08-16 04:11:31下载
- 积分: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