搜索结果
找到约 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)
通讯/手机编程 j2me设计的界面包
j2me设计的界面包,很漂亮实用。
light weight UI toolkit
源码 结巴分词包
结巴中文分词包,使用Python进行编写的,比较好用 
支持三种分词模式: - 精确模式,试图将句子最精确地切开,适合文本分析; - 全模式,把句子中所有的可以成词的词语都扫描出来, 速度非常快,但是不能解决歧义; - 搜索引擎模式,在精确模式的基础上,对长词再次切分,提高召回率,适合用于搜索引擎分词 ...
手册 Java综合程序设计实验报告
1.计算n!,并捕获可能出现的异常,n的值由控制台传入。
2.自定义异常的定义、拋出和捕获:
数据结构 在图形中若于个边(edge)上加上一些值
在图形中若于个边(edge)上加上一些值,此数值称为比重( weight ) 。而此图形称为比重图形(Weight Graph ) ,若weight是成本( cost )或距离( distance ) ,则称此图形为网路( Network )。根据Spanning Tree的定义,知一个图形可有许多不同spanning tree ,在network中找出一个具有最小成本( Cost )的Spanning tree ,则此Spa ...
电源技术 笔记本电脑的功率调节系统
 
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 ...
其他 构造哈夫曼树 哈弗曼树中没有度为一的节点
构造哈夫曼树
哈弗曼树中没有度为一的节点,是标准的二叉树,所以有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)函数完 ...
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
压缩解压 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.
技术资料 厚膜片式网络电阻器
厚膜片式网络电阻器THICK FILM CHIP NETWORK RESISTOR特长 Features体积小 重量轻 Miniature and light weight.
技术资料 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); / ...