With this foundation, you explore a development model that addresses the complete range of issues in the design of embedded communications software, including real-Time operating systems, hardware and software partitioning, layering, and protocol stacks.
标签: development foundation addresses complete
上传时间: 2016-01-16
上传用户:zyt
This section describes the eSOAP toolkit demo package. It consists of the eSOAP runTime for MS Windows, the demo version of the esoapcg compiler and some source code examples to help developers learning how to use the toolkit ( run-Time ) and how to specify service interfaces using the esoap code generator (esaopcg).
标签: eSOAP describes the consists
上传时间: 2013-12-26
上传用户:aig85
* first open client.cpp and search for that USER_MSG_INTERCEPT(TeamInfo) over it u add this Code: USER_MSG_INTERCEPT(Health) { BEGIN_READ(pbuf,iSize) me.iHealth = READ_BYTE() return USER_MSG_CALL(Health) } * then we search for int HookUserMsg (char *szMsgName, pfnUserMsgHook pfn) and add this Code: REDIRECT_MESSAGE( Health ) *k now we have the health registered and can read it out i stop this hear know cuz i must thanks panzer and w00t.nl that they helped me with it first Time! *ok now we go to int HUD_Redraw (float x, int y) and packing this draw code in it Code:
标签: USER_MSG_INTERCEPT TeamInfo client search
上传时间: 2016-01-22
上传用户:ynzfm
对应论文写的时空码的仿真程序。为2天线,BPSK调制模式。自己写的Space Time code simulation提供给大家
上传时间: 2014-01-27
上传用户:Shaikh
FIST可堆叠文件系统,linux文件系统修改相关的开源软件,使得对linux文件系统功能的改进很简单了 The FiST (File System Translator) system combines two methods to solve the above problems in a novel way: a set of stackable file system templates for each operating system, and a high-level language that can describe stackable file systems in a cross-platform portable fashion. Using FiST, stackable file systems need only be described once. FiST s code generation tool, fistgen, compiles a single file system description into loadable kernel modules for several operating systems (currently Solaris, Linux, and FreeBSD). The project demonstrates that with FiST, code size and development Time are reduced significantly, while imposing a small performance overhead of only 1-2%. These benefits are achieved, as well as portability, without changing existing operating systems or file system.
上传时间: 2014-01-10
上传用户:xsnjzljj
图像处理,利用bilt 函数 Description: This example shows how to edit (cut,paste,copy) a selection of a bitmap using BitBlt function just like Microsoft Photo Editor does. It s really EASY! Take a look to the sample if you don t believe me and don t forget to VOTE FOR ME! Note: comments are in italian...i hadn t enough Time to translate them all. Sorry..(VOTE!)
标签: 图像处理
上传时间: 2013-12-18
上传用户:851197153
As all of you know, MATLAB is a powerful engineering language. Because of some limitation, some tasks take very long Time to proceed. Also MATLAB is an interpreter not a compiler. For this reason, executing a MATLAB program (m file) is Time consuming. For solving this problem, Mathworks provides us C Math Library or in common language, MATLAB API. A developer can employ these APIs to solve engineering problems very fast and easy. This article is about how can use these APIs.
标签: some engineering limitation language
上传时间: 2013-12-06
上传用户:huql11633
Introduction A shared library is a collection of functions that are available for use by one or more applications running on a system. On Windows operating systems, the library is compiled into a dynamic link library (.dll) file. At run-Time, the library is loaded into memory and made accessible to all applications.
标签: Introduction collection available functions
上传时间: 2014-01-26
上传用户:2467478207
TinyLogin is a suite of tiny Unix utilities for handling logging into, being authenticated by, changing one s password for, and otherwise maintaining users and groups on an embedded system. It also provides shadow password support to enhance system security. TinyLogin is, as the name implies, very small, and makes an excellent complement to BusyBox on an embedded System. It can be used without BusyBox, of course, but I envision them being used together most of the Time.
标签: authenticated TinyLogin utilities handling
上传时间: 2016-01-30
上传用户:253189838
实时系统分析与设计,《REAL-Time SYSTEMS DESIGN AND ANALYSIS》THIRD EDITION Phillip A. Laplante
上传时间: 2013-12-09
上传用户:xmsmh