Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - h.3
Search - h.3 - List
WINDOWS CE 通信指南(附光盘) 本书配套光盘内容包括:本书的英文版电子书;SDK for Windows CE,Handheld PC Professional Edition 3.0;范例源代码;送“Internet互联网即时通”多媒体学习软件。 本书是Microsoft Windows CE开发人员指南系列丛书之一。Microsoft Windows CE是公司为系统资源有限的设备开发的一种小型操作系统。因为Windows CE具有模块化的设计特征,所以能够适用于多种设备,包括从手提PC(H/PC)到嵌入式系统。全书共分十章:Windows CE通信概述,串行通信,电话API,远程访问服务,Windows插口,Windows连网,Internet连接,安全支持提供者接口密码技术和无线服务。 本书是为Windows CE开发人员编写的,是Windows CE应用程序开发人员必备的手册,同时也可作为广大科技人员,大专院校相关专业师生自学的参考书。 本书配套光盘内容包括:本书的英文版电子书;SDK for Windows CE,Handheld PC Professional Edition 3.0;范例源代码;送“Internet互联网即时通”多媒体学习软件。-WINDOWS CE Communication Guide (CD-ROM) discs supporting the book include : the English version of the book, e-books; SDK for Windows CE, Handheld PC Professional Edition 3.0; Examples of source code; Send "Internet Internet instant messaging" multimedia learning software. The book is a Microsoft Windows CE Developer's Guide Series one. Microsoft Windows CE for the system is the limited resources of equipment developed by a small operating system. Because Windows CE has a modular design features, can be applied to multiple devices, including mobile PC (H/PC) to the embedded system. The book is divided into 10 chapters : Overview of Windows CE communications, serial communications, telephone API, remote access services, Windows sockets, Windows networking, Internet connectiv
Date : 2025-12-16 Size : 381kb User : alen

非常适合内嵌式mp3播放,例如控制台!注意看压缩包里readme.doc 详细过程,在ARM及MIPS下通过 新建一个 wce application,选择 a simple windows ce application 在 1.tool->options->directories>include files里包含必要的头文件 D:\WINCE500\pubilc\directx\SDK\INC D:\WINCE500\pubilc\common\SDK\INC D:\WINCE500\pubilc\common\OAK\INC D:\WINCE500\pubilc\common\DDK\INC 2. >Library files D:\WINCE500\PUBLIC\DIRECTX\SDK\LIB\MIPSII\RETAIL D:\WINCE500\PUBLIC\COMMON\SDK\LIB\MIPSII\RETAIL D:\WINCE500\PUBLIC\COMMON\OAK\LIB\MIPSII\RETAIL 3.可能要在Project->Settings->link的object/library modules 加入 commctrl.lib coredll.lib ole32.lib oleaut32.lib uuid.lib strmiids.lib newres.h play.cpp play.vcw resource.h StdAfx.cpp StdAfx.h 下面为播放源码 #include "stdafx.h" #include<dshow.h> #include<streams.h> .......其实编译时的 object/library modules 只要看 sourse 文件包含哪个dll,或lib 就行 -Very suitable for embedded mp3 player, such as the console! Attention Readme.doc bag to see the detailed process of compression, in the ARM and MIPS adopted a new wce application, choose a simple windows ce application in 1.tool-
Date : 2025-12-16 Size : 1.5mb User : lzy

DL : 0
由三星的2442修改而来,正确引导eboot,请注意用三星公版的硬件配置,具体可以参考QQ2440,因为我在些平台上跑过,具体操作 1.target settings : post-linker:选择为 ARM fromELF 2.ARM assembler与 ARM c Compiler 的 architecture or processor 选择为:ARM920T 3.ARM linker的 output:RO base为 0x00000000 (当仿真时为:0x30000000),layout的 object/sysmbol:为2440init.o section:Init 4.ARM fromELF 的 output:format:plain binary , output file name:nboot.bin 下面为全部源码,注意用ADS编译 2442addr.h 2442addr.inc 2442init.s 2442lib.c 2442lib.h 2442loader-1208.c 2442slib.h 2442slib.s Def.h k9s1208_s.s Memcfg.inc Nand.h Nand_mini.c Option.h Option.inc-By Samsung from 2442 to amend, correct guidance eboot, Please note that Samsung used the public version of the hardware configuration, can refer to specific QQ2440, because I ran in some platforms, the specific operation 1.target settings: post-linker: choice for the ARM fromELF2.ARM assembler and ARM c Compiler of the architecture or processor choices: ARM920T3.ARM linker
Date : 2025-12-16 Size : 1.14mb User : lzy

GPIO输出控制实验,基于ARM9三星2410-GPIO output control experiment, based on the ARM9 Samsung 2410
Date : 2025-12-16 Size : 49kb User : 李琼

文件说明: 1 XP/2000 下异步方式串口类 SerialPort.h SerialPort.cpp 2 WinCE 下 同步方式串口类(本为阻塞方式,但读写都用了独立的线程,妙哉!) CESeries.h CESeries.cpp 3兼容 WinCE , XP/2000 平台的串口类,同步方式 TSerial.h TSerial.cpp 4 工程 Wince 下串口程序 基于 CTSerial 的 WinCE 下串口收发程序 5 工程 xp_2000 下串口程序 基于 CTSerial 的 PC 平台下串口收发程序 6 gprs class 目录 xp/2000 WinCE 下均兼容的gprs 串口通信类,只实现短信text模式的发送 和短信的接收, 另有windows 下和 WinCe 下应用本类的实例-Document Description: 1 XP/2000 under the category of asynchronous serial SerialPort.h SerialPort.cpp 2 WinCE under the category of synchronous serial mode (in this way for the obstruction, but the reading and writing are an independent thread,妙哉!) CESeries . h CESeries.cpp 3 compatible with WinCE, XP/2000 platform serial port class, synchronous manner TSerial.h TSerial.cpp 4 works under Wince serial procedures CTSerial of WinCE-based serial transceiver procedures under 5 serial procedures under the project based on xp_2000 CTSerial under the serial port of the PC platform to send and receive procedures 6 gprs class directory under xp/2000 WinCE compatible gprs serial communication class, only text mode implementation of the message sending and message reception, and another under windows and under WinCE application of this type of Examples
Date : 2025-12-16 Size : 253kb User : 虎成

基于wince 6.0 为基础的4*4矩阵键盘源程序。-#include <tchar.h> #include <cardserv.h> #include <cardapi.h> #include <tuple.h> #include <devload.h> #include <diskio.h> #include <nkintr.h> #include <windev.h> #include <pm.h> #include "BSP.h" #include "pmplatform.h" #include "Pkfuncs.h" #ifdef DEBUG DBGPARAM dpCurSettings = { TEXT("CAMERA"), { TEXT("0"),TEXT("1"),TEXT("2"),TEXT("3"), TEXT("4"),TEXT("5"),TEXT("6"),TEXT("7"), TEXT("8"),TEXT("9"),TEXT("10"),TEXT("11"), TEXT("12"),TEXT("Function"),TEXT("Init"),TEXT("Error")}, 0x8000 // Errors only, by default
Date : 2025-12-16 Size : 20kb User : 刘海龙

本文总结了Platform Builder如下常见编译错误及其解决方案: 1、Ram start overlaps rom binary 2、Failed to initialize from CECONFIG.H. 3、Bootloader 引导OS 到SDRAM 后无法执行,提示“Dabort exception!!!”(数据中止异常) 4、Could not find file E:\WINCE500\PBWorkspaces\study_catalog\RelDirsmdk2440_ARMV4I_Release\GPIO.dll on disk 5、beep.def : error LNK2001: unresolved external symbol BEP_Close 6、 VirtualCopy : identifier not found, even with argument-dependent lookup 7、NMAKE : U1073: don t know how to make ser24402.def NMAKE.EXE -i -c BUILDMSG=Stop. LINKONLY=1 NOPASS0=1 MAKEDLL=1 failed - rc = 2 8、Bad database entry: 驱动备份\ 0 10 0 9、BLDDEMO: There were errors building TQ2440A -This paper summarizes the Common Platform Builder as a compilation error and their solutions: 1, Ram start overlaps rom binary 2, Failed to initialize from CECONFIG.H. 3, Bootloader boot after the OS to the SDRAM can not run, suggesting that " Dabort exception!!!" (Data abort exception) 4, Could not find file ' E: \ WINCE500 \ PBWorkspaces \ study_catalog \ RelDir \ smdk2440_ARMV4I_Release \ GPIO.dll' on disk 5, beep.def: error LNK2001: unresolved external symbol BEP_Close 6, ' VirtualCopy' : identifier not found, even with argument-dependent lookup 7, NMAKE: U1073: don' t know how to make ' ser24402.def' NMAKE.EXE-i-c BUILDMSG = Stop. LINKONLY = 1 NOPASS0 = 1 MAKEDLL = 1 failed- rc = 2 8, Bad database entry: drive backup \ 0 10 0 9, BLDDEMO: There were errors building TQ2440A
Date : 2025-12-16 Size : 124kb User : 彬彬有礼

sqlite3 lib 3.6.10 fro Wince 包括sqlite3.dll、sqlite3.def、sqlite3.h、sqlite3.exp、sqlite3.lib-sqlite3 lib 3.6.10 fro Wince include: sqlite3.dll, sqlite3.def, sqlite3.h, sqlite3.exp, sqlite3.lib
Date : 2025-12-16 Size : 261kb User : gene chen

信利3.5寸 320*480竖屏 显示IC HX8357 wince6.0初始化及厂家初始化过程,直接加入E boot中main.c dispay.h可用-Truly 3.5 inch 320* 480 vertical screen display of the IC the HX8357 wince6.0 initialization and manufacturers initialization process directly to join the E the boot in main.c dispay.h the available
Date : 2025-12-16 Size : 3kb User : 潘凌东

WINCE6.0环境下DDRAW动态图片演示程序: 花了好长时间,终于将DDRAW编译成功了,看到图片闪烁,很有成就感... 附件绝对可以编译通过,根目录下的test.exe程序可以直接运行; 注意事项:  1.一定要在wince 6.0及vs2005编译下,其它环境下我不确定能不能编译通过,可以试试; 2.硬件平台是三星的ARM芯片,6410,2416都可以;   3.要保证你电脑上的sdk环境下有ddraw.h和ddraw.lib文件; 4.若打开提示没有安装平台之类的,请用附件的文件在你的SDK上,重新建立工程就可以了; 5.参照了微软的wince 6.0 sdk的DDEX4的程序;-WINCE6.0 DDRAW demo code
Date : 2025-12-16 Size : 1.12mb User : yuv
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.