代码搜索:Select
找到约 10,000 项符合「Select」的源代码
代码结果 10,000
www.eeworm.com/read/274660/6288503
c select.c
/*
** 2001 September 15
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiven
www.eeworm.com/read/407867/6289104
java select.java
package zichan;
import javax.swing.JPanel;
import javax.swing.JLabel;
import java.awt.Rectangle;
import javax.swing.JTextField;
import javax.swing.JButton;
import java.awt.GridLayout;
import
www.eeworm.com/read/322905/6301572
c select.c
/*
* This file contains the procedures for the handling of select
*
* Created for Linux based loosely upon Mathius Lattner's minix
* patches by Peter MacDonald. Heavily edited by Linus.
*/
www.eeworm.com/read/360136/6306408
asv select.asv
function y=select(gt,length,alpha)
%选择复制操作,主要思想是基于排名的轮盘赌选择
%alpha越大,则越择优复制进入下一代,推荐alpha=0.1
[var1,var2]=size(gt);
gtb=gt;
[aftercost,aftersort]=sort(rawcost,2);
for i=1:var1
gt(i,:)=gtb(aft
www.eeworm.com/read/360136/6306412
m select.m
function y=select(gt,pathlength,alpha)
%选择复制操作,主要思想是基于排名的轮盘赌选择
%alpha越大,则越择优复制进入下一代,推荐alpha=0.1
%gt为种群,length为种群中各个路径的长度
[var1,var2]=size(gt);
gtb=gt;
[aftercost,aftersort]=sort(pathlength,2);
www.eeworm.com/read/111945/6307240
h select.h
/* These defines determine the meaning of the fFlags variable. The low byte
* is used for the various types of "boxes" to draw. The high byte is
* available for special commands.
*/
#define
www.eeworm.com/read/111945/6307287
c select.c
/****************************************************************************
PROGRAM: Select.c
PURPOSE: Contains library routines for selecting a region
FUNCTIONS:
StartSelec
www.eeworm.com/read/311612/6312158
cpp select.cpp
#include
#include
#include
#include
struct my_fd_set{
fd_set fs; //定义文件描述符集fs
unsigned int nconnect; //文件描述符集fs中文件描述符的个数
unsigned int n
www.eeworm.com/read/285945/6342115
cur select.cur
www.eeworm.com/read/377729/6356751