代码搜索:selection
找到约 9,869 项符合「selection」的源代码
代码结果 9,869
www.eeworm.com/read/340194/12174106
h selection.h
/*
* Copyright (C) 2004 Apple Computer, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the follow
www.eeworm.com/read/340194/12174117
cpp selection.cpp
/*
* Copyright (C) 2004 Apple Computer, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the follow
www.eeworm.com/read/253646/12207556
h _selection.h
#if !defined(AFX__SELECTION_H__99B144A1_93D9_4C73_8C1F_43005CBFDECE__INCLUDED_)
#define AFX__SELECTION_H__99B144A1_93D9_4C73_8C1F_43005CBFDECE__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif
www.eeworm.com/read/253646/12208040
cpp _selection.cpp
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your m
www.eeworm.com/read/233935/14127744
java selection.java
package sql4j.parser;
/**
* Insert the type's description here.
* Creation date: (10/20/00 1:20:48 AM)
* @author: Jianguo Lu
*/
import java.util.*;
import sql4j.schema.*;
pu
www.eeworm.com/read/128004/14320348
m selection.m
function [max_fitness_temp_position,decimal_space_selected,binary_space_selected,maxfitness_selection]=selection(decimal_space,binary_space,fitness_value,bits)
%Selection Function Of Simple Genetic
www.eeworm.com/read/226577/14457476
m selection.m
function [newpop]=selection(pop,fitvalue)
global popsize;
fitvalue=hjjsort(fitvalue);
totalfit=sum(fitvalue); %求适应值之和
fitvalue=fitvalue/totalfit; %单个个体被选择的概率
fitvalue=cumsum(fitvalu
www.eeworm.com/read/121748/14739469
qpr selection.qpr
SELECT *;
FROM stud_course!student;
WHERE Student.ssex = "Ů"
www.eeworm.com/read/121748/14739471
qpx selection.qpx
www.eeworm.com/read/118392/14873759
txt selection.txt
Apr 2003, S.Geerken@ping.de
=========
Selection
=========
The selection module (selection.[ch]) handles selections, as well as
activation of links, which is closely related.
General Overview
=====