代码搜索:FREE 开发教程

找到约 10,000 项符合「FREE 开发教程」的源代码

代码结果 10,000
www.eeworm.com/read/461264/7230790

pro delvarx.pro

;+ ; NAME: ; DELVARX ; PURPOSE: ; Delete variables for memory management (can call from routines) ; EXPLANATION: ; Like intrinsic DELVAR function, but can be used from any calling level ; ; CALLIN
www.eeworm.com/read/460247/7254930

c nrutil.c

#include #include #include #define NR_END 1 #define FREE_ARG char* void nrerror(char error_text[]) /* Numerical Recipes standard error handler */ { fpri
www.eeworm.com/read/331180/12841549

c close.c

#include "db.h" void db_close(DB *db) { _db_free(db); /* closes fds, free buffers & struct */ }
www.eeworm.com/read/143472/12873287

txt readme.txt

本节给出三个非常实用和高速的内存分配函数。读者可以直接拷贝这三个函数到程序中去,使用Allocate()和My_Free()代替系统提供的alloc()和free()函数。调试环境为TC2.0或者TC3.0
www.eeworm.com/read/143389/12879051

c malloc.c

#include #include #include #ifndef DEBUG # define debug_printf(x...) #endif /* * Make sure we're aligned to this */ #define OVERHEAD 16 struct free
www.eeworm.com/read/142093/12962688

c memalloc.c

/*! ************************************************************************ * \file memalloc.c * * \brief * Memory allocation and free helper funtions * * \author * Main cont
www.eeworm.com/read/142093/12962882

c memalloc.c

/*! ************************************************************************ * \file memalloc.c * * \brief * Memory allocation and free helper funtions * * \author * Main contributors
www.eeworm.com/read/139776/13134589

c nrutil.c

/* CAUTION: This is the ANSI C (only) version of the Numerical Recipes utility file nrutil.c. Do not confuse this file with the same-named file nrutil.c that is supplied in the same subdirecto
www.eeworm.com/read/241362/13151868

c memalloc.c

/*! ************************************************************************ * \file memalloc.c * * \brief * Memory allocation and free helper funtions * * \author * Main cont
www.eeworm.com/read/241362/13152143

c memalloc.c

/*! ************************************************************************ * \file memalloc.c * * \brief * Memory allocation and free helper funtions * * \author * Main contributors