搜索结果

找到约 433 项符合 mAx-plusII 的查询结果

数据结构 参照栈类模板的例子编写一个队列类模板class <T> Queue

参照栈类模板的例子编写一个队列类模板class <T> Queue,私有成员包括:队首指针Front,队尾指针Tail,队列容积max。实现:构造函数Queue,析构函数,入队函数In,出队函数Out(每次出队,后面的元素自动前移一位),判队列空函数Empty。并分别用队列类模板定义int和float对象,调用各个成员函数 ...
https://www.eeworm.com/dl/654/172542.html
下载: 166
查看: 1208

matlab例程 % [BestPop,Trace]=fmaxga(FUN,LB,UB,eranum,popsize,pcross,pmutation) % Finds a maximum of a functio

% [BestPop,Trace]=fmaxga(FUN,LB,UB,eranum,popsize,pcross,pmutation) % Finds a maximum of a function of several variables. % fmaxga solves problems of the form: % max F(X) subject to: LB <= X <= UB % BestPop--------最优的群体即为最优的染色体群 % Trace----------最佳染色体所对应的目标函数值 % ...
https://www.eeworm.com/dl/665/175761.html
下载: 174
查看: 1065

其他 FPGA数字钟的设计

FPGA数字钟的设计,用VHDL语言编程,max+plus仿真,可在实际电路中验证
https://www.eeworm.com/dl/534/178935.html
下载: 49
查看: 1071

中间件编程 本软件在CPLD上实现数字PWM控制

本软件在CPLD上实现数字PWM控制,用Verilog HDL语言编写,在MAX PLUS II调试成功,可用
https://www.eeworm.com/dl/682/179893.html
下载: 143
查看: 1041

数学计算 1.功能 利用广义逆求解无约束条件下的优化问题(C语言) 2.参数说明 int m : 非线性方程组中方程个数 int n : 非线性方程组中未知数个数 double eps1 : 控制

1.功能 利用广义逆求解无约束条件下的优化问题(C语言) 2.参数说明 int m : 非线性方程组中方程个数 int n : 非线性方程组中未知数个数 double eps1 : 控制最小二乘解的精度要求 double eps2 : 用于奇异值分解中的控制精度要求 double x[n] : 存放非线性方程组解的初始近似值X(0),要求各分量不全为0 int ka : Ka=max{m,n}+ ...
https://www.eeworm.com/dl/641/192266.html
下载: 172
查看: 1160

单片机开发 * 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 ...
https://www.eeworm.com/dl/648/193633.html
下载: 172
查看: 1098

VHDL/FPGA/Verilog 智能机器小车主要完成寻迹功能

智能机器小车主要完成寻迹功能,由机械结构和控制单元两个部分组成。机械结构是一个由底盘、前后辅助轮、控制板支架、传感器支架、左右驱动轮、步进电机等组成。控制单元部分主要由主要包含传感器及其调理电路、步进电机及驱动电路、控制器三个部分。本设计的核心为控制器部分,采用Altera MAX7000S系列的EPM7064LC84-15作 ...
https://www.eeworm.com/dl/663/193782.html
下载: 140
查看: 1033

Java编程 文件上传源码 Multiple stores supported (Folder, Zip, Database, Memory). Security features (Blacklist, Fil

文件上传源码 Multiple stores supported (Folder, Zip, Database, Memory). Security features (Blacklist, FileSizeLimit, Max. Uploaded files). Notification and history features.
https://www.eeworm.com/dl/633/193884.html
下载: 120
查看: 1063

数学计算 功能说明: 次组件提供的功能有二: 1、解析出数学表达式中的参数 2、计算数学表达式 此组件不但可以解析和计算数学表达式

功能说明: 次组件提供的功能有二: 1、解析出数学表达式中的参数 2、计算数学表达式 此组件不但可以解析和计算数学表达式,还提供了一系列的数学基本函数,可应用于表达式中一块处理。提供的数学基本函数有:将值舍入到最接近的整数 rount(x)、向下取整函数 int(x)、向上取整 ceiling(x)、求两个数中最大数的函数 ma ...
https://www.eeworm.com/dl/641/198253.html
下载: 34
查看: 1032

加密解密 C# BigInteger class. BigInteger.cs is a csharp program. It is the BIgInteger class. It has methods:

C# BigInteger class. BigInteger.cs is a csharp program. It is the BIgInteger class. It has methods: abs() , FermatLittleTest(int confidence) ,gcd(BigInteger bi) , genCoPrime(int bits, Random rand) , genPseudoPrime(int bits, int confidence, Random rand) , genRandomBits(int bits, Random rand) , isProb ...
https://www.eeworm.com/dl/519/206151.html
下载: 50
查看: 1099