搜索结果
找到约 399 项符合
weight 的查询结果
按分类筛选
- 全部分类
- 技术资料 (226)
- 源码 (34)
- 软件 (12)
- 书籍 (10)
- 教程 (7)
- 其他 (7)
- 人工智能/神经网络 (7)
- 手册 (5)
- 论文 (5)
- 数值算法/人工智能 (5)
- 通讯/手机编程 (5)
- matlab例程 (5)
- 笔记 (4)
- 其他文档 (3)
- Java编程 (3)
- 应用设计 (2)
- 开发板 (2)
- 单片机编程 (2)
- 多媒体处理 (2)
- 技术教程 (2)
- 其他书籍 (2)
- 嵌入式综合 (2)
- 通讯编程文档 (2)
- 单片机开发 (2)
- 数据结构 (2)
- J2ME (2)
- Delphi控件源码 (2)
- 电路图 (1)
- 经验 (1)
- 习题答案 (1)
- 其他 (1)
- PCB相关 (1)
- C/C++语言编程 (1)
- 电源技术 (1)
- 接口技术 (1)
- 学术论文 (1)
- DSP编程 (1)
- 仿真技术 (1)
- 图形图像 (1)
- 书籍源码 (1)
- 软件工程 (1)
- 计算机相关 (1)
- 实用工具 (1)
- Matlab (1)
- 单片机 (1)
- 电工电气 (1)
- 工控技术 (1)
- 模拟电子 (1)
- FPGA (1)
- 可编程逻辑 (1)
- 源码/资料 (1)
- 压缩解压 (1)
- 驱动编程 (1)
- *行业应用 (1)
- 数学计算 (1)
- 技术管理 (1)
- 汇编语言 (1)
- 嵌入式/单片机编程 (1)
- uCOS (1)
- 软件设计/软件工程 (1)
- JavaScript (1)
- 软件测试 (1)
- iPhone (1)
- VIP专区 (1)
通讯/手机编程 constructs girth-six column-weight three QC-LDPC codes
constructs girth-six column-weight three QC-LDPC codes
Delphi控件源码 Metric Converter is an useful tool for metric conversion, weight conversion, area conversion, mass c
Metric Converter is an useful tool for metric conversion, weight conversion, area conversion, mass conversion, angle conversion or any other unit conversions performed by, well, all. :)
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 ...
数据结构 acm HDOJ 1051WoodenSticks Description: There is a pile of n wooden sticks. The length and weight o
acm HDOJ 1051WoodenSticks
Description:
There is a pile of n wooden sticks. The length and weight of each stick are known in advance. The sticks are to be processed by a woodworking machine in one by one fashion. It needs some time, called setup time, for the machine to prepare processing a stick. Th ...
matlab例程 Use DCT-LMS algorithm with recursions on C to estimate optimum weight vectors for linear estimation.
Use DCT-LMS algorithm with recursions on C to estimate optimum weight vectors for linear estimation.
其他 huffman 编码。typedef struct { int weight int flag int parent int lchild int rchild }
huffman 编码。typedef struct
{
int weight
int flag
int parent
int lchild
int rchild
}hnodetype
人工智能/神经网络 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.
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).
数学计算 Given a graph G = (V, E), where every edge e has a nonnegative weight w(e), and a source vertex s in
Given a graph G = (V, E), where every edge e has a nonnegative weight w(e), and a source vertex s in V, find the shortest path from s to every other vertex