⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.htm

📁 非常好嵌入式编程事例,不得不看啊,将了不少程序设计中要注意的地方
💻 HTM
字号:
<HTML>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
<HEAD>
<TITLE>About the Code Samples</TITLE>
</HEAD>
<BODY>
<Font face="Arial">
<P ALIGN="CENTER"><FONT SIZE=4>About the Code Samples
<FONT SIZE=3>
<P>
<P>Most code samples included on this CD were developed with
Microsoft Visual C++ version 5.0 and the Microsoft Windows CE Toolkit for
Visual C++ version 5.0. The <B>Sspi</B> and <B>Crypto</B> samples were
developed with Microsoft Visual C++ version 6.0 and the Microsoft Windows
CE Toolkit for Visual C++ 6.0. The code in sample applications is ported
for a Handheld PC, but the programming concepts that are presented apply
to all Windows CE-based platforms.

<P>
Communications sample description:

<UL>
<LI><B>Tty:</B> Shows how to open, configure, and close a serial
communications port and perform read/write operations for a TTY terminal
emulation application.
</LI>
<LI><B>CeDialer:</B> Shows how to initialize an application's use of TAPI,
open a line device, negotiate an API version to use, translate an address
into another format, place a call on an opened line device, close an opened
line device, and shut down an application抯 use of the line abstraction of
the TAPI.
</LI>
<LI><B>RasConn:</B> Demonstrates how to start a RAS connection, dial entries
from the default phone book, and close an active connection.
</LI>
<LI><B>Winsock:</B> A Windows Sockets <B>Server</B> and a Windows Sockets
<B>Client</B> sample. The <B>Server</B> sample shows how to implement a Windows
Sockets TCP stream socket server. The <B>Client</B> sample shows how to implement
a Windows Sockets TCP stream socket client.
</LI>
<LI><B>IRSock:</B> An Infrared Sockets <B>Server</B> and an Infrared Sockets
<B>Client</B> sample. The <B>Server</B> sample shows how to implement an Infrared
Sockets server. The <B>Client</B> sample shows how to implement an Infrared Sockets client.
</LI>
<LI><B>Multicast:</B> A multicast receiver and a multicast sender sample.
The <B>Receive</B> sample shows how to receive an IP multicast datagram.
The <B>Send</B> sample shows how to send an IP multicast datagram.
</LI>
<LI><B>CeHttp:</B> Demonstrates how to create and submit a HTTP request.
The sample requests a default HTML document from a server and displays it
along with the HTTP transaction headers.
</LI>
<LI><B>Sspi:</B> Shows how to use the Security Support Provider
Interface to access common authentication and cryptographic data schemes.
</LI>
<LI><B>Crypto:</B> A cryptography encryption and a decryption sample.
The <B>Encrypt</B> sample shows how to encrypt data read from a text file.
The <B>Decrypt</B> sample shows how to decrypt the file created by the
<B>Encrypt</B> sample.
</LI>
</UL>


<P>
GWES sample description:

<UL>
<LI><B>CePad:</B> Shows how to register a window class, and how to create such
elements as a window, a menu, dialog boxes, and an edit control. It also shows
how to open and save a file, and how to search for and replace a text string
in an edit control.
</LI>
<LI><B>CeGDI:</B> Shows how to create and use graphical device interface (GDI)
objects such as pens, brushes, palettes, bitmaps, and regions. It also shows
how to enumerate fonts, select a font type, and display some text by using the
selected font.
</LI>
<LI><B>Cmdband:</B> Shows how to register toolbar and rebar control classes,
and create a command band with two toolbars in it.
</LI>
<LI><B>Cmdbar:</B> Shows some common buttons on the command bar and how to create,
add bitmaps to, and destroy the command bar.
</LI>
<LI><B>FileView:</B> Demonstrates how to register tree view and header control
classes, and create a tree view control.
</LI>
<LI><B>ListView:</B> Demonstrates how to register list view and header control
classes, and create a list view control.
</LI>
<LI><B>Rebar:</B> Shows how to register the rebar and toolbar control classes,
create a rebar with a toolbar and a combo box in it, and move the rebar up or
down.
</LI>
<LI><B>Toolbar:</B> Shows how to register the toolbar control class, create
the toolbar, and add the toolbar ToolTips.
</LI>
</UL>
<p>
</FONT>
</BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -