资源列表

« 1 2 ... .36 .37 .38 .39 .40 7741.42 .43 .44 .45 .46 ... 11388 »

[其它资源base_on_IEEE_802154_and_Zigbee_to_make_a_wpan

说明:近年来,移动通信技术发展迅速,新技术层出不穷, 宽带无线接入技术由于具有网络设计灵活、安装迅速方 便、建设速度快、建设造价低廉等突出的优点,在高速因 特网接入、信息家电联网、移动办公、军事、救灾、空间 探险等领域具有非常广阔的应用空间。根据目前的技术 标准和将来的发展,主流的宽带接入技术可以分为:固定 宽带无线接入技术(FBWA)、无线局域网(WLAN)和无 线个域网(WPAN)。其中无线个域网的发展使得人们摆 脱电缆束缚,在近距离内实现各种设备间的通信的梦想
<麦克狼> 在 2008-10-13 上传 | 大小:37.96kb | 下载:0

[其它资源ZigBee_chip_of_Microchip

说明:Mic roch ip(美国微芯科技公司)近日宣布推出PICDEM Z 2 .4GHz 演示工具包。该工具包支持Zi gBe e 标准协议,用以开发无线 网络控制及监控应用。Microchip 的PICDEM Z 平台通过提供可轻易集成到无线产品上的硬件及免费ZigBee 协议软件堆栈,协助客户更 快地实现ZigBee 设计。此外,Microchip 提供30 多款支持ZigBee 软件堆栈的PIC18 8 位单片机。这些单片机具备以电池供电的ZigBee 应用所需的主要功能,包括纳
<麦克狼> 在 2008-10-13 上传 | 大小:99.06kb | 下载:0

[其它资源ClassMatrix

说明:虽然网上有一些现成的类,但是觉得过于庞大(或者是有简单的我没找到),所以自己写了一个很简单的,需要什么功能就慢慢往里加。-some ready-made category, but think it is too large (or is a simple, I could not find). So they wrote a very simple, functional needs and poured slowly on the increase.
<夏志勋> 在 2008-10-13 上传 | 大小:3.91kb | 下载:0

[其它资源previousToken_expressionresult

说明:毛坯表达式 求值器,用bison写的。麻雀虽小,五脏俱全的,主要的特征都用到了,gcc的语法分析也不过就用了这些方法。 -blank expression evaluator with bison writes. This small, perfectly formed, the main features are used, gcc syntax analysis However, on the use of these methods.
<夏志勋> 在 2008-10-13 上传 | 大小:1.34kb | 下载:0

[其它资源thline

说明:有向直线2中值问题 对于给定的有向直线L,编程计算在直线L 上增设2处服务机构的最小服务转移费用。-two straight to a mid-value problems for a given straight to the L, Programming included in the additional line L on the two services shift to the smallest cost.
<lxq> 在 2008-10-13 上传 | 大小:1.06kb | 下载:0

[其它资源sqrtforinteger

说明:Did anyone ask for an integer version of sqrt? Following is an implementation I found and adapted. Hope it is useful for somebody. -Did anyone ask for an integer version of sqr Following is not an implementation I found and ada pted. Hope it is u
<夏志勋> 在 2008-10-13 上传 | 大小:1.12kb | 下载:0

[其它资源acfl

说明:给定一个上下文无关文法的n条产生式规则,编程判断该文法对应的语言是否为空。若为空,则输出yes,否则输出no。-given a context-free grammar n production rules, the judgment of the programming language grammar counterparts whether empty. If empty, the output yes, or no output.
<lxq> 在 2008-10-13 上传 | 大小:1.33kb | 下载:0

[其它资源programtimecounter

说明:Unix下有time程序,可以统计程序的时间,Windows下的time没这个功能,写了一个 凑合着用 -time under Unix procedures, statistical procedures, Windows of the time there was no such function was made to use a makeshift
<夏志勋> 在 2008-10-13 上传 | 大小:1.47kb | 下载:0

[其它资源the_wireless_network_in_digital_family

说明:随着数字家庭技术的不断进步,数字产品日益渗透到社会生活的各个领域,这些为未来数字家庭的实现奠定了基础。本文从数字家庭中无线网络的角度出发,分析了家庭无线网络应满足的技术要求;从普通数据传输和支持流媒体应用等方面比较了目前市场上家庭无线网络技术解决方案的特点;结合数字家庭中对数据传输的要求,着重描述了目前主流无线网络的技术发展走向,最后介绍了家庭无线网络的多种新应用模式。-the continuous advancement of technology, the growing penetrati
<麦克狼> 在 2008-10-13 上传 | 大小:795.83kb | 下载:0

[其它资源transfer_char_to_key

说明:VC7.1中如果将char*作为key的话需要重载关于char*的hash_compare函数 可是我怎么都没法搞定 只好将char*转为int,反正指针地址总是唯一的,然后重载关于 int的hash_compare函数,使用时将char*强制转为int即可我想除了用STLPort外,应该还有更好的方法吧 -VC7.1 which will char * key as the need for heavy char * has h_compare function but I h
<夏志勋> 在 2008-10-13 上传 | 大小:1.16kb | 下载:0

[其它资源maxm

说明:给定由n 个整数(可能为负整数)组成的序列1 a , 2 a ,…, n a ,以及一个正整数m,要 求确定序列1 a , 2 a ,…, n a 的m 个不相交子段,使这m 个子段的总和达到最大。-given by n integers (with the possible negative integers) consisting of a sequence of 1, a 2, ..., n a, and a positive integer m, a request to deter
<lxq> 在 2008-10-13 上传 | 大小:812byte | 下载:0

[其它资源max2

说明:最大子矩阵和问题 对于给定的m 行n 列的整数矩阵,编程计算其最大子矩阵和。-matrix and the biggest problem for a given m trip out of the integer n matrix calculation of its programming matrix and the greatest son.
<lxq> 在 2008-10-13 上传 | 大小:1.07kb | 下载:0
« 1 2 ... .36 .37 .38 .39 .40 7741.42 .43 .44 .45 .46 ... 11388 »

源码中国 www.ymcn.org