搜索结果
找到约 877 项符合
ADuC-P 的查询结果
其他 This file for experiment of C8051 Microcontroller(SILABS company) with USB interface that use keil p
This file for experiment of C8051 Microcontroller(SILABS company) with USB interface that use keil programming
if you have some problem for this file, please contact me with sofa24@hotmail.com
通讯编程文档 This paper presents a new adaptive mobility-aware MAC protocol for sensor networks (MS-MAC). The p
This
paper presents a new adaptive mobility-aware MAC protocol
for sensor networks (MS-MAC). The protocol uses any change
in received signal level as an indication of mobility and, when
necessary, triggers the mobility handling mechanism. By doing
this way, the new mobility-aware MAC protocol can wo ...
GPS编程 Software-defined radios (SDRs) have been around for more than a decade. The first complete Global P
Software-defined radios (SDRs) have been around for more than a decade. The
first complete Global Positioning System (GPS) implementation was described
by Dennis Akos in 1997. Since then several research groups have presented their
contributions.We therefore find it timely to publish an up-to-date t ...
Java书籍 第一章JSP简介 例子1(效果如图1.1所示) Example1_1.jsp: < @ page contentType="text/html charset=GB2312" >
第一章JSP简介
例子1(效果如图1.1所示)
Example1_1.jsp:
< @ page contentType="text/html charset=GB2312" >
<HTML>
<BODY BGCOLOR=cyan>
<FONT Size=1>
<P>这是一个简单的JSP页面
< int i, sum=0
for(i=1 i<=100 i++)
{ sum=sum+i
}
> ...
加密解密 RSA ( Rivest Shamir Adleman )is crypthograph system that used to give a secret information and digit
RSA ( Rivest Shamir Adleman )is crypthograph system that used to give a secret information and digital signature . Its security based on Integer Factorization Problem (IFP). RSA uses an asymetric key. RSA was created by Rivest, Shamir, and Adleman in 1977. Every user have a pair of key, public key a ...
电子书籍 AM26C31CLow Power, I CC = 100 ƒ ⊂ A Typ Operate From a Single 5-V Supply High Spee
AM26C31CLow Power, I
CC
= 100
ƒ ⊂
A Typ
Operate From a Single 5-V Supply
High Speed, t
PLH
= t
PHL
= 7 ns Typ
Low Pulse Distortion, t
sk(p)
= 0.5 ns Typ
High Output Impedance in Power-Off
Conditions
Improved Replacement for AM26LS31
matlab例程 给定一批的样本
给定一批的样本,当然这些样本间必须相互独立。如果Q > chi2(p, nu),假设拒绝,否则通过。
ARGUMENTS:
x Absolut numbers.
p The prob ability value, calculated from Q.
Q The resulting Q-value.
其他 This is the model of boost converter. The control of this converter is PID. With changing the coffic
This is the model of boost converter. The control of this converter is PID. With changing the cofficient of the P-I and D a good replay can be supplied.
数据结构 I implement Dijkstra s Single Source Shortest Path, say SSP, algorithm for directed graphs using a s
I implement Dijkstra s Single Source Shortest Path, say SSP, algorithm for directed graphs using a simple data structure, say simple scheme, Fibonacci heaps, say F-heap scheme, and Pairing heaps, say P-heap scheme, and measure the relative performance of the three implementations.