代码搜索:replacements
找到约 175 项符合「replacements」的源代码
代码结果 175
www.eeworm.com/read/323581/3514541
for renumb.for
SUBROUTINE RENUMB
*-----------------------------------------------------------------------
*
* Processes one routine statement by statement:
* filtering, replacements
*
*--------------------
www.eeworm.com/read/338701/12287778
txt use.txt
Little-endian replacements for DataInputStream,
DataOutputStream and RandomAccessFile. They work just like
DataInputStream, DataOutputStream and RandomAccessFile
except they work with little-endian
www.eeworm.com/read/443568/1739299
txt use.txt
Little-endian replacements for DataInputStream,
DataOutputStream and RandomAccessFile. They work just like
DataInputStream, DataOutputStream and RandomAccessFile
except they work with little-endian
www.eeworm.com/read/265160/11278610
inf chemtxt.inf
[DSP upload]
Filename=chemtxt.zip
Replacements=
Version=1
FileURL=
Description=A collection of components to display chemical formulae and equations with automatically placed subscripts and sup
www.eeworm.com/read/228854/4762526
h clapack.h
// Headers from CLAPACK, downloaded at http://www.netlib.org/clapack/.
// Modifications (by Vivien Mallet):
// Replacements:
// integer --> LAPACK_INTEGER
// real --> LAPACK_REAL
www.eeworm.com/read/334125/3372649
c mprprintf.c
/**
* @file mprPrintf.c
* @brief Printf routines safe for embedded programming
* @overview This module provides safe replacements for the standard
* printf formatting routines.
* @remarks Most
www.eeworm.com/read/334125/3372650
c mprstring.c
/**
* @file mprString.c
* @brief String routines safe for embedded programming
* @overview This module provides safe replacements for the standard
* string library.
* @remarks Most routines in
www.eeworm.com/read/438718/1822856
py stdwinq.py
# Replacements for getevent() and pollevent(),
# and new functions ungetevent() and sync().
# Every library module should ideally use this instead of
# stdwin.{get,poll}event(), so applications can
www.eeworm.com/read/105612/15663971
c kmalloc.c
/* LittleOS project
* This code has been adapted by Pascal Lacroix for LittleOS
* 08/98
*/
/*
* Replacements for the C library malloc routines, based on the malloc
* from the Atari ST g
www.eeworm.com/read/216450/4893643
c gethostent.c
/* gethostent() - Interface to /etc/hosts Author: Kees J. Bot
* 31 May 1999
*/
/* Prefix the functions defined here with underscores to distinguish them
* from the newer replacements in th