代码搜索:performs

找到约 4,693 项符合「performs」的源代码

代码结果 4,693
www.eeworm.com/read/396039/2423838

c bcastvec.c

/* * This program performs some simple tests of the MPI_Bcast broadcast * functionality. * * It checks the handling of different datatypes by different participants * (with matching type signatur
www.eeworm.com/read/365785/2895452

c exec.c

/* This file handles the EXEC system call. It performs the work as follows: * - see if the permissions allow the file to be executed * - read the header and extract the sizes * - fetch th
www.eeworm.com/read/362762/2927428

c exec.c

/* This file handles the EXEC system call. It performs the work as follows: * - see if the permissions allow the file to be executed * - read the header and extract the sizes * - fetch th
www.eeworm.com/read/360524/2960996

s yuv12-rgb16.s

;------------------------------------------------------------------------- ; cxm12161 -- This function performs YUV12-to-RGB16 color conversion for H26x. ; It handles any format in which
www.eeworm.com/read/258893/4349187

c pgprandompool.c

/* * True random number computation and storage * * Wrtten by Colin Plumb. * * This performs a strong hash on the data as it is fed into the * pool, and the pool is again strongly hashed t
www.eeworm.com/read/158224/5597848

sci tournselect.sci

function[newPop] = TournSelect(oldPop,options) // Performs a tournament selection. // // function[newPop] = TournSelect(oldPop,options) // newPop - the new population selected from the oldPop //
www.eeworm.com/read/472021/6878156

m chaingui.m

function chaingui(action) %CHAINGUI Chain matrix multiply optimization GUI. % CHAINGUI performs optimization of a specified matrix multiply % chain by determining the parenthesization of multiplic
www.eeworm.com/read/471348/6890543

m recint.m

% RECINT.M (RECombination extended INTermediate) % % This function performs extended intermediate recombination between % pairs of individuals and returns the new individuals after mating. %
www.eeworm.com/read/471348/6890599

m xovshrs.m

% XOVSHRS.M (CROSSOVer SHuffle with Reduced Surrogate) % % This function performs shuffle 'reduced surrogate' crossover between % pairs of individuals and returns the current generation after