利用介质陶瓷材料制造的高稳定、宽温单片(或独石)电容器,广泛应用于航空航天、军事及民用通信及电子设备中。在对介质陶瓷材料组分理论、控制温度工艺研究,以及BaTiO3-MgO3-Nb2O5系材料组分重组的分析的基础上,通过改进研磨工艺,控制煅烧温度等方法,研制出了工作温度范围宽、低损耗、介电常数ε可通过调整、性能稳定性电容器介质陶瓷材料。
上传时间: 2013-10-12
上传用户:ve3344
输入一个正则表达式,可以使用: 小写字母或数字,表示终结符;*,闭包;+,并集;~,补集;E,空串;O,空集 然后程序将生成 相应的NFA,以及化简之后的DFA,最后再输入一个字符串,程序判断它是否满足该正则表达式
上传时间: 2015-02-23
上传用户:woshini123456
Libsvm is a simple, easy-to-use, and efficient software for SVM classification and regression. It can solve C-SVM classification, nu-SVM classification, one-class-SVM, epsilon-SVM regression, and nu-SVM regression. It also provides an automatic model selection tool for C-SVM classification. This document explains the use of libsvm.
标签: classification easy-to-use regression and
上传时间: 2013-12-22
上传用户:二驱蚊器
编译原理课程设计详细文档,包含NFA->DFA,DFA的最小化。
上传时间: 2013-12-23
上传用户:思琦琦
k中心点 编制和调试一个程序,它将用户输入的正规式转换为以状态图和矩阵形式表示的确定有穷自动机。 1.把正规式转换为NFA 2.将NFA确定化为DFA • #作为正规式的终止符 • 考虑复合正规式 • 开始状态号为0
上传时间: 2014-08-12
上传用户:lps11188
识别正规式,将其转化为nfa,然后转化为dfa
上传时间: 2015-12-25
上传用户:rocketrevenge
这是一个编译原理中的一个技术,将已有的nfa转换为dfa的程序
标签: 编译原理
上传时间: 2013-12-01
上传用户:lxm
编译课程设计,有穷自动机的确定化与最小化,完成了DFA,NFA,RE之间的相互转化和DFA的最小化
标签: 编译
上传时间: 2016-03-13
上传用户:wpt
libsvm is a simple, easy-to-use, and efficient software for SVM classification and regression. It solves C-SVM classification, nu-SVM classification, one-class-SVM, epsilon-SVM regression, and nu-SVM regression. It also provides an automatic model selection tool for C-SVM classification. This document explains the use of libsvm.
标签: classification easy-to-use regression and
上传时间: 2013-12-18
上传用户:253189838
function [U,V,num_it]=fcm(U0,X) % MATLAB (Version 4.1) Source Code (Routine fcm was written by Richard J. % Hathaway on June 21, 1994.) The fuzzification constant % m = 2, and the stopping criterion for successive partitions is epsilon =??????. %*******Modified 9/15/04 to have epsilon = 0.00001 and fix univariate bug******** % Purpose:The function fcm attempts to find a useful clustering of the % objects represented by the object data in X using the initial partition in U0.
标签: fcm function Version Routine
上传时间: 2014-11-30
上传用户:二驱蚊器