中青會員消費排行榜-最終版 包括基于Struts+Hibernate的前臺和簡易后臺,以及非常不錯的美工和強大的查詢功能。 具體情況可查看連接:http://www.zqnet8.cn/rank
上傳時間: 2013-12-28
上傳用戶:璇珠官人
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 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. 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 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 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# prepared by the China Unicom Sgip agreement, Packaging, all protocols, support multiple threads, are already in use.
上傳時間: 2014-01-07
上傳用戶:GHF
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上測試,里面的子函數經典,作者為田開坤老師,http://www.ceet.hbnu.edu.cn/bbs/里面有詳細資料
上傳時間: 2013-11-26
上傳用戶:erkuizhang
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