代码搜索:performs
找到约 4,693 项符合「performs」的源代码
代码结果 4,693
www.eeworm.com/read/323721/13325388
m recmut.m
% RECLIN.M (line RECombination with MUTation features)
%
% This function performs line recombination with mutation features between
% pairs of individuals and returns the new individuals afte
www.eeworm.com/read/318905/13467124
c audio.c
/*
* ======== audio.c ========
*
* This example demonstrates the use of LIO drivers with PIPs and
* the lio_pip adapter code. The application performs a loopback, that
* is audio data is
www.eeworm.com/read/318890/13467657
c audio.c
/*
* ======== audio.c ========
*
* This example demonstrates the use of LIO drivers with PIPs and
* the lio_pip adapter code. The application performs a loopback, that
* is audio data is
www.eeworm.com/read/312016/13620169
m deblock.m
% deblock - smooth blocking artifacts
%
% SYNOPSIS
% deblock(X)
% deblock(X, ...)
%
% DESCRIPTION
% deblock performs a smoothing procedure in an effort to reduce
% blocking artifacts (the telltale d
www.eeworm.com/read/301669/13852929
txt 说明.txt
This Program Performs the following:
(1) Animates the movement of a Billiard Ball on a table that has a surface friction (mu) and coefficient of restitution (e) for the sides and saves it as an AVI f
www.eeworm.com/read/141279/5774115
cc head.cc
#include "TheStrut.h"
//performs head movement
void TheStrut::DoHeadLocomotion() {
if (prevPointsSet == false) return;
/* if (headTilt < -88.5) headTilt = -88.5;
if (headTilt > 43) headTil
www.eeworm.com/read/130382/5957258
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/482608/6619692
c destroy.c
#include "catalog.h"
//
// Destroys a relation. It performs the following steps:
//
// removes the catalog entry for the relation
// destroys the heap file containing the tuples in the relation
//
www.eeworm.com/read/479405/6694512
m vllwb.m
% vllwb.m
% Scope: This MATLAB macro performs the transformation from wander azimuth
% local level frame to GPS body frame for a given position vector
www.eeworm.com/read/479405/6694519
m vbllw.m
% vbllw.m
% Scope: This MATLAB macro performs the transformation from GPS body frame
% to wander azimuth local level frame for a given position vector
%