Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - h.3
Search - h.3 - List
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 question asks whether the creation of new documents to answer "yes" ; then Workspace - gt; FileView - gt; Source Files to open the document, in which the editor of the program's source code; after editing through a menu item File-gt; Save for preservation; (3) with (2) further steps inserted in the document &
Date : 2008-10-13 Size : 53.83kb User : 黄小文

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 question asks whether the creation of new documents to answer "yes" ; then Workspace- gt; FileView- gt; Source Files to open the document, in which the editor of the program's source code; after editing through a menu item File-gt; Save for preservation; (3) with (2) further steps inserted in the document &
Date : 2025-12-16 Size : 54kb User : 黄小文

tightvnc源码,赫赫,学习mirror驱动开发的一个高级进阶的实例阿,不适于入门-TightVNC source, illustrious, learning mirror-driven development of advanced examples of a high-level Arab, not suitable for entry-
Date : 2025-12-16 Size : 2.18mb User : wangxn

dd1压缩包里面是驱动源码 console压缩包里面是控制台源码 hide.exe是最终产品 使用方法: 1、将hide.exe复制到系统目录 2、运行cmd 3、hide -h 查看帮助 hide -i 安装驱动 hide -u 卸载驱动 hide -f -a filename 添加一个隐藏文件 by boywhp 07/09/03 Email:boywhp@126.com-DD1 compression driver source package which is inside the console is a console cabinet is the ultimate source hide.exe products to use: 1, will hide.exe copied to the system directory 2, run cmd3, hide-h Show help hide-i install Drive hide-u uninstall driver hide-f-a filename to add a hidden files by boywhp 07/09/03Email: boywhp@126.com
Date : 2025-12-16 Size : 110kb User : xixuer

编译器必须为 3.3.2 编译时候要加参数 1)加载模块:insmod s3c2440a_camif.ko (设备节点为:/dev/v4l/video0) 2)运行程序:./ov9650_init (通过iic初始化ov9650芯片,运行一次即可) 2)运行测试程序:./testcamera (加-h可查看参数说明) 注: 1)驱动模块中不含摄像头芯片的iic初始化,初始化部分位于ov9650_init中。 2)若文件系统不支持2.6下的insmod命令,请先用包里的new_rootfs.cramfs根文件系统,近期我们将提供新的含图形界面的文件系统。 3)该模块的源码暂时只提供给OEM/ODM用户。 Arm-linux-gcc –ljpeg testcramera.c –o testcramera-Arm-linux-gcc –ljpeg testcramera.c –o testcramera
Date : 2025-12-16 Size : 2.32mb User : 王五

SFP驱动代码 1. //sfp_types.h 2. 3. 4. *** *** *** *** *** *** *** *** *** *** *** *** ***** 5. ** 6. ** sfp_types.h Include file for the SFP type. 7. ** 8. ** 03-18-2010 Rudolf Chang : Initial Creation 9. ** 04-29-2010 Rudolf Chang : Modify 10. ** 11. ***************************************************************************** 12. #ifndef _SFP_TYPES_H_ 13. #define _SFP_TYPES_H_ 14. #include <common.h> 15. #define I2C_SW_CTL_CHIP 0x73 16. #define I2C_ETH_SFP_CHIP 0x50 17. #define I2C_IO_EXPA_CHIP 0x26 18. #define I2C_CHANNEL_LM75_1_EN 1 << 0 19. #define I2C_CHANNEL_LM75_2_EN 1 << 1 20. #define I2C_CHANNEL_SFP_EN 1 << 2 21. #define I2C_CHANNEL_IO_EXPA_EN 1 << 3 22. -SFP驱动代码 1. //sfp_types.h 2. 3. 4. ***************************************************************************** 5.** 6.** sfp_types.h Include file for the SFP type. 7.** 8.** 03-18-2010 Rudolf Chang : Initial Creation 9.** 04-29-2010 Rudolf Chang : Modify 10.** 11.***************************************************************************** 12.#ifndef _SFP_TYPES_H_ 13.#define _SFP_TYPES_H_ 14.#include <common.h> 15.#define I2C_SW_CTL_CHIP 0x73 16.#define I2C_ETH_SFP_CHIP 0x50 17.#define I2C_IO_EXPA_CHIP 0x26 18.#define I2C_CHANNEL_LM75_1_EN 1 << 0 19.#define I2C_CHANNEL_LM75_2_EN 1 << 1 20.#define I2C_CHANNEL_SFP_EN 1 << 2 21.#define I2C_CHANNEL_IO_EXPA_EN 1 << 3 22.
Date : 2025-12-16 Size : 2kb User : 李世民
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.