搜索结果
找到约 2,044 项符合
data sheet 的查询结果
按分类筛选
- 全部分类
- 其他书籍 (10)
- 其他 (6)
- 微处理器开发 (6)
- 技术资料 (6)
- 系统设计方案 (5)
- 单片机编程 (4)
- 软件设计/软件工程 (4)
- 单片机开发 (4)
- 行业发展研究 (3)
- 嵌入式综合 (2)
- 文章/文档 (2)
- 嵌入式/单片机编程 (2)
- 其他嵌入式/单片机内容 (2)
- 电子书籍 (2)
- 手册 (2)
- VIP专区 (2)
- 通讯/手机编程 (1)
- 资料/手册 (1)
- 电子元器件应用 (1)
- Linux/Unix编程 (1)
- FlashMX/Flex源码 (1)
- USB编程 (1)
- MTK (1)
- android开发 (1)
- VHDL/FPGA/Verilog (1)
- 驱动程序 (1)
- 接口技术 (1)
- 技术书籍 (1)
VC书籍 This program is about data organization using Visual C++ tools.It is able to control the other s com
This program is about data organization using Visual C++ tools.It is able to control the other s computers in the computer of oneself by running this program.
Java编程 Protocol Buffers - Google s data interchange format。我打的jar包
Protocol Buffers - Google s data interchange format。我打的jar包,此包不好找
其他嵌入式/单片机内容 a simple PC Dos program for getting DEX data out of the Vending Machine s DEX port. compile under Bo
a simple PC Dos program for getting DEX data out of the Vending Machine s DEX port. compile under Borland C++ 3.1
通讯/手机编程 capture frames in mobile 6.0 you can edit raw data with callback function
capture frames in mobile 6.0
you can edit raw data with callback function
其他数据库 fundation of data structure in c 计算机优秀图书英文版
fundation of data structure in c 计算机优秀图书英文版
人工智能/神经网络 function [U,center,result,w,obj_fcn]= fenlei(data) [data_n,in_n] = size(data) m= 2 % Exponent fo
function [U,center,result,w,obj_fcn]= fenlei(data)
[data_n,in_n] = size(data)
m= 2 % Exponent for U
max_iter = 100 % Max. iteration
min_impro =1e-5 % Min. improvement
c=3
[center, U, obj_fcn] = fcm(data, c)
for i=1:max_iter
if F(U)>0.98
break
else
w_new=eye(in_n,in_n)
center1=sum(cent ...
单片机开发 this is a code which can show data from the outside!
this is a code which can show data from the outside!
其他书籍 Optimisation of the pilot-to-data power ratio in the wireless MIMO-OFDM system with low-complexity
Optimisation of the pilot-to-data power ratio in the wireless MIMO-OFDM
system with low-complexity MMSE channel estimation
单片机开发 made by: kangkai data:2008.11.23 this one is used to test arm7 str71x. use a led to test
made by: kangkai
data:2008.11.23
this one is used to test arm7 str71x.
use a led to test GPIO.
a---------P0.0
b---------P0.1
c---------P0.2
d---------P0.3
e---------P0.4
f---------P0.5
g---------P0.6
just run it and you will see the led to show 0-9 all the time.
加密解密 实现IDEA加密算法与解密算法 IDEA(International Data Encryption Algorithm)是瑞士的James Massey
实现IDEA加密算法与解密算法
IDEA(International Data Encryption Algorithm)是瑞士的James Massey,Xuejia Lai等人提出的加密算法,在密码学中属于数据块加密算法(Block Cipher)类。IDEA使用长度为128bit的密钥,数据块大小为64bit。从理论上讲,IDEA属于“强”加密算法,至今还没有出现对该算法的有效攻击算法。 ...