搜索资源列表
NorthwindCE_Cs
- 用VS。NET基于wince,notthwind数据库的数据访问程序源码,希望对大家有用。-using VS.NET-based weights, notthwind database data access procedures source, a member of the useful.
DropDownTreeView
- VS.net 在WinCE平台下开发的下拉树形组合框-VS.net WinCE platform in the development of the combination of drop-down box tree
HelloSMS
- wince傳送簡訊的範例,利用vs 2005編譯開發
xmlWM
- vs.net中在wince下使用xml的例子,通过该例子可以指导如何在wince下使用C#操作xml
cximage_6_All_Package.zip
- 包含了一個完整的讀取圖形程式庫的源碼,可以並含詳細的英文註解,以及一個用該程式庫設計的一個圖像處理的軟體,內含多種範例及給不同語言用的lib還有VB的ocx(C++ Builder 6、WINCE for VS 2005、VB 6、Linux - KDevelop2),cximage600_full : full source code with JPG, PNG, TIF, ZLIB, Jbig, JasPer, LibMNG, LibDCR libraries, documenta
TCPServer
- WINCE 6.0下的Socket通讯服务端程序,用VS2005开发-The Socket communication WINCE 6.0 client program, use VS2005 development
SQLTest
- WinCE 下SQLCE 数据库开发简单的例子!包括数据库的建立,连接,数据插入,显示..........(开发平台 VS 2005)-a simple example of SQLCE database development under WinCE ! Including the establishment of the database, connectivity, data insertion, display......... (Development platform:VS 20
Font
- 在wince环境下修改字体的类型、大小、加粗,api实现,纯C代码,可用于evc3,evc4,vs.net,也可用于windows环境-To modify the environment in the wince font type, size, bold, api implementation, pure C code that can be used evc3, evc4, vs.net, can also be used in windows environment
222
- c#手持条码扫描,代码是vs 2005开发环境,winCE模拟器,供参考,抛砖引玉-c# hand-held bar code scanner, code vs 2005 development environment, winCE simulator, for reference, start a discussion
SinoSysPhoto
- 本例程通过一个电子相册介绍了XML语言在嵌入式设备中WINCE 5.0下的应用 开发环境VS.NET2005开发语言C#-The routines introduced through a photo album XML language in embedded devices under WINCE 5.0 application development environment VS.NET2005 C# development language
pwcheck
- 该示例代码演示了WinCE下,如何通过串口和单片机进行通讯。在该示例中作者将串口通讯封装成了一个类,大家打开文件架后应该能够看到。本示例程序在VS 2008下调试通过,运行良好。-failed to translate
ARM9_WinCE
- 本文档基于广嵌科技的GEC2440开发板,包含以下内容: 1、什么是操作系统? 2、操作系统安装在哪儿呢?界面呢? 3、WinCE相关术语 4、所需开发软件 5、开发平台的建立 6、什么叫定制操作系统?为什么要安装WinCE到PC机上? 7、Bootloader(BIOS)、WinCE核(即nb0文件)及我们用VS编写的应用程序怎么烧到实验板上?都烧在哪里了呢? 8、流驱动开发流程 -This document is based on extensive technology GEC2440 e
CodeHij.2007.09.06
- 用于wince上的dll注入的实现,可用于多个wince版本。sln包含一个DLL工程和一个测试用exe。可直接用VS编译运行。-Dll inject on wince,it can run on several edition of wince.the .sln include a DLL project and a exe project for test.
UI_wince
- wince 界面开发资料 以美化按钮为主,贴图等 vs环境运行-wince data interface development to beautify the main button, and texturing operation vs environment
1P1W1M
- 基于tq6410嵌入式板卡,在wince 6.0下的串口调试工具,开发语言VS 2005.-Embedded boards based tq6410 in wince 6.0 with serial debugging tools, development of language VS 2005.
Serial_debugging_software_V1.1_g
- 串口通讯调试软件V1.1 Wince Winxp 通用版 本软件可以运行于 WINCE5 /WINCE6 /WINCE7 及 WINXP 等系统下, 软件设计环境 VB2005,要求装有 NET2.0 环境,对您串口调试有帮助, 支持虚拟串口,支持有用串口搜寻,串口数可达256个,支持文件传送, 还可做各种校验计算器( 含CRC8-CDT,CRC16-MODBUS,CRC32-WINRAR, ADD累加和校验,XOR异或和校验等)属于实用新型串口调试器,此软件 免费使用
TFonto
- 在wince环境下修改字体的类型、大小、加粗,api实现,纯C代码码,可用于evc3,evc4,vs.net,也可用于windows环境 -Wince environment to modify the font type, size, bold, api achieve pure C code code, can be used to evc3 evc4, vs.net, can also be used in windows environment
StudentsInfoManage
- 学生信息管理系统。它是一本书上的案例,经过修改,已经在手持终端上运行。用VS 2005做的一个winCE 5.0的一个应用,使用到SQL CE数据库。-it is a students manager Systom,it is winCE 5.0 program using SQL CE
sqlite3-class-for-vc
- 纯C++ sqlite封装类,有静态库和源代码。在VS在编译通过,wince平台下使用已久,稳定快速,没有问题。 -Sqlite3 class for nature C++。fast and bistable。
chartCe wince绘制曲线的控件
- 自用的chartCe控件,使用VS 2008 C#开发,在wince 6.0 R3中运行没问题。其他版本没有测试过。 采用了双缓冲绘图,更新画面不闪烁,运行时占用资源极少。有简单的自动缩放功能。可绘制历史曲线也可用做实时图表。 特别说明,这个控件是基于网友的windowFrom控件改的。