搜索结果
找到约 82 项符合
minimum 的查询结果
按分类筛选
- 全部分类
- matlab例程 (11)
- 单片机编程 (6)
- 其他 (6)
- 数值算法/人工智能 (5)
- 人工智能/神经网络 (4)
- 单片机开发 (4)
- 数据结构 (3)
- 压缩解压 (3)
- 中间件编程 (3)
- 数学计算 (3)
- 其他书籍 (2)
- 系统设计方案 (2)
- 金融证券系统 (2)
- JavaScript (2)
- 书籍 (2)
- 技术资料 (2)
- 资料/手册 (1)
- 模拟电子 (1)
- 电源技术 (1)
- Delphi控件源码 (1)
- Java书籍 (1)
- 串口编程 (1)
- 行业发展研究 (1)
- 汇编语言 (1)
- J2ME (1)
- 微处理器开发 (1)
- 嵌入式/单片机编程 (1)
- 通讯/手机编程 (1)
- 编译器/解释器 (1)
- 软件设计/软件工程 (1)
- Internet/网络编程 (1)
- 加密解密 (1)
- 软件工程 (1)
- 认证考试资料 (1)
- 嵌入式Linux (1)
- 接口技术 (1)
- 软件 (1)
- 手册 (1)
数据结构 2^x mod n = 1 acm竞赛题 Give a number n, find the minimum x that satisfies 2^x mod n = 1. Input
2^x mod n = 1 acm竞赛题 Give a number n, find the minimum x that satisfies 2^x mod n = 1.
Input
One positive integer on each line, the value of n.
Output
If the minimum x exists, print a line with 2^x mod n = 1.
Print 2^? mod n = 1 otherwise.
You should replace x and n with specific numbers. ...
matlab例程 Classify using the minimum error criterion via histogram estimation of the densities
Classify using the minimum error criterion via histogram estimation of the densities
matlab例程 DOA常用算法之一:Capton算法, 也叫做MVDRE ( Minimum Variance Distorionless Response Estimator ),是计算Power specturm
DOA常用算法之一:Capton算法, 也叫做MVDRE ( Minimum Variance Distorionless Response Estimator ),是计算Power specturm
其他 BNB20 Finds the constrained minimum of a function of several possibly integer variables. % Usage: [
BNB20 Finds the constrained minimum of a function of several possibly integer variables.
% Usage: [errmsg,Z,X,t,c,fail] =
% BNB20(fun,x0,xstatus,xlb,xub,A,B,Aeq,Beq,nonlcon,settings,options,P1,P2,...)
%
% BNB solves problems of the form:
% Minimize F(x) subject to: xlb <= x0 <=xub
% A*x <= B ...
其他 EPM7128 Minimum System
EPM7128 Minimum System
数值算法/人工智能 The output should contain the minimum setup time in minutes, one per line.
The output should contain the minimum setup time in minutes, one per line.
其他 Implement the step 2 of two-level logic minimization. Our goal is to find the minimum (exact minim
Implement the step 2 of two-level logic minimization. Our goal is to find the minimum (exact
minimum) sum-of-products expression for a given function.
matlab例程 A hill climbing algorithm for finding the minimum of a function fitnessfun in the real space.
A hill climbing algorithm for finding the minimum of a function
fitnessfun in the real space.
matlab例程 Find peaks in all waveforms. used in matlab. The peaks can be maximum and minimum.
Find peaks in all waveforms. used in matlab. The peaks can be maximum and minimum.
压缩解压 Generates a static minimum-variance Huffman code tree.
Generates a static minimum-variance Huffman code tree.,详细给出了HUFFMAN码树构造