代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/16495/672947
c mem.c
/**
* @file
* Dynamic memory manager
*
* This is a lightweight replacement for the standard C library malloc().
*
* If you want to use the standard C library malloc() instead, define
* MEM_LIBC
www.eeworm.com/read/16793/691116
tests tilde.tests
# this is needed because posix mode restricts tilde expansion to assignment
# statements preceding a command, instead of the default of expanding all
# assignment statements on the line (e.g., after `
www.eeworm.com/read/17070/709831
c mem.c
/**
* @file
* Dynamic memory manager
*
* This is a lightweight replacement for the standard C library malloc().
*
* If you want to use the standard C library malloc() instead, define
* MEM_LIBC
www.eeworm.com/read/34862/891046
h lwippools.h
/* OPTIONAL: Pools to replace heap allocation
* Optional: Pools can be used instead of the heap for mem_malloc. If
* so, these should be defined here, in increasing order according to
* the poo
www.eeworm.com/read/494230/1160941
cpp sieve2.cpp
/**
@version 1.21 2004-08-03
author Cay Horstmann
*/
/**
This program runs the Sieve of Erathostenes benchmark,
using a handwritten BitSet class instead of the library class.
www.eeworm.com/read/494230/1160942
java sieve2.java
/**
@version 1.0 2004-08-03
@author Cay Horstmann
*/
/**
This program runs the Sieve of Erathostenes benchmark,
using a handwritten BitSet class instead of the library class.
www.eeworm.com/read/484096/1272001
todo
* Reorganize siman interfaces to allow iterative use.
* Maybe the routines can be made to work with pointers instead of structs
so that only pointer manipulation is done by the siman algorithm and
www.eeworm.com/read/483600/1275794
cpp sieve2.cpp
/**
@version 1.21 2004-08-03
author Cay Horstmann
*/
/**
This program runs the Sieve of Erathostenes benchmark,
using a handwritten BitSet class instead of the library class.
www.eeworm.com/read/483600/1275795
java sieve2.java
/**
@version 1.0 2004-08-03
@author Cay Horstmann
*/
/**
This program runs the Sieve of Erathostenes benchmark,
using a handwritten BitSet class instead of the library class.