代码搜索:FREE 开发教程
找到约 10,000 项符合「FREE 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/326038/13169523
txt readme.txt
本节给出三个非常实用和高速的内存分配函数。读者可以直接拷贝这三个函数到程序中去,使用Allocate()和My_Free()代替系统提供的alloc()和free()函数。调试环境为TC2.0或者TC3.0
www.eeworm.com/read/238907/13315251
c malloc.c
#include
#include
#include
#undef DEBUG
#ifdef DEBUG
#define PRINTF(fmt, args...) printf("%s-%s()[%d]: " fmt, __FILE__, \
__FUNCTION__, __LINE__,
www.eeworm.com/read/314425/13567777
lst task.lst
C51 COMPILER V8.02 TASK 11/05/2004 10:43:35 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE TASK
OBJECT MODULE PLACED IN TA
www.eeworm.com/read/309215/13678944
txt readme.txt
本节给出三个非常实用和高速的内存分配函数。读者可以直接拷贝这三个函数到程序中去,使用Allocate()和My_Free()代替系统提供的alloc()和free()函数。调试环境为TC2.0或者TC3.0
www.eeworm.com/read/140847/5779495
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 'misc' subdirect
www.eeworm.com/read/139291/5804716
c apr_ldap_url.c
/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in c
www.eeworm.com/read/136072/5874895
h heap.h
/*
* libc/stdlib/malloc/heap.h -- heap allocator used for malloc
*
* Copyright (C) 2002,03 NEC Electronics Corporation
* Copyright (C) 2002,03 Miles Bader
*
* This file is su
www.eeworm.com/read/133943/5897678
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 'misc' subdirect
www.eeworm.com/read/132652/5910819
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 'misc' subdirect
www.eeworm.com/read/132649/5915575
c nrutil.c
/*
* ===========================================================================
* PRODUCTION $Log: nrutil.c,v $
* PRODUCTION Revision 1000.0 2003/10/29 19:41:43 gouriano
* PRODUCTION PRODUCTION