代码搜索:based
找到约 10,000 项符合「based」的源代码
代码结果 10,000
www.eeworm.com/read/157533/11693368
m binarymutation.m
function [parent] = binaryMutate(parent,bounds,Ops)
% Binary mutation changes each of the bits of the parent
% based on the probability of mutation
%
% function [newSol] = binaryMutate(parent,bounds,O
www.eeworm.com/read/157007/11745794
c ch05.07.c
// note: no compiler available at this time to compile
#include
int main()
{
for ( int ix = 0;
// assigns done true or false based on
// whether ix is equal to 10
www.eeworm.com/read/156908/11752991
s mrmuldv.s
/
/ GNU C for Linux (and other 386 based Linux/Unix??)
/
/
.file "mrmuldv.s"
.text
.globl muldiv
muldiv:
pushl %ebp
movl %esp,%ebp
www.eeworm.com/read/345952/11777891
m binarymutation.m
function [parent] = binaryMutate(parent,bounds,Ops)
% Binary mutation changes each of the bits of the parent
% based on the probability of mutation
%
% function [newSol] = binaryMutate(parent,bounds,O
www.eeworm.com/read/259531/11784464
c snprintf.c
/*
* This version of snprintf() and vsnprintf() is based on Sprint from
* SIO by Panagiotis Tsirigotis, as included with xidentd-2.2.1.
*
* The modifications were made by The XFree86 Project, Inc
www.eeworm.com/read/345593/11806294
pas unit1.pas
{: A demo for TGLHUDText using the WindowsBitmapFont component.
The WindowsBitmapFont can automatically generate a font texture based on
one of the standard windows fonts. The texture dim
www.eeworm.com/read/345593/11806657
txt readme - shadows.txt
Z-Shadows for GLScene
----------------------
Rene Lindsay
22 October 2001
Overview
---------
This component is an extention to Eric Grange's excelent GLScene OpenGL Library,
which is based on
www.eeworm.com/read/156364/11809238
c ch05.07.c
// note: no compiler available at this time to compile
#include
int main()
{
for ( int ix = 0;
// assigns done true or false based on
// whether ix is equal to 10
www.eeworm.com/read/155843/11844055
m opt_filter.m
%-----------------------------------------------------------------------------------------
% 本程序直接摘自文献:
% S. K. Mitra. Digital Signal Processing: A Computer-Based Approach. Second Edition,
%