代码搜索:selection

找到约 9,869 项符合「selection」的源代码

代码结果 9,869
www.eeworm.com/read/437663/1829836

sql view_vendor_selection.sql

if object_id('dbo.view_Vendor_Selection') is not null drop view dbo.view_Vendor_Selection go create view view_Vendor_Selection as select a.vendor_id,b.vendor_nm,a.hpn,a.cpn,a.mpn,a.descriptio
www.eeworm.com/read/437663/1829879

sql viw_price_selection.sql

if object_id('dbo.Viw_Price_Selection') is not null drop view dbo.Viw_Price_Selection go create view Viw_Price_Selection as select (select count(*) from PO_Price_mstr where isnull(hpn,'')''
www.eeworm.com/read/416749/2117001

svn-base selection.smarty.svn-base

K 13 svn:eol-style V 6 native K 12 svn:keywords V 23 Author Date Id Revision END
www.eeworm.com/read/416749/2117014

tmp selection.smarty.2.tmp

{if empty($vocab)} {$context->sEmptyMessage} {else}
www.eeworm.com/read/416749/2117032

tmp simple_selection.smarty.tmp

{if empty($vocab)} {$context->sEmptyMessage} {else} {* radio or checkboxes *} {if $options.multi} {foreach item=lookup
www.eeworm.com/read/416749/2117046

svn-base selection.smarty.svn-base

{if empty($vocab)} {$context->sEmptyMessage} {else}
www.eeworm.com/read/416749/2118111

smarty browse_lookup_selection.smarty

{i18n}Select a Field{/i18n} {i18n}In some circumstances it is useful to view all documents with a given value for a lookup field. Select the lookup field from the
www.eeworm.com/read/395890/2432049

asv my_sga_selection.asv

% 选择复制 % 选择或复制操作是决定哪些个体可以进入下一代。程序中采用赌轮盘选择法选择,这种方法较易实现。 % 根据方程 pi=fi/∑fi=fi/fsum ,选择步骤: % 1)在第 t 代,由(1)式计算 fsum 和 pi % 2)产生 {0,1} 的随机数 rand( .),求 s=rand( .)*fsum % 3)求 ∑fi≥s 中最小的 k ,则第 k 个个体被选中
www.eeworm.com/read/395890/2432088

m my_sga_selection.m

%遗传算法子程序 %Name: selection.m %选择复制 function [newpop,dna_best,dna_best_value]=my_sga_selection(popsize,pop,fitvalue) %函数说明 %入口参数:pop 当前处理的种群, % fitvalue 适应度值数组 % pops
www.eeworm.com/read/395890/2432116

asv my_sga_selection.asv

% 选择复制 % 选择或复制操作是决定哪些个体可以进入下一代。程序中采用赌轮盘选择法选择,这种方法较易实现。 % 根据方程 pi=fi/∑fi=fi/fsum ,选择步骤: % 1)在第 t 代,由(1)式计算 fsum 和 pi % 2)产生 {0,1} 的随机数 rand( .),求 s=rand( .)*fsum % 3)求 ∑fi≥s 中最小的 k ,则第 k 个个体被选中