-
Very good Com Program
Very good Com Program-A good serial port programe.
- 2022-03-23 09:34:44下载
- 积分:1
-
这是一个转为i/o卡开发得驱动程序,配接得是俄华通得组态软件...
这是一个转为i/o卡开发得驱动程序,配接得是俄华通得组态软件-to i/o card driver of development, the distribution is received in Russia and China-in configuration software
- 2022-03-05 01:07:16下载
- 积分:1
-
一个虚拟驱动盘映射器.rar
一个虚拟驱动盘映射器.rar-a virtual drive mapping device. Rar
- 2022-07-07 23:26:15下载
- 积分:1
-
称它为“驱动程序超级宝典“一点也不过分,因为它是被译为中文的MSDN DDK文档。这个文档不是我翻译的,我只不过将它编辑了一下。翻译它的同志是个高手,非常专业,
称它为“驱动程序超级宝典“一点也不过分,因为它是被译为中文的MSDN DDK文档。这个文档不是我翻译的,我只不过将它编辑了一下。翻译它的同志是个高手,非常专业,在此先谢谢他给我们作的工作。-Call it
- 2023-01-02 22:00:04下载
- 积分:1
-
This driver was developed using a USB keyboard from Cherry,as indicated by the V...
这个驱动程序是使用Cherry的USB键盘开发的,如VID和PID代码所示。必须为要支持的设备设置这些ID。类似地,您需要为设备类将Class设置为适当的字符串。
- 2022-03-06 14:48:18下载
- 积分:1
-
8051和其他控制器的液晶显示驱动程序
lcd driver for 8051 and other controllers
- 2022-10-19 10:10:03下载
- 积分: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
-
设备驱动开发文档
device driver development document
- 2022-03-18 19:02:40下载
- 积分:1
-
USB devices automatically load 1.0usbautom
USB移动设备自动加载1.0usbautom-1.0.0-1.i386 在LINUX下用的,学习的好-USB devices automatically load 1.0usbautom- 1.0.0- 1.i386 LINUX in the study, and the good Dongdong
- 2022-01-26 05:13:49下载
- 积分:1
-
在产品的实际使用过程中,多次出现丢失ResidentFlash目录的现象,因为在写Flash时OS要先整理磁盘,如果这时掉电就可能烧坏Flash,为了防止这种故...
在产品的实际使用过程中,多次出现丢失ResidentFlash目录的现象,因为在写Flash时OS要先整理磁盘,如果这时掉电就可能烧坏Flash,为了防止这种故障隐患,修改了NandFlash驱动。通过修改NandFlash驱动,限制用户应用程序访问受限区域(nboot区域,toc区域,eboot区域,nk镜像区域,OEM区域),让这些区域被写保护,以达到保护flash的目的。-Products used in the actual process, the repeated loss of ResidentFlash directory phenomenon, because in writing when the OS first collated Flash disk, if at this time may be burned down Flash, in order to prevent such failures hidden amended the NANDFLASH drive . By modifying the NANDFLASH drive to restrict the user application to access restricted region (nboot region, toc region, eboot region, nk mirror region, OEM region), so that these areas are write-protected, so as to achieve the purpose of protection of flash.
- 2023-03-13 02:10:03下载
- 积分:1