搜索结果

找到约 399 项符合 weight 的查询结果

通讯/手机编程 j2me设计的界面包

j2me设计的界面包,很漂亮实用。 light weight UI toolkit
https://www.eeworm.com/dl/527/360909.html
下载: 189
查看: 1041

源码 结巴分词包

结巴中文分词包,使用Python进行编写的,比较好用  支持三种分词模式: - 精确模式,试图将句子最精确地切开,适合文本分析; - 全模式,把句子中所有的可以成词的词语都扫描出来, 速度非常快,但是不能解决歧义; - 搜索引擎模式,在精确模式的基础上,对长词再次切分,提高召回率,适合用于搜索引擎分词 ...
https://www.eeworm.com/dl/517565.html
下载: 9
查看: 579

手册 Java综合程序设计实验报告

1.计算n!,并捕获可能出现的异常,n的值由控制台传入。 2.自定义异常的定义、拋出和捕获:
https://www.eeworm.com/dl/522648.html
下载: 1
查看: 168

数据结构 在图形中若于个边(edge)上加上一些值

在图形中若于个边(edge)上加上一些值,此数值称为比重( weight ) 。而此图形称为比重图形(Weight Graph ) ,若weight是成本( cost )或距离( distance ) ,则称此图形为网路( Network )。根据Spanning Tree的定义,知一个图形可有许多不同spanning tree ,在network中找出一个具有最小成本( Cost )的Spanning tree ,则此Spa ...
https://www.eeworm.com/dl/654/493542.html
下载: 85
查看: 1138

电源技术 笔记本电脑的功率调节系统

  Notebook and palmtop systems need a multiplicity ofregulated voltages developed from a single battery. Smallsize, light weight, and high efficiency are mandatory forcompetitive solutions in this area. Small increases inefficiency extend battery life, making the final productmuch more usab ...
https://www.eeworm.com/dl/505/24389.html
下载: 131
查看: 1046

其他 构造哈夫曼树 哈弗曼树中没有度为一的节点

构造哈夫曼树 哈弗曼树中没有度为一的节点,是标准的二叉树,所以有n个叶子结点时,需要一个长度为2n-1的一维数组存储哈弗曼树的结点。 (1)、n个叶子节点只有weight权值,处理非叶子节点,从ht[i](ht[1]~ht[n-1])中找到ht[i].weight最小的两个节点ht[s1]和ht[s2],这就是Select(int n,int &s1,int & s2,HTNode *ht)函数完 ...
https://www.eeworm.com/dl/534/307708.html
下载: 191
查看: 1513

matlab例程 % because we do not truncate and shift the convolved input % sequence, the delay of the desired out

% because we do not truncate and shift the convolved input % sequence, the delay of the desired output sequence wrt % the convolved input sequence need only be the delay % introduced by the ideal weight vector centred at n=5
https://www.eeworm.com/dl/665/239090.html
下载: 134
查看: 1062

压缩解压 aPLib is a 32-bit compression library based on the compression algorithm used in aPACK (my executa

aPLib is a 32-bit compression library based on the compression algorithm used in aPACK (my executable packer). aPLib is an easy-to-use alternative to many of the heavy-weight compression libraries available.
https://www.eeworm.com/dl/617/148275.html
下载: 87
查看: 1073

技术资料 厚膜片式网络电阻器

厚膜片式网络电阻器THICK FILM CHIP NETWORK RESISTOR特长 Features体积小 重量轻 Miniature and light weight.
https://www.eeworm.com/dl/899683.html
下载: 1
查看: 1653

技术资料 arduino电子秤程序

HX711_1Kg#include "HX711.h"float Weight = 0;void setup(){ Init_Hx711(); //初始化HX711模块连接的IO设置 Serial.begin(9600); Serial.print("Welcome to use!\n"); delay(3000); Get_Maopi(); //获取毛皮}void loop(){ Weight = Get_Weight(); //计算放在传感器上的重物重量 Serial.print(float(Weight/1000),3); / ...
https://www.eeworm.com/dl/831286.html
下载: 10
查看: 2417