搜索结果
找到约 1,310 项符合
Transition-Time 的查询结果
电子书籍 With this foundation, you explore a development model that addresses the complete range of issues in
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.
单片机开发 This section describes the eSOAP toolkit demo package. It consists of the eSOAP runtime for MS Win
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 ...
其他 * first open client.cpp and search for that USER_MSG_INTERCEPT(TeamInfo) over it u add this
* 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)
a ...
其他 对应论文写的时空码的仿真程序。为2天线
对应论文写的时空码的仿真程序。为2天线,BPSK调制模式。自己写的Space time code simulation提供给大家
Linux/Unix编程 FIST可堆叠文件系统
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 ...
Delphi控件源码 图像处理
图像处理,利用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 ...
其他 As all of you know, MATLAB is a powerful engineering language. Because of some limitation, some task
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 ...
其他 Introduction A shared library is a collection of functions that are available for use by one or mor
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 ...
Linux/Unix编程 TinyLogin is a suite of tiny Unix utilities for handling logging into, being authenticated by, chan
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 s ...