搜索结果
找到约 26,030 项符合
A母usb2.0 的查询结果
人工智能/神经网络 采用CMAC网络对对频率为0.1572HZ的谐波进行辨识
采用CMAC网络对对频率为0.1572HZ的谐波进行辨识,选择联想单元A*=4,权值Wa=W1+W2+W3+W4
软件设计/软件工程 The Pages 2.0 specification is one of the most exciting Java Community Process releases of the year.
The Pages 2.0 specification is one of the most exciting Java Community Process releases of the year. Chances are you picked this book to learn more about the new features of 2.0. Or you may be interested in using for the first time in your next project. Regardless of your interest, we ve put togethe ...
压缩解压 Quartz is a full-featured, open source job scheduling system that can be integrated with, or used al
Quartz is a full-featured, open source job scheduling system that can be integrated with, or used along side virtually any J2EE or J2SE application - from the smallest stand-alone application to the largest e-commerce system. Quartz can be used to create simple or complex schedules for executing ten ...
数值算法/人工智能 Solve the 8-puzzle problem using A * algorithme. Input: Program reads start state and goal state
Solve the 8-puzzle problem using A * algorithme.
Input: Program reads start state and goal state and heuristic (N or S) from EightPuzzle.INP file.0 representing blank.
There are 2 Heuristic:
1. N: Number of misplaced tiles
2. S: Sum of Manhattan distance of current location and target location.
...
matlab例程 Consider a BPSK and a QPSK system for the following two cases: 1) The probability that the symbol 1
Consider a BPSK and a QPSK system for the following two cases: 1) The probability that the symbol 1 is sent and the probability that the symbol 0 is sent are all the same. 2) The probability that the symbol 1 is sent is two times than the probability that the symbol 0 is sent. Assume that the noise ...
电子书籍 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
VC书籍 The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet technologies and COM, wh
The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet technologies and COM, which are key components of the new Windows Distributed interNet Application Architecture (DNA). In addition to supporting these platform initiatives, Visual C++ 6.0 also adds an amazing number of produ ...
单片机开发 The program can manage at the same time manually entered trades at any time (they have a magic numbe
The program can manage at the same time manually entered trades at any time (they have a magic number of 0)
数学计算 #include<stdio.h> void main(void) {int n,k,derivata,a[10],i printf("n=") scanf(" d",&n)
#include<stdio.h>
void main(void)
{int n,k,derivata,a[10],i
printf("n=") scanf(" d",&n)
for(i=0 i<=n i++)
{ printf("a[ d]=",i) scanf(" d",&a[i])
}
printf("k=") scanf(" d",&k)
for(derivata=1 derivata<=k derivata++)
{
for(i=0 i<=n i++)
a[i]=a[i]*(n-i)
n--
for(i=0 i<=n i++)
p ...
DSP编程 该程序用事件管理器B的定时器4定时时间来触发A/D采样的启动。采样时采用级联模式
该程序用事件管理器B的定时器4定时时间来触发A/D采样的启动。采样时采用级联模式,一次做16个转换,转换通道分别是0~15。转换完成后,在A/D中断服务子程序中将转换结果读出。该程序做一次A/D采样。