代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/363039/9970509
c uart1.c
/*****************************************
NAME: uart1.c
DESC: UART1 test
WWW.YCTEK.COM
*****************************************/
#include
#include
#include "2410a
www.eeworm.com/read/167357/9971352
cpp fvsimage.cpp
// This file contains the implementation for FvsImage class
#ifndef __FVSIMAGE_IMPLEMENTATION__
#define __FVSIMAGE_IMPLEMENTATION__
#include
#include "fvsimage.h"
#include "vector.h"
//
www.eeworm.com/read/166031/10040071
cpp wzj1.cpp
//--------------------
//Author:
//Computer:Legend 800
//OS:windows 2000
//Compile:VC++ 6.0
//--------------------
#include "stdio.h"
#include "stdlib.h"
#include "math.h"
#include "iostrea
www.eeworm.com/read/165375/10066026
cpp parser.cpp
//**********************************
//语法语义分析程序
//**********************************
#include
#include
#include
typedef struct stack
{
char name[20];
int cod
www.eeworm.com/read/164001/10135272
txt c_freeregisterenginesourcecode.txt
#include "stdlib.h"
#include "stdio.h"
int main(int argc, char* argv[])
{
char chKey[128] = {0};
unsigned int unXORCode, unRemainder, unQuotient, unTmp, unMachineCode;
www.eeworm.com/read/359581/10135313
c mall.c
/* mall.c -- use the Queue interface */
/* compile with queue.c */
#include
#include /* for rand() and srand() */
#include /* for time()
www.eeworm.com/read/358682/10182157
cpp binary.cpp
// binary.cpp -- binary file I/O
#include // not required by most systems
#include
#include
#include // (or stdlib.h) for exit()
inline void eatline()
www.eeworm.com/read/357189/10213929
txt c连接sql server.txt
//C连接SQL SERVER
#include
#include
void main()
{
CString SQL;
::CoInitialize(NULL);
_RecordsetPtr PRs("ADODB.Recordset");
_ConnectionPtr PConn(
www.eeworm.com/read/356874/10219880
c mall.c
/* mall.c -- use the Queue interface */
/* compile with queue.c */
#include
#include /* for rand() and srand() */
#include /* for time()