RGA: Biowaste Game Example This C++ application demonstrates how to create a 2D mobile game for S60 devices using Real-Time Graphics and Audio (RGA) APIs. PREREQUISITES Symbian C++ basics Game Programming RGA plugin OpenC plugin
資源簡(jiǎn)介:RGA: Biowaste Game Example This C++ application demonstrates how to create a 2D mobile game for S60 devices using Real-Time Graphics and Audio (RGA) APIs. PREREQUISITES Symbian C++ basics Game Programming RGA plugin OpenC plugin
上傳時(shí)間: 2017-02-08
上傳用戶:dancnc
資源簡(jiǎn)介:This C++ application demonstrates how to display Chinese characters from resource files. The application supports internationalization and localization. In the updated version also the context-sensitive help has been added. The application ...
上傳時(shí)間: 2014-01-09
上傳用戶:hakim
資源簡(jiǎn)介:This source file demonstrates how to make a routine resident. Notice 用C++語(yǔ)言開(kāi)發(fā)數(shù)據(jù)庫(kù)單用戶系統(tǒng)
上傳時(shí)間: 2014-01-25
上傳用戶:gonuiln
資源簡(jiǎn)介:This directory contains an Example ADSP-BF533 subroutine that demonstrates how to create a loader file for the BF533 EZ-KIT, initialization code to load a program from SDRAM, and use the FlashProgrammer utility to download the file to t...
上傳時(shí)間: 2017-07-30
上傳用戶:asasasas
資源簡(jiǎn)介:The SMS Example demonstrates how to: · Create a Short Message Service (SMS) message. · Send the SMS message that was created. · Receive an SMS message. · Read a received SMS message.
上傳時(shí)間: 2017-07-30
上傳用戶:JIUSHICHEN
資源簡(jiǎn)介:This tutorial will describe how to create a simple device driver, dynamically load and unload it, and finally talk to it from user mode.
上傳時(shí)間: 2014-01-09
上傳用戶:cxl274287265
資源簡(jiǎn)介:Assembly Example with RealView MDK The Assembly Example shows how to create a pure assembly program for an ARM device. It is done using the RealView Compilation Tools that are part of the RealView MDK-ARM.
上傳時(shí)間: 2015-05-30
上傳用戶:FreeSky
資源簡(jiǎn)介:This C++ Example demonstrates how to create multimedia messages using the CMmsClientMtm API. Notice that some methods have changed between S60 2nd and 3rd Edition.
上傳時(shí)間: 2015-12-02
上傳用戶:LouieWu
資源簡(jiǎn)介: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.
上傳時(shí)間: 2013-12-23
上傳用戶:wangchong
資源簡(jiǎn)介: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 s...
上傳時(shí)間: 2014-11-17
上傳用戶:yt1993410
資源簡(jiǎn)介:This simple SDI Notepad-like application demonstrates how, taking advantage of the MFC support for Unicode, to Turkmenize labels of the specified menu items. Actually, Turkmen is not supported by Windows 2000, therefore, to create such reso...
上傳時(shí)間: 2013-11-26
上傳用戶:txfyddz
資源簡(jiǎn)介:This prj demonstrates how to use the SROM memory classes for the Dallas DS80C400. This Example uses the memcpy function to copy a function in the SROM memory class (which is located in CODE memory) to von Neumann mapped XDATA (starting at 0...
上傳時(shí)間: 2013-12-22
上傳用戶:tuilp1a
資源簡(jiǎn)介:MIDlet通過(guò)藍(lán)牙與電腦通信的案例,This resource demonstrates how to create Java™ applications that use Bluetooth communication between a PC and a mobile device. The document focuses, from Java programming point of view, on how to configur...
上傳時(shí)間: 2014-01-18
上傳用戶:xiaoyunyun
資源簡(jiǎn)介:This Example shows how to create a second window and also how to read and write from/to a text file .
上傳時(shí)間: 2014-09-04
上傳用戶:685
資源簡(jiǎn)介:beat it game is an wounder full game u love to be game with this ..and please allow me to download a simple program source code...
上傳時(shí)間: 2014-01-18
上傳用戶:miaochun888
資源簡(jiǎn)介:this is a simple code, this tutorial explains how to make a grid-based game.
上傳時(shí)間: 2013-12-16
上傳用戶:wys0120
資源簡(jiǎn)介:This ASP.NET (VB.NET) sample demonstrates how to create chart.
上傳時(shí)間: 2017-07-02
上傳用戶:Miyuki
資源簡(jiǎn)介:tty驅(qū)動(dòng) * This driver shows how to create a minimal tty driver. It does not rely on * any backing hardware, but creates a timer that emulates data being received * from some kind of hardware.
上傳時(shí)間: 2013-12-04
上傳用戶:金宜
資源簡(jiǎn)介:This code sample shows how to write a simple Javadoc 1.2 Doclet. Used with Javadoc, it can generate a Unix-style inverted index for a set of Java classes, with links to real Java API documentation. Includes directions and source code. Thi...
上傳時(shí)間: 2015-11-16
上傳用戶:希醬大魔王
資源簡(jiǎn)介:This zip file describes how to generate a clock on the PCK pin using the PMC running under AT91RM3400DK with Green hills 3.6.1 Multi® 2000 Software Tool. Includes main.html file for help.
上傳時(shí)間: 2013-12-11
上傳用戶:hgy9473
資源簡(jiǎn)介:This will show you how to texture a background in DirectX THis was brought to you by Lost Side Dead
上傳時(shí)間: 2016-01-28
上傳用戶:cmc_68289287
資源簡(jiǎn)介:demonstrates how to open a line and get general information
上傳時(shí)間: 2016-04-04
上傳用戶:playboys0
資源簡(jiǎn)介:This sample is demostrating how to create an event in a DLL file and afterward how to call this event from a client program. Hope it can help you to understand the DLL event mechanism and CALLBACK term in VC++.
上傳時(shí)間: 2014-01-23
上傳用戶:silenthink
資源簡(jiǎn)介:The UsbKbd Example WDM device driver illustrates how to interrogate a USB device, specifically a USB keyboard.
上傳時(shí)間: 2016-10-22
上傳用戶:wang0123456789
資源簡(jiǎn)介:Open C++: Memory Game Example This Open C++ Example application demonstrates a simple memory game. The game engine part has been written in Open C++ and the UI part has been written in Symbian C++. The application supports S60 3rd Ed...
上傳時(shí)間: 2013-12-20
上傳用戶:lunshaomo
資源簡(jiǎn)介: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...
上傳時(shí)間: 2013-12-17
上傳用戶:shanml
資源簡(jiǎn)介: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 Editi...
上傳時(shí)間: 2013-12-11
上傳用戶:hopy
資源簡(jiǎn)介:This article is a very simple introduction writing a Windows Form application for the Microsoft.NET framework using C#. The sample application demonstrates how to create and layout controls on a simple form and the handling of mouse click...
上傳時(shí)間: 2015-04-09
上傳用戶:www240697738
資源簡(jiǎn)介:This Example demonstrates how to erase, write, and read the on-chip 640-byte EEPROM Data Memory of the Analog Devices ADuC812, ADuC814, ADuC816, and ADuC824 devivces. This Example includes a µ Vision2 Project with a target for each sup...
上傳時(shí)間: 2015-05-04
上傳用戶:wl9454
資源簡(jiǎn)介:DeviceListener is an Objective-C Example which demonstrates how to use the DiscRecording framework to listen for device plug and unplug events as well as media insertion events. Requirements: Mac OS X 10.2 and later Keywords: DiscRecording
上傳時(shí)間: 2016-01-14
上傳用戶:日光微瀾