自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

91program 的流水空间

编程、生活

  • 博客(8)
  • 资源 (37)
  • 收藏
  • 关注

原创 EVC如何调试LIB

举例来说:写一个LIB,内有func(),func2(),func3()三个函数,声明在Lib.h中,一切完备后。再出成一个MainMenu.EXE文件,引用这个LIB的测试文件,如下所示: void main() { func(); func2(); func3(); } 加入你的那个LIB,编译。 成功后,

2009-03-24 14:44:00 2583 1

原创 EVC在双核PC上调试速度慢的原因

以前使用单核PC,EVC+SP4使用模拟器进行调试,速度还可以。但是当PC换成双核时,发现使用模拟器进行调试,速度还慢,让人无法接受!  记得以前在网上看到过此问题,是双核CPU引起的。所以:打开“任务管理器” -> 选择 模拟器的进程名点击右键,选择“关系设置”,只勾上一个CPU。 终止当前调试,重新开始。发现单步调试速度正常! 还有一种可能:改成KITL的连接方

2009-03-24 10:22:00 1850

原创 Windows CE取消自动休眠

取消,自动休眠

2009-03-18 08:08:00 2132 3

原创 【SQL Server CE2.0】打开加密的数据库(源代码)

 HRESULT  hr;DBID  TableName;  // name of table for new constraintDBID  ColumnList[1]; // name of column for new constraintDBID  ConstraintName; // name of new constraintDBPROP  dbprop[1];DBPROP  ssce

2009-03-16 09:47:00 2356 2

原创 【SQL Server CE2.0】创建加密的数据库(源代码)

HRESULT  hr = NOERROR; DBPROPSET dbpropset[2]; DBPROP  dbprop[1]; // Property array to initialize the provider.DBPROP  sscedbprop[2]; // Property array for SSCE security propertiesINT   i = 0;IDBDataS

2009-03-16 09:44:00 2213

转载 Ffmpeg解码获取一帧图像(转)

February 18, 2004Update (July 22 2004): I discovered that the code I originally presented contained a memory leak (av_free_packet() wasnt being called). My apologies - Ive updated the demo program

2009-03-13 08:47:00 3793 1

原创 SQL Server CE开发环境建立过程

 使用EVC4创建基于对话框的工程,增加一按键并在其响应中Copy sqlce.chm中Creating Databases部分代码进行测试。记录过程如下: 1) error C2065: DBPROPSET : undeclared identifier 等79个编译错误 解决方法:在StdAfx.h中增加以下几个头文件 :#include   #include  

2009-03-07 10:37:00 3647 1

转载 labview移植到CE5.0

 labview中的touch panel模块支持wince4.2和wince5.0操作系统,Windows系统下开发的程序可以很方便的移植到其他的操作系统中.我的硬件是三星ARM FS2140,系统是wince5.0,Labview可以运行在ARM中,而且还支持数据通讯,常用的有串口,USB口等.    labview版本是8.5+labview touch panel+注册码.如果没有注册

2009-03-03 13:33:00 2742

WINCE600-public-CTLPNL.zip

WinCE 6.0 证书私钥文件加载:WINCE600/PUBLIC/WCESHELLFE/OAK/CTLPNL/CPLMAIN”下面的certcpl.cpp文件中有相关代码

2019-07-08

串口调试工具(更新)

修正保存文件名:由 SystemTime 修改为 LocalTime 上一版本说明: 串口调试工具,为调试定制了一些功能,如程序异常时声音提示。 上一个资源是共享 DLL 版本,如果没有安装开发环境可能无法使用,所以重传一个。

2016-05-15

VB创建EXCEL文件

VB 创建 EXCE L文件,使用 VBA 来实现的。

2016-01-27

串口调试工具

串口调试工具,为调试定制了一些功能,如程序异常时声音提示。 上一个资源是共享 DLL 版本,如果没有安装开发环境可能无法使用,所以重传一个。

2016-01-23

MonkeyRunner源代码

android 自带的自动化测试框架 monkeyrunner 源码 MonkeyRunner是个好工具,但是用起来并不是很灵活,为了定制些功能便开始寻找源码。这个过程不是想象的容易,有一些googlecommon、hierchyviewer的源码,不是我想要的。现在上传我整理的MonkeyRunner完整源码,包含adb/recorder/easy device/...源码,还包括依赖库,包括自己尝试更改MonkeyRunner运行界面的源码。

2015-01-09

WinCE 6 SDK

WinCE 6 SDK ARMV4I 模拟器

2014-12-24

Silverlight Windows Embedded Sample

