搜索结果
找到约 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)
JavaScript Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test c
Implementation of Edmonds Karp algorithm that calculates maxFlow of graph.
Input:
For each test case, the first line contains the number of vertices (n) and the number of arcs (m). Then, there exist m lines, one for each arc (source vertex, ending vertex and arc weight, separated by a space). The n ...
数据结构 在图形中若于个边(edge)上加上一些值
在图形中若于个边(edge)上加上一些值,此数值称为比重( weight ) 。而此图形称为比重图形(Weight Graph ) ,若weight是成本( cost )或距离( distance ) ,则称此图形为网路( Network )。根据Spanning Tree的定义,知一个图形可有许多不同spanning tree ,在network中找出一个具有最小成本( Cost )的Spanning tree ,则此Spa ...
数值算法/人工智能 DAKOTA
Computational models are commonly used in engineering design and scientific discovery activities for simulating
complex physical systems in disciplines such as fluid mechanics, structural dynamics, heat transfer, nonlinear
structural mechanics, shock physics, and many others. These simulators can be ...
应用设计 声明病人 Patient 类,
1. 声明病人 Patient 类,此类对象包括 name(String)、sex(char)、age(int)、weight(float)、allergies(boolean)。
声明 setName 存取及修改方法。在一个单独的类中,声明测试方法,并生成两个 Patient 对象,设置其
状态并将其信息显示在屏幕上。声明并测试 toString()方法,显示一个病人 age、sex、name 及 aller ...
源码 CCS样式选择符设计
CCS样式选择符,初学者,设计,DW,网页制作,大一作业
部分预览:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; cha ...
技术资料 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); / ...
VIP专区 VIP专区-3000套PLC实例程序
资源包含以下内容:1.2 COMP CHILLER.rar2.20-COMM-E Adapter Diagnostics.zip3.3 Phase Motor Startup Logic.zip4.500编程实例.rar5.550 OPTICOLOUR MOINITORING TM EDIT.rar6.6688-02.rar7.6[1].下降沿和锁存指令试验.rar8.72 Station Bit Shift PLC Program Triggers 3 Cognex Cameras.zip9.AB 1769-WS称重模块使用程序C ...