搜索资源列表
SimplizeDFA
- 简化DFA-对于一确定型自动机M=(K,Σ,Δ,s, F),设p,q ∈K,若对于任一字符串w,由p沿w可达某终点当且仅当由q沿w可达某终点,则说p,q等价,记为p≡q。而且,≡的一个等价类恰好就是状态数最少的确定型自动机的一个状态
theTraditionalInductionMotorLoadModelOfTheSimulati
- 利用Java语言开发的针对传统感应电动机负荷模型(8参数)的仿真程序,需要有P与Q输入文件excel形式-Developed using Java language for the traditional induction motor load model (8 parameters) of the simulation program, the need for P and Q form of the input file excel
Codejia.com_661c22bcd8a66c20f06f9faaddb10144
- Struts新闻管理系统学习版: 8 L* ]2 ]& B0 Q- t5 a2 jStruts新闻管理系统学习版说明 " z o r. n7 g1 u9 {. [5 i& x & f k! F y/ ]+ T1.本程序为学习struts的朋友提供一个例子。" I) w8 R9 z w( c3 ? : ?7 y1 K) J& R! {3 a( T8 c1 a2.本程序部分实现AJAX功能,采用DWR框架。( h X+ M l, C7 X k( ]: z( f2 v
Cpp1
- Huffman编码 [W,L,q]=huffman(P) 为huffman编码函数-Huffman coding
rsa
- RSA 金鑰 用以下的方式來產生一個公開金鑰和一個私密金鑰: 1. 隨機選擇兩個的質數p和q,p不等於q,計算N=p*q。 2. 選擇一個整數e,e與(p-1)*(q-1)互質,並且e小於(p-1)*(q-1) 。 3. 求一個值 d,d<(p-1)*(q-1),且(d*e)除以((p-1)*(q-1)) 的結果,其餘數為 1。 4. 將p和q的記錄銷毀。-RSA keys in the following way to generate a public key an
Scjg
- 变量n 的值为10。从键盘输入一个字符,当输入的字符为’!’时,计算 n!;当字符为’p’时,计算3 的n 次幂。循环输入字符,当输入’q’时,退出程序。-Variable n has a value of 10. Enter a character from the keyboard when the input character is ! , The calculation n! when the character is p , the calculation of the
calculator_logic_547101201
- 对输入合式公式(例如P->Q)并能转化为波兰式(->PQ)和逆波兰式(PQ->),程序简单、操作容易,是个练手的小程序-The input formed formulas (such as P-> Q) and can be converted into Polish (-> PQ) and Reverse Polish Notation (PQ-> ), the program is simple, easy to operate, is a small pr
BatchAddEmployee
- 类名:com.uisftech.hr.util.StringUtil.java。方法如下: 检查一个字符串是否为空(null、“”或全部为空格) 检查一个字符串是否为数字 解析一个文件名字符串,取文件的扩展名 解析一个文件名字符串,取丌含扩展名的文件名 生成一个指定位数的验证码,规则如下: • 验证码每一位可取:数字0~9,小写字母a、b、c、d、e、f、g、h、i、j、k、m、n、
LossGenerator
- The attached java code LossGenerator.java and Random.java may be used to generate the loss traces independently. The java trace file can be d as follows java LossVectorGenerator p q gBLER bBLER subsamp n seed offset vectorfile -The attached java
MachineTranslation
- java,EM算法,抛硬币的算法 有ABC三枚硬币,单次投掷出现正面的概率分别为π、p、q。(Java, EM algorithm, coin throwing algorithm There are ABC three coins, the probability of a single throw positive, respectively PI, P, Q.)