搜索结果
找到约 715 项符合
MAx-plus 的查询结果
VHDL/FPGA/Verilog 电子时钟的实现和仿真
电子时钟的实现和仿真,在MAX+PLUSII下实现,编译通过
人工智能/神经网络 bayeserr - Computes the Bayesian risk for optimal classifier. % bayescln - Classifier based on Baye
bayeserr - Computes the Bayesian risk for optimal classifier.
% bayescln - Classifier based on Bayes decision rule for Gaussians.
% bayesnd - Discrim. function, dichotomy, max aposteriori probability.
% bhattach - Bhattacharya s upper limit of mean class. error.
% pbayescln - Plots discriminat f ...
matlab例程 包括turbo码编译码程序
包括turbo码编译码程序,译码算法包括sova及max-log-map算法,并有完整链路验证其性能。
数值算法/人工智能 矩阵的最大特征值的幂法. 对于工程计算而言
矩阵的最大特征值的幂法.
对于工程计算而言,矩阵的特征值和特征向量都是相当重要和常见的数据,这里给出的幂法是一种常见的求解方法,用的是迭代的思想。
符号说明:
1A为待求的矩阵,
2Uk,Vk为迭代用的列向量。
3最后的最大特征值maxLamda由最后一次的max(Uk)-----求Uk中的绝对值最大的元素的绝对值.所决定。
而maxLamda ...
数据结构 参照栈类模板的例子编写一个队列类模板class <T> Queue
参照栈类模板的例子编写一个队列类模板class <T> Queue,私有成员包括:队首指针Front,队尾指针Tail,队列容积max。实现:构造函数Queue,析构函数,入队函数In,出队函数Out(每次出队,后面的元素自动前移一位),判队列空函数Empty。并分别用队列类模板定义int和float对象,调用各个成员函数 ...
VC书籍 county, random population coordinates were generated using the complete spatial randomness (CSR) fun
county, random population coordinates were generated using the complete spatial randomness (CSR) function in S-PLUS. Then, the background information was attached to each individual county based on the county?s distribution for the class of interest. Finally, all counties were merged into a single d ...
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----------最佳染色体所对应的目标函数值
% ...
中间件编程 本软件在CPLD上实现数字PWM控制
本软件在CPLD上实现数字PWM控制,用Verilog HDL语言编写,在MAX PLUS II调试成功,可用
软件设计/软件工程 Pro * C 的使用 一 Pro*C 程序概述: 1.什么是Pro*C程序 在ORACLE数据库管理和系统中
Pro * C 的使用
一 Pro*C 程序概述:
1.什么是Pro*C程序
在ORACLE数据库管理和系统中, 有三种访问数据库的方法;
(1) 用SQL*Plus, 它有SQL命令以交互的应用程序访问数据库;
(2) 用第四代语言应用开发工具开发的应用程序访问数据库,这些工具有SQL*Froms,QL*Reportwriter,SQL*Menu等;
(3) 利用在第三代语言内嵌 ...
VHDL/FPGA/Verilog 一个小程序
一个小程序,用Veilog HDL编写的,可以用于篮球比赛的倒计时牌,已在max-plusII上仿真通过。