代码搜索:FREE 开发教程
找到约 10,000 项符合「FREE 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/249725/12477683
c object.c
/*
httperf -- a tool for measuring web server performance
Copyright (C) 2000 Hewlett-Packard Company
Contributed by David Mosberger-Tang
This file is part of http
www.eeworm.com/read/203708/15352800
c alloc.c
/*
* Copyright (C) 2001-2003 Hewlett-Packard Co.
* Contributed by Stephane Eranian
*
* This file is part of the ELILO, the EFI Linux boot loader.
*
* ELILO is free softwar
www.eeworm.com/read/103960/15715663
c close.c
#include "db.h"
void
db_close(DB *db)
{
_db_free(db); /* closes fds, free buffers & struct */
}
www.eeworm.com/read/103554/15729399
c memalloc.c
/*!
************************************************************************
* \file memalloc.c
*
* \brief
* Memory allocation and free helper funtions
*
* \author
* Main contributors
www.eeworm.com/read/100585/15870702
c close.c
#include "db.h"
void
db_close(DB *db)
{
_db_free(db); /* closes fds, free buffers & struct */
}
www.eeworm.com/read/179705/9344429
c fdfsolver.c
/* multifit/fdfsolver.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gener
www.eeworm.com/read/169337/9865104
c ballfre.c
#include
#include "filesys.h"
static unsigned int block_buf[BLOCKSIZ];
unsigned int balloc()
{
unsigned int free_block,free_block_num;
int i;
if(filsys.s_nfree == 0)
{
printf("\nDis
www.eeworm.com/read/424281/10474898
c fdfsolver.c
/* multifit/fdfsolver.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000, 2007 Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU
www.eeworm.com/read/459224/7278387
c ballfre.c
/************************************************/
/* */
/* ballfre.c */ // 该文件已经完成
/* */
/************************************************/
#include
www.eeworm.com/read/101039/6260637
sql dba_check.sql
SELECT TableSpace_Name, SUM(Blocks) AS Free_Blk,
TRUNC(SUM(BYTES)/(1024*1024)) AS Free_MB,
MAX(Bytes)/(1024) AS Big_Chunk_kB, COUNT(*) AS Num_Chunks
FROM DBA_FREE_SPACE
GROUP BY TableSpace_Na