虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

dev-cn-support

  • 中青会员消费排行榜-最终版 包括基于Struts+Hibernate的前台和简易后台

    中青会员消费排行榜-最终版 包括基于Struts+Hibernate的前台和简易后台,以及非常不错的美工和强大的查询功能。 具体情况可查看连接:http://www.zqnet8.cn/rank

    标签: Hibernate Struts 排行榜 后台

    上传时间: 2013-12-28

    上传用户:璇珠官人

  • 1、将makefile中的 CROSS =/usr/local/arm/2.95.3/bin/arm-linux- CFLAGS+=-I/usr/local/src/2.4.18-rmk7/inc

    1、将makefile中的 CROSS =/usr/local/arm/2.95.3/bin/arm-linux- CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include/linux CFLAGS+=-I/usr/local/arm/2.95.3/arm-linux/include 路径改为你宿主机上的。 2、#make,来编译驱动模块。 3、#export PATH=$PATH:/usr/local/arm/2.95.3/bin //取决于你宿主机上的交叉编译工具路径 #arm-linux-gcc -o gpio_test gpio_test.c //编译应用程序 最终在你的当前文件夹下会生成gpiodrv.o与gpio_test两个文件。 4、#mkdir /tmp/1 5、通过ftp的方法,把gpio_test与gpiodrv.o文件下载到你的开发板上的/tmp/1目录中。 6、#mknod /dev/gpio c 220 0 //创建文件节点 #insmod gpiodrv.o #chmod +x gpio_test #./gpio_test 然后,就可以看到四个LED灯在闪烁了。:)

    标签: local arm-linux usr makefile

    上传时间: 2017-08-03

    上传用户:zhouchang199

  • This C++ code example demonstrates how to localise an application to adapt to the selected phone lan

    This C++ code example demonstrates how to localise an application to adapt to the selected phone language. The example application has two sets of localised strings (English and German) for the application name, labels, text, and image. The application also includes number, currency, date, and time localisation, in which the TLocale method is used for localisation even if the selected phone language is neither one of the two application languages. The updated example has been tested to support S60 5th Edition and touch UI.

    标签: demonstrates application to localise

    上传时间: 2013-12-17

    上传用户:shanml

  • This updated C++ example demonstrates how to create multimedia messages using the CMmsClientMtm API.

    This updated C++ example demonstrates how to create multimedia messages using the CMmsClientMtm API. The updated example has been tested to support S60 5th Edition and touch UI. Important classes: CMsvEntry, CMmsClientMtm.

    标签: CMmsClientMtm demonstrates multimedia messages

    上传时间: 2013-12-23

    上传用户:wangchong

  • This Symbian C++ code example demonstrates how to easily use the onboard camera with zoom and autofo

    This Symbian C++ code example demonstrates how to easily use the onboard camera with zoom and autofocus, utilising an accompanying CameraWrapper made by Forum Nokia. The Camera Wrapper supports all Nokia s S60 devices based on S60 3rd Edition and newer, providing a unified interface for various Symbian and S60 camera APIs some of which have previously been Feature Pack specific or only available via an SDK plug-in. The example application supports the use of both the keypad and touch UI. The application can be self-signed, but it also provides an option to use the dedicated camera key (Symbian signing required). The example application replaces the separate examples published for S60 3rd Edition, FP1 (S60 Platform: Camera Example with AutoFocus Support v2.2) and FP2 (S60 Camera Example AutoFocus 3rd Ed FP2).

    标签: demonstrates Symbian example onboard

    上传时间: 2013-12-11

    上传用户:hopy

  • This C++ example demonstrates how to play (a maximum of 16) simultaneous voices. The example has eig

    This C++ example demonstrates how to play (a maximum of 16) simultaneous voices. The example has eight blocks moving on the screen and playing sounds when they collide with a wall or with each other. The updated example has been tested to support S60 5th Edition and touch UI. Important classes: CMdaAudioOutputStream, TMdaAudioDataSettings, MMdaAudioOutputStreamCallback, RThread, RSemaphore, RMutex

    标签: example demonstrates simultaneous maximum

    上传时间: 2014-11-17

    上传用户:yt1993410

  • 详细说明:用C#编写的的中国联通Sgip协议

    详细说明:用C#编写的的中国联通Sgip协议,封装了所有协议包,支持多线程,已经投入使用。-C# prepared by the China Unicom Sgip agreement, Packaging, all protocols, support multiple threads, are already in use.

    标签: Sgip 编写 中国联通 协议

    上传时间: 2014-01-07

    上传用户:GHF

  • MBUS协议 The bus communication system of EN1434-3 is commonly called M-Bus. Its application layer des

    MBUS协议 The bus communication system of EN1434-3 is commonly called M-Bus. Its application layer describes a standard especially for meter readout. It can be used with various physical layers and with link layers and network layers which support the transmission of variable length binary transparent telegrams.

    标签: communication application commonly called

    上传时间: 2017-08-10

    上传用户:小鹏

  • 不带字库LCD12864设计,在田老师的MINI51上测试

    不带字库LCD12864设计,在田老师的MINI51上测试,里面的子函数经典,作者为田开坤老师,http://www.ceet.hbnu.edu.cn/bbs/里面有详细资料

    标签: 12864 MINI LCD 51

    上传时间: 2013-11-26

    上传用户:erkuizhang

  • This document specifies a collection of compiler directives, library routines, and environment vari

    This document specifies a collection of compiler directives, library routines, and environment variables that can be used to specify shared-memory parallelism in C, C++ and Fortran programs. This functionality collectively defines the specification of the OpenMP Application Program Interface (OpenMP API). This specification provides a model for parallel programming that is portable across shared memory architectures from different vendors. Compilers from numerous vendors support the OpenMP API. More information about OpenMP can be found at the following web site:

    标签: environment collection directives specifies

    上传时间: 2013-12-25

    上传用户:shinesyh