代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/442982/7640586
c munwrap.c
#include
#include
#include
#include "msp.h"
void munwrap(float phase[],int n)
{
/*----------------------------------------------------------------------
Routine
www.eeworm.com/read/439360/7711608
c alloc.c
#include
/* Allocate memory for a rows*cols array of floats.
* The elements within a column are contiguous in memory, and columns
* themselves are also contiguous in memory.
*/
fl
www.eeworm.com/read/438073/7737268
c munwrap.c
#include
#include
#include
#include "msp.h"
void munwrap(float phase[],int n)
{
/*----------------------------------------------------------------------
Routine
www.eeworm.com/read/436521/7768611
c insert2.c
/*
** Insert into an ordered, singly linked list. The arguments are
** a pointer to the root pointer for the list, and the value to
** insert.
*/
#include
#include
#includ
www.eeworm.com/read/436521/7768617
c insert3.c
/*
** Insert into an ordered, singly linked list. The arguments are
** a pointer to the first node in the list, and the value to
** insert.
*/
#include
#include
#include "
www.eeworm.com/read/436521/7768618
c insert1.c
/*
** Insert into an ordered, singly linked list. The arguments are
** a pointer to the first node in the list, and the value to
** insert.
*/
#include
#include
#include "
www.eeworm.com/read/299869/7827677
c munwrap.c
#include
#include
#include
#include "msp.h"
void munwrap(float phase[],int n)
{
/*----------------------------------------------------------------------
Routine
www.eeworm.com/read/434700/7848825
c 4_2_1.c
/* ======================================== */
/* 程式实例: 4_2_1.c */
/* 含开头节点的环状链结串列的多项式 */
/* ======================================== */
#include
struc
www.eeworm.com/read/434700/7848900
c 5_13_2.c
/* ======================================== */
/* 程式实例: 5_13_2.c */
/* 使用链结串列来构建输出限制性双队列 */
/* ======================================== */
#include
struct
www.eeworm.com/read/434700/7848938
c 3_1_1c.c
/* ======================================== */
/* 程式实例: 3_1_1c.c */
/* 计算各科平均成绩(动态记忆体配置) */
/* ======================================== */
#include
void m