代码搜索:FREE 开发教程

找到约 10,000 项符合「FREE 开发教程」的源代码

代码结果 10,000
www.eeworm.com/read/371500/9551734

c findfree.c

#include "db.h" /* Try to find a free index record and accompanying data record * of the correct sizes. We're only called by db_store(). */ int _db_findfree(DB *db, int keylen, int datlen
www.eeworm.com/read/353619/10434786

c alloc.c

/* * alloc.c * Copyright (C) 2000-2003 Michel Lespinasse * Copyright (C) 1999-2000 Aaron Holtzman * * This file is part of mpeg2dec, a free MPEG-2 vid
www.eeworm.com/read/278813/10505056

c common.c

#include "common.h" #include "params.h" #include "main.h" frame *alloc_frame(int width, int height) { frame *f=calloc(1,sizeof(frame)); f->Lwidth=f->Lpitch=width; f->Lheight=height; f->L=mall
www.eeworm.com/read/278154/10561510

c xbanmul.c

/* Driver for routine banmul */ #include #define NRANSI #include "nr.h" #include "nrutil.h" #define NP 7 #define M1 2 #define M2 1 #define MP (M1+1+M2) int main(void) { uns
www.eeworm.com/read/278154/10561866

c xbandec.c

/* Driver for routine bandec */ #include #define NRANSI #include "nr.h" #include "nrutil.h" int main(void) { float d,**a,**al,*b,*x; unsigned long i,j,*indx; long idum=(-1);
www.eeworm.com/read/278154/10562272

c xqrupdt.c

/* Driver for routine qrdupd */ #include #include #define NRANSI #include "nr.h" #include "nrutil.h" #define NP 20 #define MAXSTR 80 int main(void) { int i,j,k,l,
www.eeworm.com/read/201685/6943220

c findfree.c

#include "db.h" /* Try to find a free index record and accompanying data record * of the correct sizes. We're only called by db_store(). */ int _db_findfree(DB *db, int keylen, int datlen
www.eeworm.com/read/458360/7298554

c norm2.c

/* @(#) norm2.c 1.3 1/27/86 17:49:18 */ /*ident "@(#)cfront:src/norm2.c 1.3" */ /************************************************************************ C++ source for cfront, the C++ compiler fro
www.eeworm.com/read/331180/12841508

c findfree.c

#include "db.h" /* Try to find a free index record and accompanying data record * of the correct sizes. We're only called by db_store(). */ int _db_findfree(DB *db, int keylen, int datlen) { int
www.eeworm.com/read/328041/13050695

cpp 074256_4.cpp

//074256_4.cpp #include"074256_1.h" //fuction free_matrix ---------------------------- //To free the memory void free_matrix(int **p_mat,int row) { int i=0; for(i=0;i