代码搜索:Commonly
找到约 690 项符合「Commonly」的源代码
代码结果 690
www.eeworm.com/read/249703/12479001
m f6mod.m
% f6mod.m
% Schaffer's F6 function
% commonly used to test optimization/global minimization problems
%
% This version is a modified form, just the sum of 5 f6 functions with
% different centers t
www.eeworm.com/read/273525/4208222
hlp y_lcommon.hlp
{smcl}
{p 0 4}
{help contents:Top}
> {help y_progmat:Programming & matrices}
> {help y_programming:Programming}
> {help y_serious:Language}
{bind:> {bf:Commonly used programming commands}}
{p_e
www.eeworm.com/read/229812/4751590
gml dos4gwqa.gml
.* (c) Portions Copyright 1990, 1995 by Tenberry Software, Inc.
.*
.chap &dos4gprd Commonly Asked Questions
.*
.np
.ix '&dos4gprd' 'common questions'
.ix 'common questions' '&dos4gprd'
The foll
www.eeworm.com/read/104361/15697223
c util.c
/*
* util.c - commonly used utility functions.
*/
#include
#include
#include
#include "util.h"
void *checked_malloc(int len)
{void *p = malloc(len);
if (!
www.eeworm.com/read/104361/15697246
c util.c
/*
* util.c - commonly used utility functions.
*/
#include
#include
#include
#include "util.h"
void *checked_malloc(int len)
{void *p = malloc(len);
if (!
www.eeworm.com/read/104361/15697254
c util.c
/*
* util.c - commonly used utility functions.
*/
#include
#include
#include
#include "util.h"
void *checked_malloc(int len)
{void *p = malloc(len);
if (!
www.eeworm.com/read/16793/691162
tests posix2.tests
#! /bin/sh
# posix-2.sh - Simple identification tests for POSIX.2 features
# commonly missing or incorrectly implemented.
# Time-stamp:
# By Stephen Gildea Ma
www.eeworm.com/read/330303/3425737
hpp aux.hpp
#ifndef INDII_ML_AUX_AUX_HPP
#define INDII_ML_AUX_AUX_HPP
/**
* @file aux.hpp
*
* Precompilable header file. Includes all headers from
* indii::ml::aux, which are commonly used by other sources.
www.eeworm.com/read/316872/3604595
txt l2tp.txt
This brief document describes how to use the kernel's PPPoL2TP driver
to provide L2TP functionality. L2TP is a protocol that tunnels one or
more PPP sessions over a UDP tunnel. It is commonly used for
www.eeworm.com/read/407072/2271020
hpp aux.hpp
#ifndef INDII_ML_AUX_AUX_HPP
#define INDII_ML_AUX_AUX_HPP
/**
* @file aux.hpp
*
* Precompilable header file. Includes all headers from
* indii::ml::aux, which are commonly used by other sources.