登录
首页 » Visual C++ » SDK_D3DM_WINDOWSMOBILE5_POCKETPC_ARMV4I_FIXED_2

SDK_D3DM_WINDOWSMOBILE5_POCKETPC_ARMV4I_FIXED_2

于 2020-09-12 发布 文件大小:25632KB
0 339
下载积分: 1 下载次数: 13

代码说明:

  Direct3D Mobile SDK 需要PowerVR支持的平台(The PowerVR Direct3D Mobile SDK provides a set of documentation, source code and utilities that help developers create applications using the Direct3D Mobile graphics library on PowerVR platforms. The remainder of this document describes the contents of the SDK.)

文件列表:

SDKPackage
..........\Binaries
..........\........\Demos
..........\........\.....\EvilSkull
..........\........\.....\.........\D3DMEvilSkull.exe
..........\........\.....\FogHalo
..........\........\.....\.......\car.POD
..........\........\.....\.......\D3DMFogHalo.exe
..........\........\.....\.......\light.POD
..........\........\.....\.......\set.POD
..........\........\.....\Fur
..........\........\.....\...\D3DMFur.exe
..........\........\.....\Lighting
..........\........\.....\........\D3DMLighting.exe
..........\........\.....\PolyBump
..........\........\.....\........\D3DMPolyBump.exe
..........\........\.....\Vase
..........\........\.....\....\D3DMVase.exe
..........\........\TrainingCourse
..........\........\..............\AlphaBlend
..........\........\..............\..........\D3DMAlphaBlend.exe
..........\........\..............\BasicTnL
..........\........\..............\........\D3DMBasicTnL.exe
..........\........\..............\HelloTriangle
..........\........\..............\.............\D3DMHelloTriangle.exe
..........\........\..............\Initialization
..........\........\..............\..............\D3DMInitialization.exe
..........\........\..............\IntroducingPOD
..........\........\..............\..............\D3DMIntroducingPOD.exe
..........\........\..............\IntroducingPVRShell
..........\........\..............\...................\D3DMIntroducingPVRShell.exe
..........\........\..............\IntroducingPVRTools
..........\........\..............\...................\D3DMIntroducingPVRTools.exe
..........\........\..............\Multitexture
..........\........\..............\............\D3DMMultitexture.exe
..........\........\..............\RenderToTexture
..........\........\..............\...............\D3DMRenderToTexture.exe
..........\........\..............\Texturing
..........\........\..............\.........\D3DMTexturing.exe
..........\Builds
..........\......\sdkver.h
..........\......\Windows
..........\......\.......\resource.h

..........\......\.......\shared.rc
..........\Demos
..........\.....\EvilSkull
..........\.....\.........\D3DM
..........\.....\.........\....\Build
..........\.....\.........\....\.....\WindowsVC2005
..........\.....\.........\....\.....\.............\D3DMEvilSkull.sln
..........\.....\.........\....\.....\.............\D3DMEvilSkull.vcproj
..........\.....\.........\....\.....\.............\Fixed-PocketPC-ARMV4I-Release
..........\.....\.........\....\.....\.............\.............................\D3DMEvilSkull.exe
..........\.....\.........\....\D3DMEvilSkull.cpp
..........\.....\.........\....\D3DMEvilSkull_low.H
..........\.....\.........\....\Fire02.h
..........\.....\.........\....\Fire03.h
..........\.....\.........\....\Iris.h
..........\.....\.........\....\maketex.mak
..........\.....\.........\....\Metal.h
..........\.....\.........\D3DMEvilSkull.txt

..........\.....\.........\Media
..........\.....\.........\.....\EvilSkull.max
..........\.....\.........\.....\Fire02.tga
..........\.....\.........\.....\Fire03.tga
..........\.....\.........\.....\Iris.tga
..........\.....\.........\.....\Metal.tga
..........\.....\FogHalo
..........\.....\.......\D3DM
..........\.....\.......\....\Build
..........\.....\.......\....\.....\WindowsVC2005
..........\.....\.......\....\.....\.............\D3DMFogHalo.sln
..........\.....\.......\....\.....\.............\D3DMFogHalo.vcproj
..........\.....\.......\....\.....\.............\Fixed-PocketPC-ARMV4I-Release
..........\.....\.......\....\.....\.............\.............................\car.POD
..........\.....\.......\....\.....\.............\.............................\D3DMFogHalo.exe
..........\.....\.......\....\.....\.............\.............................\light.POD
..........\.....\.......\....\.....\.............\.............................\set.POD
..........\.....\.......\....\car.POD
..........\.....\.......\....\D3DMFogHalo.cpp
..........\.....\.......\....\light.POD
..........\.....\.......\....\maketex.mak
..........\.....\.......\....\set.POD
..........\.....\.......\....\tHalo.h
..........\.....\.......\....\tIron.h

