代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/494192/6380126
h utils.h
#ifndef UTILS_H
#define UTILS_H
#include
#include
#include
#include
#include
using namespace std;
//----------------------------------
www.eeworm.com/read/493165/6407451
cpp object.cpp
/* GL_shadow: an implementation of the stencil shadow volume technique
* Copyright (C) 2005 Angelo "Encelo" Theodorou
*
* object.c: simple and DIRTY Wavefront OBJ loader
*/
#include
www.eeworm.com/read/491548/6437460
c ref_dis.c
//**************************************
// I N C L U D E
//**************************************
#include
#include
#include
#include
www.eeworm.com/read/490828/6443036
cpp 13-2a.cpp
#include
#include
main( )
{FILE *in,*out;
char ch,infile[10],outfile[10];
printf("Enter the infile name:\n");
scanf("%s",infile
www.eeworm.com/read/490520/6447064
cpp 13-2a.cpp
#include
#include
main( )
{FILE *in,*out;
char ch,infile[10],outfile[10];
printf("Enter the infile name:\n");
scanf("%s",infile
www.eeworm.com/read/489302/6478112
l mylexer.l
%{
#include "stdio.h"
#include "stdlib.h"
%}
letter [a-zA-Z]
digit [0-9]
id {letter}{letter}*
number {digit}{digit}*
string \"[^\n]*\"
comment "/*"([^\*]|(\*)*[^\*/])*(\*)*"*/"
www.eeworm.com/read/488103/6496774
c mcmpfft.c
#include
#include
#include
#include "msp.h"
void mcmpfft(complex x[],int n,int isign)
{
/*---------------------------------------------------------------------
Ro
www.eeworm.com/read/488103/6496776
c msplfft.c
#include
#include
#include
#include "msp.h"
void msplfft(complex x[],int n,int isign)
{
/*----------------------------------------------------------------------
R
www.eeworm.com/read/485934/6550758
c uart1.c
/*****************************************
NAME: uart1.c
DESC: UART1 test
WWW.YCTEK.COM
*****************************************/
#include
#include
#include "2410a
www.eeworm.com/read/482708/6621500
cpp studentcommunicationsmanagementsystem.cpp
#include
#include
#include
#include
struct Book
{
char name[10];
char sex[5];
int num;
char add[20];
Book *next;
};
void InitBoo