搜索结果
找到约 26,030 项符合
A母usb2.0 的查询结果
接口技术 USB2.0设备的设计与开发
USB-2.0设备的设计与开发
嵌入式/单片机编程 周立功dp1581usb2.0实验仪
周立功dp1581usb2.0实验仪,USB读写E2PROM演示程序。usb控制芯片是菲利普ISP1581 USB2.0 设备接口芯片。
嵌入式/单片机编程 周立功dp1581usb2.0实验仪
周立功dp1581usb2.0实验仪,USBUSB按键、时钟演示程序。usb控制芯片是菲利普ISP1581 USB2.0 设备接口芯片。
电子书籍 介绍一个基于U S B 2 . 0 接口和D S P 的高速数据采集处理系统的工作原理设计及实现该高速数据 采集处理系统采用TI 公司的TMS320C6000 数字信号处理器和Cypress 公司的
介绍一个基于U S B 2 . 0 接口和D S P 的高速数据采集处理系统的工作原理设计及实现该高速数据
采集处理系统采用TI 公司的TMS320C6000 数字信号处理器和Cypress 公司的USB2.0 接口芯片可
以实现高速采集和实时处理有着广泛的应用前景 ...
其他 Problem Statement You are given a string input. You are to find the longest substring of input su
Problem Statement
You are given a string input. You are to find the longest substring of input such that the reversal of the substring is also a substring of input. In case of a tie, return the string that occurs earliest in input.
Definition
Class: ReverseSubstring
Method: findReversed
Parameter ...
Java编程 SmallSQL is a 100% pure Java DBMS, a relational database for Java desktop applications. It has a JDB
SmallSQL is a 100% pure Java DBMS, a relational database for Java desktop applications. It has a JDBC 3.0 interface and offering many ANSI SQL 92 and ANSI SQL 99 features. It is very small and fast Java library. It does not have a network interface.
数学计算 功能:编写的计算皮亚诺相关系数 开发语言:ruby 调用:correlate(x,y) 其中,x,y为需要计算相关度的向量 调用示例: a = [3, 6, 9, 12, 15, 18
功能:编写的计算皮亚诺相关系数
开发语言:ruby
调用:correlate(x,y)
其中,x,y为需要计算相关度的向量
调用示例:
a = [3, 6, 9, 12, 15, 18, 21]
b = [1.1, 2.1, 3.4, 4.8, 5.6]
c = [1.9, 1.0, 3.9, 3.1, 6.9]
c1 = correlate(a,a) # 1.0
c2 = correlate(a,a.reverse) # -1.0
c3 = correlate(b,c) # 0.8221970228
puts c1 ...
matlab例程 %radon transform clear all % N=800 n=1:N fs=200 t=n/fs x1=exp(j*2*pi*(5*t+0.5*5*t.^2
%radon transform
clear all
%
N=800
n=1:N
fs=200
t=n/fs
x1=exp(j*2*pi*(5*t+0.5*5*t.^2))
x2=exp(j*2*pi*(5*t+0.5*15*t.^2))
x=x1+x2
%N=length(x)
% ambifunb(x )
%*****************************************RAT
naf=ambifunb(x)
htl(abs(naf))
% [wh,rho,theta]=htl(abs(naf))
colormap([0, ...
USB编程 USB protocol 2.0
USB protocol 2.0 ,USB2.0标准协议,英文版本
金融证券系统 // chebysheve outlier detection // this function is used to detect the abnormal value among a set o
// chebysheve outlier detection
// this function is used to detect the abnormal value among a set of data
// input:
// delta: a set of data
// flag: discribe which data is already known as outlier
// p: restrict level
// output:
// double[] door : byyond which the data may be considered as a outlie ...