..........\.....\.......\FogHalo.txt
..........\.....\.......\Media
..........\.....\.......\.....\car.max
..........\.....\.......\.....\light.max
..........\.....\.......\.....\set.max



..........\.....\Fur
..........\.....\...\D3DM
..........\.....\...\....\Build
..........\.....\...\....\.....\WindowsVC2005

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • gpsdata(Com-dll)
    WinCE 上仿Mobile GPS 接口实现GPS 数据解析DLL。(GPS data analysis interface on WinCE)
    2013-12-11 16:34:35下载
    积分:1
  • 2005serial
    基于wince6.0的串口读写工程,该应用程序没用MFC中MSCOM组件,通过createfilewritefile eadfile等流驱动函数直接读写串口,其中还包括波特率、奇偶校验位以及串口通信协议的详细编程,该类经调试在VS2005环境下调试成功,对wince系统下串口通信实现具有很好的借鉴意义。(Based on the serial read and write wince6.0 engineering, the application useless in MSCOM MFC components, serial read and write directly through createfile writefile readfile and other flow-driven function, which also includes the baud rate, parity, and serial communication protocol the detailed program, the class after the successful commissioning in VS2005 debugging environment, under wince serial communication system to achieve with a good reference.)
    2015-01-29 15:01:15下载
    积分:1
  • CCESocket_demo
    一个为WinCE写的支持TCP/UDP socket的类,以及使用示例,包含一个server端和一个client端(a WinCE wrote to the support of TCP/UDP socket types, and the use of exemplars, includes a server and a client-side)
    2007-05-18 01:13:57下载
    积分:1
  • SerialPortDemo
    WINCE6.0,串口编程,VS2005,C++(WINCE6.0, serial programming, VS2005, C++)
    2015-01-11 20:53:19下载
    积分:1
  • Camera_CPP
    这个源码是我从淘宝购买了ht5000设备后调试成功的,有了此源码再配合wince下的设备可以轻松实现摄像头的图像采集功能(This source is I buy from Taobao ht5000 device debugging success, with this source together with wince under the device can be easily achieved on the camera image capture function)
    2013-09-11 22:21:50下载
    积分:1
  • demo_ASIFT_Win
    使用VC++分别编译出WINCE和PC版的ASIFT算法DLL,再通过C#调用这两个平台的DLL,实现PC和WINCE平台做ASIFT图像识别(Compiled using VC++, respectively, and the PC version of the WINCE ASIFT algorithm DLL, and then through the C# calling the two platforms DLL, PC and WINCE platform to achieve image recognition ASIFT)
    2010-12-20 22:16:39下载
    积分:1
  • VoiceRec
    wince平台下的一个录音程序,可录音,回放(under wince platform for a recording process, recordable, playback)
    2009-07-15 10:20:09下载
    积分:1
  • VOICE
    一个基于WINCE下的语音识别软件。直接下到WINCE上就能运行。(It is a software based on WINCE.you can download it to your wince OS to run it directly. it is a goood software.)
    2010-09-05 16:29:02下载
    积分:1
  • ThreadSync
    Win CE平台实现线程同步演示,使用交叉编译方式!(Win CE platform demo thread synchronization, use the cross compiler way!)
    2007-12-12 20:39:20下载
    积分:1
  • wince5.0下的电池的上层应用程序 BattThread
    wince5.0下的电池的上层应用程序,检测是否充电,弹出界面,显示电量大小,是学习ui线程的好例子(wince5.0 battery under the upper application, testing whether the charge, showing the size of electricity is a good example to learn ui thread)
    2009-09-21 09:44:35下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载