搜索结果
找到约 57 项符合
Weight 的查询结果
Delphi控件源码 SQLDirect Component Library is a light-weight Borland Database Engine replacement for Borland Delphi
SQLDirect Component Library is a light-weight Borland Database Engine replacement for Borland Delphi v.4 - 9(2005) and C++Builder v.4 - 6. It uses the native application programming interfaces to access to the following SQL-servers: * Centura (formerly, Gupta) SQLBase Server * IBM DB2 Universal Data ...
*行业应用 一款国外的CMS管理系统 PHP-Fusion is a light-weight open-source content management system (CMS) written in PH
一款国外的CMS管理系统
PHP-Fusion is a light-weight open-source content management system (CMS) written in PHP4. It uses a mySQL database to store your site content and includes a simple yet comprehensive adminstration system. PHP-Fusion includes the most common features you would expect to see in ma ...
matlab例程 八单元线阵的DOA估计的MUSIC算法实现。可以看出music方法分辨率较高。这里用的是36度方向下的weight,自己也可以尝试其他的天线weight值。
八单元线阵的DOA估计的MUSIC算法实现。可以看出music方法分辨率较高。这里用的是36度方向下的weight,自己也可以尝试其他的天线weight值。
通讯编程文档 Light weight TCP/IP implementation lwIP design document.
Light weight TCP/IP implementation lwIP design document.
数据结构 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.
其他 Lua is a powerful, light-weight programming language designed for extending applications. It is also
Lua is a powerful, light-weight programming language designed for extending applications. It is also frequently used as a general-purpose, stand-alone language. It combines simple procedural syntax (similar to Pascal) with powerful data description constructs based on associative arrays and extensib ...
J2ME KeePass for J2ME is a J2ME port of KeePass Password Safe, a free, open source, light-weight and easy
KeePass for J2ME is a J2ME port of KeePass Password Safe, a free, open source, light-weight and easy-to-use password manager. You can store passwords in a highly-encrypted database on a mobile phone, and view them on the go.
matlab例程 Returns weighted percentiles of a sample given the weight vector w % The idea is to give more empha
Returns weighted percentiles of a sample given the weight vector w
% The idea is to give more emphasis in some examples of data as compared to
% others by giving more weight. For example, we could give lower weights to
% the outliers.
% The motivation to write this function is to compute percen ...
其他 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