代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/407093/11429981
c clinsolx.c
/*
* -- SuperLU routine (version 3.1) --
* Univ. of California Berkeley, Xerox Palo Alto Research Center,
* and Lawrence Berkeley National Lab.
* August 1, 2008
*
*/
#include "slu_cdefs.h"
mai
www.eeworm.com/read/407093/11429982
c dlinsolx.c
/*
* -- SuperLU routine (version 3.1) --
* Univ. of California Berkeley, Xerox Palo Alto Research Center,
* and Lawrence Berkeley National Lab.
* August 1, 2008
*
*/
#include "slu_ddefs.h"
mai
www.eeworm.com/read/407093/11429984
c superlu.c
/*! @file superlu.c
* \brief a small 5x5 example
*
*
* * -- SuperLU routine (version 2.0) --
* Univ. of California Berkeley, Xerox Palo Alto Research Center,
* and Lawrence Berkeley Natio
www.eeworm.com/read/407093/11429986
c zlinsolx1.c
/*
* -- SuperLU routine (version 3.0) --
* Univ. of California Berkeley, Xerox Palo Alto Research Center,
* and Lawrence Berkeley National Lab.
* October 15, 2003
*
*/
#include "slu_zdefs.h"
m
www.eeworm.com/read/407093/11430166
c cdrive.c
/*
* -- SuperLU routine (version 3.0) --
* Univ. of California Berkeley, Xerox Palo Alto Research Center,
* and Lawrence Berkeley National Lab.
* October 15, 2003
*
*/
/*
* File name: cdrive.
www.eeworm.com/read/407093/11430180
c zdrive.c
/*
* -- SuperLU routine (version 3.0) --
* Univ. of California Berkeley, Xerox Palo Alto Research Center,
* and Lawrence Berkeley National Lab.
* October 15, 2003
*
*/
/*
* File name: zdrive.
www.eeworm.com/read/402849/11526891
h memory.h
#include
typedef double COLOR[3]; /* red, green, blue (or X,Y,Z) */
static COLOR **rgb_image;
static int width, height;
static double ***min_stack;
static double ***max_sta
www.eeworm.com/read/157814/11661730
c ch5_7.c
void crt_bt_pre(JD *bt)
{ char ch;
printf("ch=");
scanf("%c",&ch);
getchar();
if(ch=='') bt=NULL;
else
{ bt=(JD *)malloc(sizeof(JD));
bt->data=ch;
crt_bt_p
www.eeworm.com/read/157653/11677183
test all.test
# 2001 September 15
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yo
www.eeworm.com/read/254999/12107152
c myprog13.c
/* Copyright (C) 2005 David Decotigny
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Softw