搜索结果
找到约 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)
人工智能/神经网络 DETRIN is a C++ library of classification algorithms and other utilities in the field of data mining
DETRIN is a C++ library of classification algorithms and other utilities in the field of data mining. We will use standard ISO C++ programming language to develop our project. The goal of DETRIN is to facilitate researchers in the related fields.
GPS编程 the c languge is used for the GPS field.The pogram is the PARITY CHECK ,which is one kind data of th
the c languge is used for the GPS field.The pogram is the PARITY CHECK ,which is one kind data of the GPS data .and it is used for correcting one bit error
Java编程 一个具有读写Excel功能的小程序。它使用的是get sheets()的方法来获取每张sheet表的内容。
一个具有读写Excel功能的小程序。它使用的是get sheets()的方法来获取每张sheet表的内容。
其他书籍 Data Structures And Algorithms With Object-Oriented Design Patterns In Python (2003) source code and
Data Structures And Algorithms With Object-Oriented Design Patterns In Python (2003) source code and html file
Delphi控件源码 A data-based tool that can produce questionnaires dynamically which will be used to investigate clie
A data-based tool that can produce questionnaires dynamically which will be used to investigate client information.
单片机开发 卡尔曼滤波C程序 卡尔曼滤波器是一个“optimal recursive data processing algorithm(最优化自回归数据处理算法)”。 对于解决很大部分的问题
卡尔曼滤波C程序 卡尔曼滤波器是一个“optimal recursive data processing algorithm(最优化自回归数据处理算法)”。
对于解决很大部分的问题,他是最优,效率最高甚至是最有用的。他的广泛应用已经超过30年,包括机器人导航,控制,
传感器数据融合甚至在军事方面的雷达系统以及导弹追踪等等。近年来更被应用于计算机图 ...
单片机开发 卡尔曼滤波器是一个“optimal recursive data processing algorithm(最优化自回归数据处理算法)”。 对于解决很大部分的问题
卡尔曼滤波器是一个“optimal recursive data processing algorithm(最优化自回归数据处理算法)”。
对于解决很大部分的问题,他是最优,效率最高甚至是最有用的。他的广泛应用已经超过30年,包括机器人导航,控制,
传感器数据融合甚至在军事方面的雷达系统以及导弹追踪等等。近年来更被应用于计算机图像处理,
例如头脸 ...
多国语言处理 卡尔曼滤波器是一个“optimal recursive data processing algorithm(最优化自回归数据处理算法)”。 对于解决很大部分的问题
卡尔曼滤波器是一个“optimal recursive data processing algorithm(最优化自回归数据处理算法)”。
对于解决很大部分的问题,他是最优,效率最高甚至是最有用的。他的广泛应用已经超过30年,包括机器人导航,控制,
传感器数据融合甚至在军事方面的雷达系统以及导弹追踪等等。近年来更被应用于计算机图像处理,
例如头脸 ...
汇编语言 .data val1 sword 0 val sword -276 .code main proc mov ax,val cwd mov bx,10 idiv bx
.data
val1 sword 0
val sword -276
.code
main proc
mov ax,val
cwd
mov bx,10
idiv bx
mov val1,ax
call writebin
call crlf
mov ax,dx
call writebin
exit
main endp
end main
汇编语言 data array sdword 2 dup(?) str1 byte "Please input one 32-bit sign number :",0dh,0ah,0 str2 by
data
array sdword 2 dup(?)
str1 byte "Please input one 32-bit sign number :",0dh,0ah,0
str2 byte "The result is : ",0
align 4
jia1gao sdword 0
jia1 sdword 0
.code
main proc
call clrscr
mov esi,offset array
mov ecx,lengthof array
mov edx,offset str1
push esi
putin:
call writestring ...