代码搜索:概率分析

找到约 10,000 项符合「概率分析」的源代码

代码结果 10,000
www.eeworm.com/read/262387/11590082

m mutation.m

function [newpop]=mutation(pop,pm) global popsize N length; for i=1:popsize if(rand
www.eeworm.com/read/256954/11963184

m mutation.m

function [newpop]=mutation(pop,pm) global popsize N length; for i=1:popsize if(rand
www.eeworm.com/read/152326/12121110

m mutation.m

function [newpop]=mutation(pop,pm) global popsize N length; for i=1:popsize if(rand
www.eeworm.com/read/226577/14457488

m mutation.m

function [newpop]=mutation(pop,pm) global popsize N length; for i=1:popsize if(rand
www.eeworm.com/read/221995/14712474

bas module1.bas

Attribute VB_Name = "Module1" Type hafman p As Single '概率 n As Integer '标记的值 0或1 pointer As Integer '指向下一个的值 str As String cha As String End Type
www.eeworm.com/read/455299/1623296

lua twenemy06_2_utask_64.lua

--description: 青螺岛山洞敌人出师任务战斗死亡 --author: yuanlan --date: 2003/4/28 function twenemy06_2_UTask_64() if ( HaveItem("天王遗书") == 0) then i = random(0,2) --概率为30% if (i == 0) then
www.eeworm.com/read/455299/1623368

lua twenemy06_1_utask_62.lua

--description: 青螺岛敌人出师任务战斗死亡 --author: yuanlan --date: 2003/4/28 function twenemy06_1_UTask_62() if ( HaveItem("天王帮钥匙") == 0) then i = random(0,1) --概率为50% if (i == 0) then
www.eeworm.com/read/164520/5489430

bas 正态分布m.bas

Attribute VB_Name = "modMethod" Option Explicit '计算正态分布函数 'x:正态偏离点 'F:下侧概率 Public Sub Norm(x, F) Dim y As Double, ER As Double, Q As Double Dim A Const a1 As Double = 0.0705230784
www.eeworm.com/read/164520/5489440

bas 正态分布图m.bas

Attribute VB_Name = "modMethod" Option Explicit '计算正态分布函数 'u:正态偏离点 'p:下侧概率 Public Sub Norm(u, P) Dim y As Double, ER As Double, Q As Double Dim A Const a1 As Double = 0.070523078
www.eeworm.com/read/154133/5640340

bas 正态分布m.bas

Attribute VB_Name = "modMethod" Option Explicit '计算正态分布函数 'x:正态偏离点 'F:下侧概率 Public Sub Norm(x, F) Dim y As Double, ER As Double, Q As Double Dim A Const a1 As Double = 0.0705230784