搜索结果
找到约 176 项符合
Light-weight 的查询结果
驱动编程 You will write a program for calculating person s Body Mass Index (BMI). The following formula is us
You will write a program for calculating person s Body Mass Index (BMI). The following formula is used: bmi = weight / length² , where weight is in kilograms and length is in meters.
单片机开发 * CONSTRAINTS * This module does not handle data which is considered out of range by the * appli
* CONSTRAINTS
* This module does not handle data which is considered out of range by the
* application(i.e. fixed constants which represent error condition)
*
* Maximum weight value must be limited to 128 to prevent an overflow
* condition during the calculation.
*
* The internal data type mu ...
人工智能/神经网络 BP神经网络分类器 程序有两种运行状态
BP神经网络分类器
程序有两种运行状态,一个是学习,另外一个是分类。在学习状态下,在Dos命令符下输入bp learn,便开始学习了,学习的结果放在weight.dat中;在工作状态下,在Dos命令符下输入bp work,便开始识别classfyme.dat中的数据了,识别完成后,结果放在results.dat中。在bp运行的任何一种状态下,都不能手工打开W ...
其他 This the implementation of structural SVM for training complex alignment models for protein sequence
This the implementation of structural SVM for training complex alignment models for protein sequence alignment, especially for homology modeling. The structural SVM algorithm can incorporate many relevant features like secondary structure, relative exposed surface area, profiles and their various in ...
通讯编程文档 设有一个SPJ数据库
设有一个SPJ数据库,包括S、P、J、SPJ四个关系模式:
S(SNO,SNAME,STATUS,CITY) P(PNO,PNAME,COLOR,WEIGHT)
J(JNO,JNAME,CITY) SPJ(SNO,PNO,JNO,QTY)
供应商表S由供应商代码SNO、供应商姓名SNAME、供应商状态STATUS、供应商所在城市名CITY组成。
零件表P由零件代码PNO、零件名PNAME、颜色COLOR、重量WETGHT组成。
...
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
数值算法/人工智能 用分支限界法求解背包问题(0/1背包) 1.问题描述:已知有N个物品和一个可以容纳TOT重量的背包
用分支限界法求解背包问题(0/1背包)
1.问题描述:已知有N个物品和一个可以容纳TOT重量的背包,每种物品I的重量为Weight,价值为Value。一个只能全放入或者不放入,求解如何放入物品,可以使背包里的物品的总价值最大。
2.设计思想与分析:对物品的选取与否构成一棵解树,左子树表示装入,右表示不装入,通过检索问题的 ...
通讯/手机编程 Computes BER v EbNo curve for convolutional encoding / soft decision Viterbi decoding scheme assum
Computes BER v EbNo curve for convolutional encoding / soft decision
Viterbi decoding scheme assuming BPSK.
Brute force Monte Carlo approach is unsatisfactory (takes too long)
to find the BER curve.
The computation uses a quasi-analytic (QA) technique that relies on the
estimation (approximate on ...
软件设计/软件工程 Scotia Airlines is a new budget airline operating between Glasgow Airport and the Western Isles. It
Scotia Airlines is a new budget airline operating between Glasgow Airport and the Western
Isles. It operates two 24-seater light passenger aircraft and requires a flight booking system.
Because Scotia offers low cost air travel, there is a need to treat each flight as single cost centre
and to be ab ...
其他书籍 The Microsoft® Windows Vista® Developer Story includes content for developers, and other techn
The Microsoft&reg Windows Vista&reg Developer Story includes content for developers, and other technology experts and managers, interested in an in-depth exploration of some of the new and extended features in Windows Vista. Top 10 Ways to Light Up Your Windows Vista Apps provides an overview of the ...