代码搜索:Multiple
找到约 9,501 项符合「Multiple」的源代码
代码结果 9,501
www.eeworm.com/read/280578/10312866
js calendar-setup_stripped.js
/* Copyright Mihai Bazon, 2002, 2003 | http://dynarch.com/mishoo/
* ---------------------------------------------------------------------------
*
* The DHTML Calendar
*
* Details and late
www.eeworm.com/read/161772/10376709
c returns.c
/* Demonstrates using multiple return statements in a function. */
#include
int x, y, z;
int larger_of( int a, int b);
int main( void )
{
puts("Enter two different integer
www.eeworm.com/read/424783/10413170
h fs_dev.h
/*
**********************************************************************
* Micrium, Inc.
* 949 Crestview Circle
* Weston, FL 333
www.eeworm.com/read/279381/10442732
m fidelity_error.m
function fidelity_error(freq,Ny_multiple);
% fidelity_error(freq,Ny_multiple);
%
% This script demonstrates how sampling faster than the Nyquist
% frequency forces amplitude modulation for all sample
www.eeworm.com/read/161159/10443134
c match.c
/* match.c - simple shell-style filename matcher
**
** Only does ? * and **, and multiple patterns separated by |. Returns 1 or 0.
**
** Copyright
www.eeworm.com/read/422270/10651199
m royalroads.m
% The royal roads function. The chromosome length (i.e. len)
% should be a multiple of 8
function fitness=R1(pop)
[popSize len]=size(pop);
fitness=zeros(popSize,1);
for i=1:8:len
temp=sum(p
www.eeworm.com/read/350482/10740881
c bn_mp_cnt_lsb.c
#include
#ifdef BN_MP_CNT_LSB_C
/* LibTomMath, multiple-precision integer library -- Tom St Denis
*
* LibTomMath is a library that provides multiple-precision
* integer arithmetic as we
www.eeworm.com/read/350482/10740985
c bn_error.c
#include
#ifdef BN_ERROR_C
/* LibTomMath, multiple-precision integer library -- Tom St Denis
*
* LibTomMath is a library that provides multiple-precision
* integer arithmetic as well as
www.eeworm.com/read/350482/10741246
c bn_mp_div_2.c
#include
#ifdef BN_MP_DIV_2_C
/* LibTomMath, multiple-precision integer library -- Tom St Denis
*
* LibTomMath is a library that provides multiple-precision
* integer arithmetic as well
www.eeworm.com/read/350482/10741256
c bn_mp_clamp.c
#include
#ifdef BN_MP_CLAMP_C
/* LibTomMath, multiple-precision integer library -- Tom St Denis
*
* LibTomMath is a library that provides multiple-precision
* integer arithmetic as well