搜索资源列表
-
0下载:
windows CE 编程指南的书,适合windows CE的嵌入式开发人员-windows CE Programming Guide, the book suitable for windows CE Embedded Developer
-
-
1下载:
C++语言是C语言的超集,它是在C语言的基础上扩展形成的面向对象程序设计语言。微软Visual C++ 5.0∕6.0则是Windows 9.x平台上广泛应用的开发系统。本节以Visual C++ 5.0∕6.0为例,说明32位Windows 9.x环境下汇编语言与C++的混合编程。它也分为嵌入汇编和模块调用两种方式。
-C C language is a superset of language, it is in C language on the basis of the extend
-
-
0下载:
基于IP传感器的监控软件能够对分布在网络上的作为独立节点的传感器进行数据采集、校准等操作,而在监控软件开发中,首先就要解决网络通信问题。本文以搭载了Linux操作系统的IP传感器(ARM核)作为下位机,在其上编程实现Socket通信的服务器端,提供Socket客户端的并发访问。以装有Windows的计算机作为上位机,在其 上编程实现Socket通信的客户端,实现对Socket服务器端的访问,解决了IP传感器网络监控平台的通信问题。 -The monitoring software based o
-
-
0下载:
This guide does not attempt to describe the C language itself. For a
descr iption of the C language, The C Programming Language by
Kernighan and Richie is recommended, of which the latest edition also
covers ANSI C.
Note that the illustration
-