在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → Windows+CE嵌入式高级编程及其实例详解.rar

Windows+CE嵌入式高级编程及其实例详解.rar

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:26.73M
  • 下载次数:3
  • 浏览次数:72
  • 发布时间:2020-10-10
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
Windows+CE嵌入式高级编程及其实例详解.rar,内含PDF文档和源码实例,很不错的书籍。
【实例截图】
【核心代码】
WindowsCE嵌入式高级编程及其实例详解
└── Windows+CE嵌入式高级编程及其实例详解
├── 1
│   └── HelloWorld
│   ├── HelloWorld
│   │   ├── HelloWorld.cpp
│   │   ├── HelloWorldDlg.cpp
│   │   ├── HelloWorldDlg.h
│   │   ├── HelloWorld.h
│   │   ├── HelloWorldppc.aps
│   │   ├── HelloWorldppc.rc
│   │   ├── HelloWorld.vcproj
│   │   ├── HelloWorld.vcproj.WANG.eric.user
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── HelloWorld.ico
│   │   │   └── HelloWorldppc.rc2
│   │   ├── Resourceppc.h
│   │   ├── stdafx.cpp
│   │   └── stdafx.h
│   ├── HelloWorld.sln
│   └── HelloWorld.suo
├── 10
│   ├── GPSDemo
│   │   ├── GPSDemo
│   │   │   ├── CESeries.cpp
│   │   │   ├── CESeries.h
│   │   │   ├── GPS.cpp
│   │   │   ├── GPSDemo.cpp
│   │   │   ├── GPSDemoDlg.cpp
│   │   │   ├── GPSDemoDlg.h
│   │   │   ├── GPSDemo.h
│   │   │   ├── GPSDemoppc.aps
│   │   │   ├── GPSDemoppc.rc
│   │   │   ├── GPSDemo.vcproj
│   │   │   ├── GPSDemo.vcproj.20090309-1124.Administrator.user
│   │   │   ├── GPSDemo.vcproj.ERIC.EricWong.user
│   │   │   ├── GPSDemo.vcproj.WANG.eric.user
│   │   │   ├── GPS.h
│   │   │   ├── mini2440 (ARMV4I)
│   │   │   │   ├── Debug
│   │   │   │   │   ├── BuildLog.htm
│   │   │   │   │   ├── CESeries.obj
│   │   │   │   │   ├── GPSDemoDlg.obj
│   │   │   │   │   ├── GPSDemo.exe
│   │   │   │   │   ├── GPSDemo.obj
│   │   │   │   │   ├── GPSDemo.pdb
│   │   │   │   │   ├── GPSDemoppc.res
│   │   │   │   │   ├── GPS.obj
│   │   │   │   │   ├── stdafx.obj
│   │   │   │   │   └── vc80.pdb
│   │   │   │   └── Release
│   │   │   │   ├── BuildLog.htm
│   │   │   │   ├── CESeries.obj
│   │   │   │   ├── GPSDemoDlg.obj
│   │   │   │   ├── GPSDemo.exe
│   │   │   │   ├── GPSDemo.obj
│   │   │   │   ├── GPSDemo.pdb
│   │   │   │   ├── GPSDemoppc.res
│   │   │   │   ├── GPS.obj
│   │   │   │   ├── stdafx.obj
│   │   │   │   └── vc80.pdb
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── GPSDemo.ico
│   │   │   │   └── GPSDemoppc.rc2
│   │   │   ├── resourceppc.h
│   │   │   ├── stdafx.cpp
│   │   │   └── stdafx.h
│   │   ├── GPSDemo.ncb
│   │   ├── GPSDemo.sln
│   │   └── GPSDemo.suo
│   └── SerialSample
│   ├── SerialSample
│   │   ├── CESeries.cpp
│   │   ├── CESeries.h
│   │   ├── DlgParams.cpp
│   │   ├── DlgParams.h
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── SerialSample.ico
│   │   │   └── SerialSampleppc.rc2
│   │   ├── resourceppc.h
│   │   ├── SerialSample.cpp
│   │   ├── SerialSampleDlg.cpp
│   │   ├── SerialSampleDlg.h
│   │   ├── SerialSample.h
│   │   ├── SerialSampleppc.aps
│   │   ├── SerialSampleppc.rc
│   │   ├── SerialSample.vcproj
│   │   ├── SerialSample.vcproj.20090309-1124.Administrator.user
│   │   ├── SerialSample.vcproj.ERIC.EricWong.user
│   │   ├── SerialSample.vcproj.WANG.eric.user
│   │   ├── stdafx.cpp
│   │   └── stdafx.h
│   ├── SerialSample.ncb
│   ├── SerialSample.sln
│   └── SerialSample.suo
├── 11
│   └── PingExam
│   ├── PingExam
│   │   ├── PingExam.cpp
│   │   ├── PingExamDlg.cpp
│   │   ├── PingExamDlg.h
│   │   ├── PingExam.h
│   │   ├── PingExamppc.aps
│   │   ├── PingExamppc.rc
│   │   ├── PingExam.vcproj
│   │   ├── PingExam.vcproj.ERIC.EricWong.user
│   │   ├── PingExam.vcproj.WANG.eric.user
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── PingExam.ico
│   │   │   └── PingExamppc.rc2
│   │   ├── resourceppc.h
│   │   ├── stdafx.cpp
│   │   └── stdafx.h
│   ├── PingExam.sln
│   └── PingExam.suo
├── 12
│   └── UDPDemo
│   ├── UDPDemo
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── UDPDemo.ico
│   │   │   └── UDPDemoppc.rc2
│   │   ├── resourceppc.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── UDP_CE.cpp
│   │   ├── UDP_CE.h
│   │   ├── UDPDemo.cpp
│   │   ├── UDPDemoDlg.cpp
│   │   ├── UDPDemoDlg.h
│   │   ├── UDPDemo.h
│   │   ├── UDPDemoppc.aps
│   │   ├── UDPDemoppc.rc
│   │   ├── UDPDemo.vcproj
│   │   └── UDPDemo.vcproj.WANG.eric.user
│   ├── UDPDemo.sln
│   └── UDPDemo.suo
├── 13
│   ├── TCPClient
│   │   ├── TCPClient
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── TCPClient.ico
│   │   │   │   └── TCPClientppc.rc2
│   │   │   ├── resourceppc.h
│   │   │   ├── stdafx.cpp
│   │   │   ├── stdafx.h
│   │   │   ├── TCPClient_CE.cpp
│   │   │   ├── TCPClient_CE.h
│   │   │   ├── TCPClient.cpp
│   │   │   ├── TCPClientDlg.cpp
│   │   │   ├── TCPClientDlg.h
│   │   │   ├── TCPClient.h
│   │   │   ├── TCPClientppc.aps
│   │   │   ├── TCPClientppc.rc
│   │   │   ├── TCPClient.vcproj
│   │   │   └── TCPClient.vcproj.WANG.eric.user
│   │   ├── TCPClient.sln
│   │   └── TCPClient.suo
│   └── TCPServer
│   ├── TCPServer
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── TCPServer.ico
│   │   │   └── TCPServerppc.rc2
│   │   ├── resourceppc.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── TCPCustom_CE.cpp
│   │   ├── TCPCustom_CE.h
│   │   ├── TCPServer_CE.cpp
│   │   ├── TCPServer_CE.h
│   │   ├── TCPServer.cpp
│   │   ├── TCPServerDlg.cpp
│   │   ├── TCPServerDlg.h
│   │   ├── TCPServer.h
│   │   ├── TCPServerppc.aps
│   │   ├── TCPServerppc.rc
│   │   ├── TCPServer.vcproj
│   │   └── TCPServer.vcproj.WANG.eric.user
│   ├── TCPServer.sln
│   └── TCPServer.suo
├── 14
│   ├── AsynDll
│   │   ├── AsynDll
│   │   │   ├── AsynDll.cpp
│   │   │   ├── AsynDll.def
│   │   │   ├── AsynDll.h
│   │   │   ├── AsynDllppc.rc
│   │   │   ├── AsynDll.vcproj
│   │   │   ├── AsynDll.vcproj.WANG.eric.user
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   └── AsynDll.rc2
│   │   │   ├── resourceppc.h
│   │   │   ├── stdafx.cpp
│   │   │   └── stdafx.h
│   │   ├── AsynDll.sln
│   │   └── AsynDll.suo
│   ├── ASynDllTest
│   │   ├── ASynDllTest
│   │   │   ├── ASynDllTest.cpp
│   │   │   ├── ASynDllTestDlg.cpp
│   │   │   ├── ASynDllTestDlg.h
│   │   │   ├── ASynDllTest.h
│   │   │   ├── ASynDllTestppc.aps
│   │   │   ├── ASynDllTestppc.rc
│   │   │   ├── ASynDllTest.vcproj
│   │   │   ├── ASynDllTest.vcproj.WANG.eric.user
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── ASynDllTest.ico
│   │   │   │   └── ASynDllTestppc.rc2
│   │   │   ├── resourceppc.h
│   │   │   ├── stdafx.cpp
│   │   │   └── stdafx.h
│   │   ├── ASynDllTest.sln
│   │   └── ASynDllTest.suo
│   ├── CallDLLByDynamic
│   │   ├── CallDLLByDynamic
│   │   │   ├── CallDLLByDynamic.cpp
│   │   │   ├── CallDLLByDynamicDlg.cpp
│   │   │   ├── CallDLLByDynamicDlg.h
│   │   │   ├── CallDLLByDynamic.h
│   │   │   ├── CallDLLByDynamicppc.aps
│   │   │   ├── CallDLLByDynamicppc.rc
│   │   │   ├── CallDLLByDynamic.vcproj
│   │   │   ├── CallDLLByDynamic.vcproj.WANG.eric.user
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── CallDLLByDynamic.ico
│   │   │   │   └── CallDLLByDynamicppc.rc2
│   │   │   ├── resourceppc.h
│   │   │   ├── stdafx.cpp
│   │   │   └── stdafx.h
│   │   ├── CallDLLByDynamic.sln
│   │   └── CallDLLByDynamic.suo
│   ├── CallDLLByStatic
│   │   ├── CallDLLByStatic
│   │   │   ├── CallDLLByStatic.cpp
│   │   │   ├── CallDLLByStaticDlg.cpp
│   │   │   ├── CallDLLByStaticDlg.h
│   │   │   ├── CallDLLByStatic.h
│   │   │   ├── CallDLLByStaticppc.aps
│   │   │   ├── CallDLLByStaticppc.rc
│   │   │   ├── CallDLLByStatic.vcproj
│   │   │   ├── CallDLLByStatic.vcproj.WANG.eric.user
│   │   │   ├── MyCEDLL.dll
│   │   │   ├── MyCEDLL.h
│   │   │   ├── MyCEDLL.lib
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── CallDLLByStatic.ico
│   │   │   │   └── CallDLLByStaticppc.rc2
│   │   │   ├── resourceppc.h
│   │   │   ├── stdafx.cpp
│   │   │   └── stdafx.h
│   │   ├── CallDLLByStatic.sln
│   │   └── CallDLLByStatic.suo
│   ├── MyCEDLL
│   │   ├── MyCEDLL
│   │   │   ├── MyCEDLL.cpp
│   │   │   ├── MyCEDLL.h
│   │   │   ├── MyCEDLL.vcproj
│   │   │   ├── MyCEDLL.vcproj.WANG.eric.user
│   │   │   ├── ReadMe.txt
│   │   │   ├── stdafx.cpp
│   │   │   └── stdafx.h
│   │   ├── MyCEDLL.sln
│   │   └── MyCEDLL.suo
│   ├── ResDll
│   │   ├── ResDll
│   │   │   ├── bitmap1.bmp
│   │   │   ├── icon1.ico
│   │   │   ├── ReadMe.txt
│   │   │   ├── ResDll.aps
│   │   │   ├── ResDll.cpp
│   │   │   ├── ResDll.rc
│   │   │   ├── ResDll.vcproj
│   │   │   ├── ResDll.vcproj.WANG.eric.user
│   │   │   ├── resource.h
│   │   │   ├── stdafx.cpp
│   │   │   └── stdafx.h
│   │   ├── ResDll.sln
│   │   └── ResDll.suo
│   └── ResDllTest
│   ├── ResDllTest
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── ResDllTest.ico
│   │   │   └── ResDllTestppc.rc2
│   │   ├── ResDllTest.cpp
│   │   ├── ResDllTestDlg.cpp
│   │   ├── ResDllTestDlg.h
│   │   ├── ResDllTest.h
│   │   ├── ResDllTestppc.aps
│   │   ├── ResDllTestppc.rc
│   │   ├── ResDllTest.vcproj
│   │   ├── ResDllTest.vcproj.WANG.eric.user
│   │   ├── resourceppc.h
│   │   ├── stdafx.cpp
│   │   └── stdafx.h
│   ├── ResDllTest.sln
│   └── ResDllTest.suo
├── 15
│   ├── CEComClient
│   │   ├── CEComClient
│   │   │   ├── CEComClient.cpp
│   │   │   ├── CEComClientDlg.cpp
│   │   │   ├── CEComClientDlg.h
│   │   │   ├── CEComClient.h
│   │   │   ├── CEComClientppc.aps
│   │   │   ├── CEComClientppc.rc
│   │   │   ├── CEComClient.vcproj
│   │   │   ├── CEComClient.vcproj.WANG.eric.user
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── CEComClient.ico
│   │   │   │   └── CEComClientppc.rc2
│   │   │   ├── resourceppc.h
│   │   │   ├── stdafx.cpp
│   │   │   └── stdafx.h
│   │   ├── CEComClient.sln
│   │   └── CEComClient.suo
│   ├── CEComServer
│   │   ├── CEComServer
│   │   │   ├── CEComServer.cpp
│   │   │   ├── CEComServer.def
│   │   │   ├── CEComServer.h
│   │   │   ├── CEComServer_i.c
│   │   │   ├── CEComServer.idl
│   │   │   ├── CEComServer_p.c
│   │   │   ├── CEComServerppc.aps
│   │   │   ├── CEComServerppc.rc
│   │   │   ├── CEComServer.rc2
│   │   │   ├── CEComServer.rgs
│   │   │   ├── CEComServer.vcproj
│   │   │   ├── CEComServer.vcproj.vspscc
│   │   │   ├── CEComServer.vcproj.WANG.eric.user
│   │   │   ├── dlldata.c
│   │   │   ├── ReadMe.txt
│   │   │   ├── resourceppc.h
│   │   │   ├── Simple.cpp
│   │   │   ├── Simple.h
│   │   │   ├── Simple.rgs
│   │   │   ├── stdafx.cpp
│   │   │   └── stdafx.h
│   │   ├── CEComServer.sln
│   │   └── CEComServer.suo
│   ├── ConnectionClient
│   │   ├── ConnectionClient
│   │   │   ├── ConnectionClient.cpp
│   │   │   ├── ConnectionClientDlg.cpp
│   │   │   ├── ConnectionClientDlg.h
│   │   │   ├── ConnectionClient.h
│   │   │   ├── ConnectionClientppc.aps
│   │   │   ├── ConnectionClientppc.rc
│   │   │   ├── ConnectionClient.vcproj
│   │   │   ├── ConnectionClient.vcproj.WANG.eric.user
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── ConnectionClient.ico
│   │   │   │   └── ConnectionClientppc.rc2
│   │   │   ├── resourceppc.h
│   │   │   ├── Sink.cpp
│   │   │   ├── Sink.h
│   │   │   ├── stdafx.cpp
│   │   │   └── stdafx.h
│   │   ├── ConnectionClient.sln
│   │   └── ConnectionClient.suo
│   ├── ConnectionCom
│   │   ├── ConnectionCom
│   │   │   ├── Add.cpp
│   │   │   ├── Add.h
│   │   │   ├── Add.rgs
│   │   │   ├── ConnectionCom.cpp
│   │   │   ├── ConnectionCom.def
│   │   │   ├── ConnectionCom.h
│   │   │   ├── ConnectionCom_i.c
│   │   │   ├── ConnectionCom.idl
│   │   │   ├── ConnectionCom_p.c
│   │   │   ├── ConnectionComppc.aps
│   │   │   ├── ConnectionComppc.rc
│   │   │   ├── ConnectionCom.rc2
│   │   │   ├── ConnectionCom.rgs
│   │   │   ├── ConnectionCom.vcproj
│   │   │   ├── ConnectionCom.vcproj.vspscc
│   │   │   ├── ConnectionCom.vcproj.WANG.eric.user
│   │   │   ├── dlldata.c
│   │   │   ├── _IAddEvents_CP.h
│   │   │   ├── ReadMe.txt
│   │   │   ├── resourceppc.h
│   │   │   ├── stdafx.cpp
│   │   │   └── stdafx.h
│   │   ├── ConnectionCom.sln
│   │   └── ConnectionCom.suo
│   ├── MyCEActiveX
│   │   ├── MyCEActiveX
│   │   │   ├── MyCEActiveX.cpp
│   │   │   ├── MyCEActiveXCtrl.bmp
│   │   │   ├── MyCEActiveXCtrl.cpp
│   │   │   ├── MyCEActiveXCtrl.h
│   │   │   ├── MyCEActiveX.def
│   │   │   ├── MyCEActiveX.h
│   │   │   ├── MyCEActiveX_i.c
│   │   │   ├── MyCEActiveX.ico
│   │   │   ├── MyCEActiveX.idl
│   │   │   ├── MyCEActiveXidl.h
│   │   │   ├── MyCEActiveXppc.aps
│   │   │   ├── MyCEActiveXppc.rc
│   │   │   ├── MyCEActiveXPropPage.cpp
│   │   │   ├── MyCEActiveXPropPage.h
│   │   │   ├── MyCEActiveX.rc2
│   │   │   ├── MyCEActiveX.vcproj
│   │   │   ├── MyCEActiveX.vcproj.WANG.eric.user
│   │   │   ├── ReadMe.txt
│   │   │   ├── resourceppc.h
│   │   │   ├── stdafx.cpp
│   │   │   └── stdafx.h
│   │   ├── MyCEActiveX.sln
│   │   └── MyCEActiveX.suo
│   └── MyCEActiveX_Test
│   ├── MyCEActiveX_Test
│   │   ├── CDMyCEActiveX.cpp
│   │   ├── CDMyCEActiveXEvents.cpp
│   │   ├── CDMyCEActiveXEvents.h
│   │   ├── CDMyCEActiveX.h
│   │   ├── MyCEActiveX_Test.cpp
│   │   ├── MyCEActiveX_TestDlg.cpp
│   │   ├── MyCEActiveX_TestDlg.h
│   │   ├── MyCEActiveX_Test.h
│   │   ├── MyCEActiveX_Testppc.aps
│   │   ├── MyCEActiveX_Testppc.rc
│   │   ├── MyCEActiveX_Test.vcproj
│   │   ├── MyCEActiveX_Test.vcproj.WANG.eric.user
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── MyCEActiveX_Test.ico
│   │   │   └── MyCEActiveX_Testppc.rc2
│   │   ├── resourceppc.h
│   │   ├── stdafx.cpp
│   │   └── stdafx.h
│   ├── MyCEActiveX_Test.sln
│   └── MyCEActiveX_Test.suo
├── 2
│   ├── Draw2DGraph
│   │   ├── Draw2DGraph
│   │   │   ├── 2DGraph.cpp
│   │   │   ├── 2DGraph.h
│   │   │   ├── Draw2DGraph.cpp
│   │   │   ├── Draw2DGraphDlg.cpp
│   │   │   ├── Draw2DGraphDlg.h
│   │   │   ├── Draw2DGraph.h
│   │   │   ├── Draw2DGraphppc.aps
│   │   │   ├── Draw2DGraphppc.rc
│   │   │   ├── Draw2DGraph.vcproj
│   │   │   ├── Draw2DGraph.vcproj.ERIC.EricWong.user
│   │   │   ├── Draw2DGraph.vcproj.WANG.eric.user
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── Draw2DGraph.ico
│   │   │   │   └── Draw2DGraphppc.rc2
│   │   │   ├── Resourceppc.h
│   │   │   ├── stdafx.cpp
│   │   │   └── stdafx.h
│   │   ├── Draw2DGraph.sln
│   │   └── Draw2DGraph.suo
│   ├── ImagingDemo
│   │   ├── ImagingDemo
│   │   │   ├── ImagingDemo.cpp
│   │   │   ├── ImagingDemoDlg.cpp
│   │   │   ├── ImagingDemoDlg.h
│   │   │   ├── ImagingDemo.h
│   │   │   ├── ImagingDemoppc.aps
│   │   │   ├── ImagingDemoppc.rc
│   │   │   ├── ImagingDemo.vcproj
│   │   │   ├── ImagingDemo.vcproj.ERIC.EricWong.user
│   │   │   ├── ImagingDemo.vcproj.WANG.eric.user
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── ImagingDemo.ico
│   │   │   │   └── ImagingDemoppc.rc2
│   │   │   ├── resourceppc.h
│   │   │   ├── stdafx.cpp
│   │   │   └── stdafx.h
│   │   ├── ImagingDemo.sln
│   │   └── ImagingDemo.suo
│   └── SpeciallyEffect
│   ├── SpeciallyEffect
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── bitmap1.bmp
│   │   │   ├── bmp_9.bmp
│   │   │   ├── SpeciallyEffect.ico
│   │   │   └── SpeciallyEffectppc.rc2
│   │   ├── resourceppc.h
│   │   ├── SpeciallyEffect.cpp
│   │   ├── SpeciallyEffectDlg.cpp
│   │   ├── SpeciallyEffectDlg.h
│   │   ├── SpeciallyEffect.h
│   │   ├── SpeciallyEffectppc.aps
│   │   ├── SpeciallyEffectppc.rc
│   │   ├── SpeciallyEffect.vcproj
│   │   ├── SpeciallyEffect.vcproj.WANG.eric.user
│   │   ├── stdafx.cpp
│   │   └── stdafx.h
│   ├── SpeciallyEffect.sln
│   └── SpeciallyEffect.suo
├── 3
│   ├── LedCtrlUse
│   │   ├── LedCtrlUse
│   │   │   ├── LedCtrl.cpp
│   │   │   ├── LedCtrl.h
│   │   │   ├── LedCtrlUse.cpp
│   │   │   ├── LedCtrlUseDlg.cpp
│   │   │   ├── LedCtrlUseDlg.h
│   │   │   ├── LedCtrlUse.h
│   │   │   ├── LedCtrlUseppc.aps
│   │   │   ├── LedCtrlUseppc.rc
│   │   │   ├── LedCtrlUse.vcproj
│   │   │   ├── LedCtrlUse.vcproj.WANG.eric.user
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── LedCtrlUse.ico
│   │   │   │   └── LedCtrlUseppc.rc2
│   │   │   ├── resourceppc.h
│   │   │   ├── stdafx.cpp
│   │   │   └── stdafx.h
│   │   ├── LedCtrlUse.sln
│   │   └── LedCtrlUse.suo
│   ├── ListCtrlUse
│   │   ├── ListCtrlUse
│   │   │   ├── ListCtrlAttr.cpp
│   │   │   ├── ListCtrlAttr.h
│   │   │   ├── ListCtrlUse.cpp
│   │   │   ├── ListCtrlUseDlg.cpp
│   │   │   ├── ListCtrlUseDlg.h
│   │   │   ├── ListCtrlUse.h
│   │   │   ├── ListCtrlUseppc.aps
│   │   │   ├── ListCtrlUseppc.rc
│   │   │   ├── ListCtrlUse.vcproj
│   │   │   ├── ListCtrlUse.vcproj.WANG.eric.user
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── ico00001.ico
│   │   │   │   ├── ico00002.ico
│   │   │   │   ├── ico00003.ico
│   │   │   │   ├── ico00004.ico
│   │   │   │   ├── icon1.ico
│   │   │   │   ├── icon2.ico
│   │   │   │   ├── icon3.ico
│   │   │   │   ├── icon4.ico
│   │   │   │   ├── ListCtrlUse.ico
│   │   │   │   └── ListCtrlUseppc.rc2
│   │   │   ├── resourceppc.h
│   │   │   ├── stdafx.cpp
│   │   │   └── stdafx.h
│   │   ├── ListCtrlUse.sln
│   │   └── ListCtrlUse.suo
│   ├── ScrollBmpUse
│   │   ├── ScrollBmpUse
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── ScrollBmpUse.ico
│   │   │   │   └── ScrollBmpUseppc.rc2
│   │   │   ├── resourceppc.h
│   │   │   ├── ScrollBmp.cpp
│   │   │   ├── ScrollBmp.h
│   │   │   ├── ScrollBmpUse.cpp
│   │   │   ├── ScrollBmpUseDlg.cpp
│   │   │   ├── ScrollBmpUseDlg.h
│   │   │   ├── ScrollBmpUse.h
│   │   │   ├── ScrollBmpUseppc.aps
│   │   │   ├── ScrollBmpUseppc.rc
│   │   │   ├── ScrollBmpUse.vcproj
│   │   │   ├── ScrollBmpUse.vcproj.WANG.eric.user
│   │   │   ├── stdafx.cpp
│   │   │   └── stdafx.h
│   │   ├── ScrollBmpUse.sln
│   │   └── ScrollBmpUse.suo
│   ├── SliderUse
│   │   ├── SliderUse
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── SliderUse.ico
│   │   │   │   └── SliderUseppc.rc2
│   │   │   ├── resourceppc.h
│   │   │   ├── SliderUse.cpp
│   │   │   ├── SliderUseDlg.cpp
│   │   │   ├── SliderUseDlg.h
│   │   │   ├── SliderUse.h
│   │   │   ├── SliderUseppc.aps
│   │   │   ├── SliderUseppc.rc
│   │   │   ├── SliderUse.vcproj
│   │   │   ├── SliderUse.vcproj.WANG.eric.user
│   │   │   ├── stdafx.cpp
│   │   │   └── stdafx.h
│   │   ├── SliderUse.sln
│   │   └── SliderUse.suo
│   ├── SpinUse
│   │   ├── SpinUse
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── SpinUse.ico
│   │   │   │   └── SpinUseppc.rc2
│   │   │   ├── resourceppc.h
│   │   │   ├── SpinUse.cpp
│   │   │   ├── SpinUseDlg.cpp
│   │   │   ├── SpinUseDlg.h
│   │   │   ├── SpinUse.h
│   │   │   ├── SpinUseppc.aps
│   │   │   ├── SpinUseppc.rc
│   │   │   ├── SpinUse.vcproj
│   │   │   ├── SpinUse.vcproj.WANG.eric.user
│   │   │   ├── stdafx.cpp
│   │   │   └── stdafx.h
│   │   ├── SpinUse.sln
│   │   └── SpinUse.suo
│   └── TreeCtrlUse
│   ├── TreeCtrlUse
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── bitmap1.bmp
│   │   │   ├── bitmap2.bmp
│   │   │   ├── TreeCtrlUse.ico
│   │   │   └── TreeCtrlUseppc.rc2
│   │   ├── resourceppc.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── TreeAttrDlg.cpp
│   │   ├── TreeAttrDlg.h
│   │   ├── TreeCtrlUse.cpp
│   │   ├── TreeCtrlUseDlg.cpp
│   │   ├── TreeCtrlUseDlg.h
│   │   ├── TreeCtrlUse.h
│   │   ├── TreeCtrlUseppc.aps
│   │   ├── TreeCtrlUseppc.rc
│   │   ├── TreeCtrlUse.vcproj
│   │   └── TreeCtrlUse.vcproj.WANG.eric.user
│   ├── TreeCtrlUse.sln
│   └── TreeCtrlUse.suo
├── 4
│   ├── CreateProgress
│   │   ├── CreateProgress
│   │   │   ├── CreateProgress.cpp
│   │   │   ├── CreateProgressDlg.cpp
│   │   │   ├── CreateProgressDlg.h
│   │   │   ├── CreateProgress.h
│   │   │   ├── CreateProgressppc.aps
│   │   │   ├── CreateProgressppc.rc
│   │   │   ├── CreateProgress.vcproj
│   │   │   ├── CreateProgress.vcproj.WANG.eric.user
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── CreateProgress.ico
│   │   │   │   └── CreateProgressppc.rc2
│   │   │   ├── resourceppc.h
│   │   │   ├── stdafx.cpp
│   │   │   └── stdafx.h
│   │   ├── CreateProgress.sln
│   │   └── CreateProgress.suo
│   ├── IPC_MSGCLIENT
│   │   ├── IPC_MSGCLIENT
│   │   │   ├── IPCClient.cpp
│   │   │   ├── IPCClient.h
│   │   │   ├── IPC_MSGCLIENT.cpp
│   │   │   ├── IPC_MSGCLIENTDlg.cpp
│   │   │   ├── IPC_MSGCLIENTDlg.h
│   │   │   ├── IPC_MSGCLIENT.h
│   │   │   ├── IPC_MSGCLIENTppc.aps
│   │   │   ├── IPC_MSGCLIENTppc.rc
│   │   │   ├── IPC_MSGCLIENT.vcproj
│   │   │   ├── IPC_MSGCLIENT.vcproj.WANG.eric.user
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── IPC_MSGCLIENT.ico
│   │   │   │   └── IPC_MSGCLIENTppc.rc2
│   │   │   ├── resourceppc.h
│   │   │   ├── stdafx.cpp
│   │   │   └── stdafx.h
│   │   ├── IPC_MSGCLIENT.sln
│   │   └── IPC_MSGCLIENT.suo
│   ├── IPC_MSGServer
│   │   ├── IPC_MSGServer
│   │   │   ├── IPC_MSGServer.cpp
│   │   │   ├── IPC_MSGServerDlg.cpp
│   │   │   ├── IPC_MSGServerDlg.h
│   │   │   ├── IPC_MSGServer.h
│   │   │   ├── IPC_MSGServerppc.aps
│   │   │   ├── IPC_MSGServerppc.rc
│   │   │   ├── IPC_MSGServer.vcproj
│   │   │   ├── IPC_MSGServer.vcproj.WANG.eric.user
│   │   │   ├── IPCServer.cpp
│   │   │   ├── IPCServer.h
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── IPC_MSGServer.ico
│   │   │   │   └── IPC_MSGServerppc.rc2
│   │   │   ├── resourceppc.h
│   │   │   ├── stdafx.cpp
│   │   │   └── stdafx.h
│   │   ├── IPC_MSGServer.sln
│   │   └── IPC_MSGServer.suo
│   └── TaskList
│   ├── TaskList
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── TaskList.ico
│   │   │   └── TaskListppc.rc2
│   │   ├── resourceppc.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── TaskList.cpp
│   │   ├── TaskListDlg.cpp
│   │   ├── TaskListDlg.h
│   │   ├── TaskList.h
│   │   ├── TaskListppc.aps
│   │   ├── TaskListppc.rc
│   │   ├── TaskList.vcproj
│   │   └── TaskList.vcproj.WANG.eric.user
│   ├── TaskList.sln
│   └── TaskList.suo
├── 5
│   ├── ThreadAsyn
│   │   ├── ThreadAsyn
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── ThreadAsyn.ico
│   │   │   │   └── ThreadAsynppc.rc2
│   │   │   ├── resourceppc.h
│   │   │   ├── stdafx.cpp
│   │   │   ├── stdafx.h
│   │   │   ├── ThreadAsyn.cpp
│   │   │   ├── ThreadAsynDlg.cpp
│   │   │   ├── ThreadAsynDlg.h
│   │   │   ├── ThreadAsyn.h
│   │   │   ├── ThreadAsynppc.aps
│   │   │   ├── ThreadAsynppc.rc
│   │   │   ├── ThreadAsyn.vcproj
│   │   │   ├── ThreadAsyn.vcproj.ERIC.EricWong.user
│   │   │   └── ThreadAsyn.vcproj.WANG.eric.user
│   │   ├── ThreadAsyn.sln
│   │   └── ThreadAsyn.suo
│   ├── ThreadSynByCriticalSections
│   │   ├── ThreadSynByCriticalSections
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── ThreadSynByCriticalSections.ico
│   │   │   │   └── ThreadSynByCriticalSectionsppc.rc2
│   │   │   ├── resourceppc.h
│   │   │   ├── stdafx.cpp
│   │   │   ├── stdafx.h
│   │   │   ├── ThreadSynByCriticalSections.cpp
│   │   │   ├── ThreadSynByCriticalSectionsDlg.cpp
│   │   │   ├── ThreadSynByCriticalSectionsDlg.h
│   │   │   ├── ThreadSynByCriticalSections.h
│   │   │   ├── ThreadSynByCriticalSectionsppc.aps
│   │   │   ├── ThreadSynByCriticalSectionsppc.rc
│   │   │   ├── ThreadSynByCriticalSections.vcproj
│   │   │   └── ThreadSynByCriticalSections.vcproj.WANG.eric.user
│   │   ├── ThreadSynByCriticalSections.sln
│   │   └── ThreadSynByCriticalSections.suo
│   ├── ThreadSynByEvent
│   │   ├── ThreadSynByEvent
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── ThreadSynByEvent.ico
│   │   │   │   └── ThreadSynByEventppc.rc2
│   │   │   ├── resourceppc.h
│   │   │   ├── stdafx.cpp
│   │   │   ├── stdafx.h
│   │   │   ├── ThreadSynByEvent.cpp
│   │   │   ├── ThreadSynByEventDlg.cpp
│   │   │   ├── ThreadSynByEventDlg.h
│   │   │   ├── ThreadSynByEvent.h
│   │   │   ├── ThreadSynByEventppc.aps
│   │   │   ├── ThreadSynByEventppc.rc
│   │   │   ├── ThreadSynByEvent.vcproj
│   │   │   └── ThreadSynByEvent.vcproj.WANG.eric.user
│   │   ├── ThreadSynByEvent.sln
│   │   └── ThreadSynByEvent.suo
│   ├── ThreadSynByMutex
│   │   ├── ThreadSynByMutex
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── ThreadSynByMutex.ico
│   │   │   │   └── ThreadSynByMutexppc.rc2
│   │   │   ├── resourceppc.h
│   │   │   ├── stdafx.cpp
│   │   │   ├── stdafx.h
│   │   │   ├── ThreadSynByMutex.cpp
│   │   │   ├── ThreadSynByMutexDlg.cpp
│   │   │   ├── ThreadSynByMutexDlg.h
│   │   │   ├── ThreadSynByMutex.h
│   │   │   ├── ThreadSynByMutexppc.aps
│   │   │   ├── ThreadSynByMutexppc.rc
│   │   │   ├── ThreadSynByMutex.vcproj
│   │   │   └── ThreadSynByMutex.vcproj.WANG.eric.user
│   │   ├── ThreadSynByMutex.sln
│   │   └── ThreadSynByMutex.suo
│   └── ThreadSynBySemaphore
│   ├── ThreadSynBySemaphore
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── ThreadSynBySemaphore.ico
│   │   │   └── ThreadSynBySemaphoreppc.rc2
│   │   ├── resourceppc.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── ThreadSynBySemaphore.cpp
│   │   ├── ThreadSynBySemaphoreDlg.cpp
│   │   ├── ThreadSynBySemaphoreDlg.h
│   │   ├── ThreadSynBySemaphore.h
│   │   ├── ThreadSynBySemaphoreppc.aps
│   │   ├── ThreadSynBySemaphoreppc.rc
│   │   ├── ThreadSynBySemaphore.vcproj
│   │   ├── ThreadSynBySemaphore.vcproj.ERIC.EricWong.user
│   │   └── ThreadSynBySemaphore.vcproj.WANG.eric.user
│   ├── ThreadSynBySemaphore.sln
│   └── ThreadSynBySemaphore.suo
├── 6
│   ├── FileExam
│   │   ├── FileExam
│   │   │   ├── FileExam.cpp
│   │   │   ├── FileExamDlg.cpp
│   │   │   ├── FileExamDlg.h
│   │   │   ├── FileExam.h
│   │   │   ├── FileExamppc.aps
│   │   │   ├── FileExamppc.rc
│   │   │   ├── FileExam.vcproj
│   │   │   ├── FileExam.vcproj.WANG.eric.user
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── FileExam.ico
│   │   │   │   └── FileExamppc.rc2
│   │   │   ├── resourceppc.h
│   │   │   ├── stdafx.cpp
│   │   │   └── stdafx.h
│   │   ├── FileExam.sln
│   │   └── FileExam.suo
│   └── IPC_MapFile
│   ├── IPC_MapFile
│   │   ├── IPC_MapFile.cpp
│   │   ├── IPC_MapFileDlg.cpp
│   │   ├── IPC_MapFileDlg.h
│   │   ├── IPC_MapFile.h
│   │   ├── IPC_MapFileppc.aps
│   │   ├── IPC_MapFileppc.rc
│   │   ├── IPC_MapFile.vcproj
│   │   ├── IPC_MapFile.vcproj.WANG.eric.user
│   │   ├── MemFileMap.cpp
│   │   ├── MemFileMap.h
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── IPC_MapFile.ico
│   │   │   └── IPC_MapFileppc.rc2
│   │   ├── resourceppc.h
│   │   ├── stdafx.cpp
│   │   └── stdafx.h
│   ├── IPC_MapFile.sln
│   └── IPC_MapFile.suo
├── 7
│   ├── CameraDemo
│   │   ├── CameraDemo
│   │   │   ├── CameraDemo.cpp
│   │   │   ├── CameraDemoDlg.cpp
│   │   │   ├── CameraDemoDlg.h
│   │   │   ├── CameraDemo.h
│   │   │   ├── CameraDemoppc.aps
│   │   │   ├── CameraDemoppc.rc
│   │   │   ├── CameraDemo.vcproj
│   │   │   ├── CameraDemo.vcproj.WANG.eric.user
│   │   │   ├── EricCamera.cpp
│   │   │   ├── EricCamera.h
│   │   │   ├── PropertyBag.cpp
│   │   │   ├── PropertyBag.h
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── CameraDemo.ico
│   │   │   │   └── CameraDemoppc.rc2
│   │   │   ├── resourceppc.h
│   │   │   ├── stdafx.cpp
│   │   │   └── stdafx.h
│   │   ├── CameraDemo.sln
│   │   └── CameraDemo.suo
│   └── EricMeidaPlayer
│   ├── EricMeidaPlayer
│   │   ├── EricMediaControl.cpp
│   │   ├── EricMediaControl.h
│   │   ├── EricMeidaPlayer.cpp
│   │   ├── EricMeidaPlayerDlg.cpp
│   │   ├── EricMeidaPlayerDlg.h
│   │   ├── EricMeidaPlayer.h
│   │   ├── EricMeidaPlayerppc.aps
│   │   ├── EricMeidaPlayerppc.rc
│   │   ├── EricMeidaPlayer.vcproj
│   │   ├── EricMeidaPlayer.vcproj.WANG.eric.user
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── EricMeidaPlayer.ico
│   │   │   └── EricMeidaPlayerppc.rc2
│   │   ├── resourceppc.h
│   │   ├── stdafx.cpp
│   │   └── stdafx.h
│   ├── EricMeidaPlayer.sln
│   └── EricMeidaPlayer.suo
├── 8
│   ├── EDB_Sample
│   │   ├── EDB_Sample
│   │   │   ├── EDB_Sample.cpp
│   │   │   ├── EDB_SampleDlg.cpp
│   │   │   ├── EDB_SampleDlg.h
│   │   │   ├── EDB_Sample.h
│   │   │   ├── EDB_Sampleppc.aps
│   │   │   ├── EDB_Sampleppc.rc
│   │   │   ├── EDB_Sample.vcproj
│   │   │   ├── EDB_Sample.vcproj.ERIC.EricWong.user
│   │   │   ├── EDB_Sample.vcproj.WANG.eric.user
│   │   │   ├── ReadMe.txt
│   │   │   ├── res
│   │   │   │   ├── EDB_Sample.ico
│   │   │   │   └── EDB_Sampleppc.rc2
│   │   │   ├── resourceppc.h
│   │   │   ├── stdafx.cpp
│   │   │   └── stdafx.h
│   │   ├── EDB_Sample.sln
│   │   └── EDB_Sample.suo
│   └── EDBUse
│   ├── EDBUse
│   │   ├── DBStudent.cpp
│   │   ├── DBStudent.h
│   │   ├── EDBUse.cpp
│   │   ├── EDBUseDlg.cpp
│   │   ├── EDBUseDlg.h
│   │   ├── EDBUse.h
│   │   ├── EDBUseppc.aps
│   │   ├── EDBUseppc.rc
│   │   ├── EDBUse.vcproj
│   │   ├── EDBUse.vcproj.ERIC.EricWong.user
│   │   ├── EDBUse.vcproj.WANG.eric.user
│   │   ├── ImageST.cpp
│   │   ├── ImageST.h
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── EDBUse.ico
│   │   │   └── EDBUseppc.rc2
│   │   ├── resourceppc.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── StudentInputDlg.cpp
│   │   └── StudentInputDlg.h
│   ├── EDBUse.sln
│   └── EDBUse.suo
├── 9
│   └── RDAExam
│   ├── RDAExam
│   │   ├── DlgPull.cpp
│   │   ├── DlgPull.h
│   │   ├── DlgPush.cpp
│   │   ├── DlgPush.h
│   │   ├── DlgSubmit.cpp
│   │   ├── DlgSubmit.h
│   │   ├── RDAExam.cpp
│   │   ├── RDAExamDlg.cpp
│   │   ├── RDAExamDlg.h
│   │   ├── RDAExam.h
│   │   ├── RDAExamppc.aps
│   │   ├── RDAExamppc.rc
│   │   ├── RDAExam.vcproj
│   │   ├── RDAExam.vcproj.WANG.eric.user
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── RDAExam.ico
│   │   │   └── RDAExamppc.rc2
│   │   ├── resourceppc.h
│   │   ├── stdafx.cpp
│   │   └── stdafx.h
│   ├── RDAExam.sln
│   └── RDAExam.suo
└── windows ce嵌入式高级编程及其实例详解.pdf

149 directories, 834 files

标签:

实例下载地址

Windows+CE嵌入式高级编程及其实例详解.rar

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警