代码搜索:FREE 有哪些应用?
找到约 10,000 项符合「FREE 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/245586/12793143
c exit-wait.c
// exit and wait system call
#include "hos.h"
void release_body(struct task_struct *p){
//free the body of p
unsigned long *dir=(unsigned long *)(mloc(p->mm.pgdir[0]));
free_pgframe(mloc(dir[USE
www.eeworm.com/read/312958/13600200
h ballfre.h
#include
#include "structure.h"
static unsigned int block_buf[BLOCKSIZ/sizeof(int)];
unsigned int balloc() //分配数据块
{
unsigned int free_block;
int i,flag;
if(filsys.s_nfree==0
www.eeworm.com/read/126430/6016878
c rlftfrag.c
#include "nrutil.h"
#define N2 256
#define N3 256
main() /* example1 */
{
void rlft3();
float ***data, **speq;
data=f3tensor(1,1,1,N2,1,N3);
speq=matrix(1,1,1,2*N2);
rlft3(data,speq
www.eeworm.com/read/102423/6232547
c rlftfrag.c
#include "nrutil.h"
#define N2 256
#define N3 256
main() /* example1 */
{
void rlft3();
float ***data, **speq;
data=f3tensor(1,1,1,N2,1,N3);
speq=matrix(1,1,1,2*N2);
rlft3(data,speq
www.eeworm.com/read/102395/6233685
t mcb_matching.t
/*******************************************************************************
+
+ LEDA 4.5
+
+
+ mcb_matching.t
+
+
+ Copyright (c) 1995-2004
+ by Algorithmic Solutions Software GmbH
+ All r
www.eeworm.com/read/158443/11616054
c rlftfrag.c
#include "nrutil.h"
#define N2 256
#define N3 256
main() /* example1 */
{
void rlft3();
float ***data, **speq;
data=f3tensor(1,1,1,N2,1,N3);
speq=matrix(1,1,1,2*N2);
rlft3(data,speq
www.eeworm.com/read/229410/14340386
c cleanup.c
/***************************************************************************/
/* This code is part of WWW grabber called pavuk */
/* Copyright (c) 1997 - 2001 Stefan Ondre
www.eeworm.com/read/124883/14529799
h heapchk.h
#include "copyleft.h"
/*
GEPASI - a simulator of metabolic pathways and other dynamical systems
Copyright (C) 1989, 1992, 1993 Pedro Mendes
*/
/*************************************/
www.eeworm.com/read/212063/15166318
h queens.h
const int max_board = 30;
class Queens {
public:
Queens(int size);
bool is_solved() const;
void print() const;
bool unguarded(int col) const;
void insert(int col);
void
www.eeworm.com/read/194581/8190140
c icy.c
#include "icy.h"
#include
struct icy_meta icy;
void init_icy()
{
init_stringbuf(&icy.name);
init_stringbuf(&icy.url);
icy.data = NULL;
icy.interval = 0;
icy.next = 0;
icy.changed =