搜索结果
找到约 57 项符合
Weight 的查询结果
按分类筛选
- 全部分类
- 人工智能/神经网络 (7)
- 其他 (6)
- matlab例程 (5)
- 通讯/手机编程 (5)
- Java编程 (3)
- 数值算法/人工智能 (3)
- Delphi控件源码 (2)
- 通讯编程文档 (2)
- 数据结构 (2)
- J2ME (2)
- 单片机开发 (2)
- 模拟电子 (1)
- 电源技术 (1)
- 单片机编程 (1)
- 书籍源码 (1)
- 压缩解压 (1)
- *行业应用 (1)
- 驱动编程 (1)
- 技术管理 (1)
- 嵌入式/单片机编程 (1)
- uCOS (1)
- 软件测试 (1)
- 汇编语言 (1)
- 数学计算 (1)
- JavaScript (1)
- 应用设计 (1)
- 源码 (1)
- 技术资料 (1)
- VIP专区 (1)
Java编程 this program is to convert your weight from pound to kg.
this program is to convert your weight from pound to kg.
人工智能/神经网络 Weight Fuzzy C-means Algorithm Based on 1D histgram
Weight Fuzzy C-means Algorithm Based on 1D histgram
J2ME Zaval Light-Weight Visual Components Library (LwVCL) is a pure Java alternative to humble AWT-based
Zaval Light-Weight Visual Components Library (LwVCL) is a pure Java alternative to humble AWT-based GUI interfaces for wide ranges of platforms, including J2SE, PersonalJava and J2ME(coming soon). LwVCL can be used on Zaurus, iPAQ and other devices.
通讯/手机编程 The program constructs girth-twelve column-weight QC-LPDC codes. The rate can be changed by changing
The program constructs girth-twelve column-weight QC-LPDC codes. The rate can be changed by changing k(row-weight), size is changed by varying m(sub-matrix size).
通讯/手机编程 constructs girth-six column-weight three QC-LDPC codes
constructs girth-six column-weight three QC-LDPC codes
人工智能/神经网络 Produces a matrix of derivatives of network output w.r.t. % each network weight for use in the func
Produces a matrix of derivatives of network output w.r.t.
% each network weight for use in the functions NNPRUNE and NNFPE.
uCOS light weight IP for microC..............To implement TCP on embedded systems
light weight IP for microC..............To implement TCP on embedded systems
单片机开发 lcd temperature weight humidity
lcd temperature weight humidity
人工智能/神经网络 Lin-Kernighan heuristic for the TSP and minimum weight perfect matching
Lin-Kernighan heuristic for the TSP and minimum weight perfect matching
Java编程 alter table tbl_name add col_name type 例如,给表增加一列weight mysql>alter table pet add weight int 删
alter table tbl_name add col_name type
例如,给表增加一列weight
mysql>alter table pet add weight int
删除列
alter table tbl_name drop col_name
例如,删除列weight:
mysql>alter table pet drop weight
改变列
alter table tbl_name modify col_name type
例如,改变weight的类型:
mysql> alter table pet mod ...