使用 VS2008 模板:Silverlight for Winodws Embedded Application 创建的基于 C++ 的 Silverlight 的工程。 XAML 页面包含两个:MainPage.xaml 和 SecondPage.xaml 代码完全由向导生成,未手工增加任何内容 编译通过

2014-08-12

WINCE700_public_COMMON_oak_drivers_touch

WINCE700 public COMMON oak drivers touch

2014-07-31

WinCE7_SMDK6410_DRIVERS_Touch

WinCE7 SMDK6410 DRIVERS Touch

2014-07-31

PUBLIC_COMMON_OAK_INC

WinCE6.0 PUBLIC_COMMON_OAK_INC include 头文件

2014-07-29

WinCE Silverlight 示例程序

WinCE Silverlight 示例程,最简单的 XAML 解析过程。

2014-07-03

DirectShow Filter 最简单的示例+两个 PIN 的实现

DirectShow Filter 最简单的示例+两个 PIN 的实现(非 WinCE,是 PC 下的)

2014-05-27

DirectShow-Filter 最简单的示例代码

DirectShow-Filter 最简单的示例代码

2014-05-27

IMGDECMP.DLL

WinCE 下显示 JPEG 图片的库。 示例源代码看这里:http://download.csdn.net/detail/91program/417360

2013-12-04

华为的EM730 CE6.0驱动(无代码,CAB安装文件)

华为的EM730 CE6.0驱动(无代码,CAB安装文件)

2010-04-20

Hot Key(for windows ce & EVC4)

Hot Key(for windows ce & EVC4)

2009-07-03

Windows CE Programming Essential

The Windows CE operating system has been available to application programmers for over two years. Independent software vendors have been writing applications for platforms such as the Handheld PC ever since Windows CE was born. At the same time, original equipment manufacturers have been designing and implementing all kinds of new devices based on the operating system. But despite the growth of the operating system and the number of software developers writing applications for it, there are still only a handful of books on the subject of Windows CE programming. My interest in writing this book comes from over two years of Windows CE programming experience, during which I have been involved in a number of Windows CE development efforts. I am writing this book out of a desire to share with readers the insights I have gained from these experiences. As the market for mobile and handheld computing devices continues to grow, Windows CE will continue to change. The features present in Windows CE today may not be there tomorrow. Windows CE features will be shaped by the demands of the users of the devices powered by the operating system. But certain core technologies will always be a part of Windows CE. This book is a guide to the essential features of Windows CE programming.

2008-12-04

CE.NET-Third Edition

Programming Microsoft Windows CE.NET-Third Edition

2008-12-04

vc静态控件文字的自动滚动

vc中,static控件中文字的自动滚动,可以左右滚动,也可以上下滚动,时间,步进宽度,间隔宽度都可以设置

2008-12-02

自动滚动(VC)-静态控件文字的自动滚动

Visual Studio 6.0静态控件文字的自动滚动

2008-12-02

使用TCPMP精减的MP3播放器

使用TCPMP精减的MP3播放器 支持MP3和WMA 显示LRC歌词和MP3的波形播放声音大小,但是WMA的是假的 有一个资源是不带字库的,会小很多。

2008-11-18

使用TCPMP精减的MP3播放器

使用TCPMP精减的MP3播放器 支持MP3和WMA,显示LRC歌词和MP3的播放声音大小的波形,但是WMA的是假的。

2008-11-18

H264Decode-for ce

H264Decode

2008-05-11

解说Win32的窗口子类代码示例

解说Win32的窗口子类代码示例

2008-04-16

WinCE定制中的大内存支持与永久保存注册表

WinCE定制中的大内存支持与永久保存注册表

2008-04-16

TC35调试笔记

TC35 调试的笔记

2008-04-16

Platform Builder 集成开发环境研究

Platform Builder 集成开发环境研究

2008-04-16

Hive register

Hive register

2008-04-16

GIF-GDI+

GDI+中GIF图片的显示

2008-04-16

CE MAPI实例讲解

CE MAPI实例讲解

2008-04-16

ImageButton

ImageButton.msi

2008-04-16

VOImage

VOImage 一个完整的EVC工程,附带测试用jpg图片。

2008-04-16

regsvr2(DLL) for CE(ARM)

regsvr2(DLL) for CE(ARM)

2008-04-16

VxWorks5.3设备驱动编写和移植[英]

VxWorks5.3设备驱动编写和移植[英]

2008-04-16

STK开发简介

SIM STK开发简介

2008-04-16

SHELL定制过程说明

SHELL定制过程说明

2008-04-16

Nucleus PLUS参考手册

Nucleus PLUS参考手册

2008-04-16

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除