代码搜索:FREE 开发教程
找到约 10,000 项符合「FREE 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/104664/15685764
cpp dllmain.cpp
/////////////////////////////////////////////////////////////////////////////
// Copyright (C) 1998 by J鰎g K鰊ig
// All rights reserved
//
// This file is part of the completely free tetris clone "
www.eeworm.com/read/100112/15884408
cpp dllmain.cpp
/////////////////////////////////////////////////////////////////////////////
// Copyright (C) 1998 by J鰎g K鰊ig
// All rights reserved
//
// This file is part of the completely free tetris clone "
www.eeworm.com/read/192259/8391281
c close.c
#include "db.h"
void
db_close(DB *db)
{
_db_free(db); /* closes fds, free buffers & struct */
}
www.eeworm.com/read/189512/8466874
c parse.c
/* Copyright (c) 1994 Sun Wu, Udi Manber, Burra Gopal. All Rights Reserved. */
/* the functions in this file parse a string that represents
a regular expression, and return a pointer to a syntax
www.eeworm.com/read/189219/8484348
c close.c
#include "db.h"
void
db_close(DB *db)
{
_db_free(db); /* closes fds, free buffers & struct */
}
www.eeworm.com/read/390009/8489672
txt readme.txt
本节给出三个非常实用和高速的内存分配函数。读者可以直接拷贝这三个函数到程序中去,使用Allocate()和My_Free()代替系统提供的alloc()和free()函数。调试环境为TC2.0或者TC3.0
www.eeworm.com/read/186875/8898422
h svd.h
// SVD.h: SVD 僋儔僗偺僀儞僞乕僼僃僀僗
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SVD_H__D804F4AB_8C10_44B3_8C5B_19E0A44A0C8E__INCLUDED_)
#define AFX_SVD_H__D
www.eeworm.com/read/185783/8985792
c close.c
#include "db.h"
void
db_close(DB *db)
{
_db_free(db); /* closes fds, free buffers & struct */
}
www.eeworm.com/read/181522/9247377
txt readme.txt
本节给出三个非常实用和高速的内存分配函数。读者可以直接拷贝这三个函数到程序中去,使用Allocate()和My_Free()代替系统提供的alloc()和free()函数。调试环境为TC2.0或者TC3.0
www.eeworm.com/read/179374/9359697
c svdfit.c
/* Driver for routine svdfit */
#include
#include
#define NRANSI
#include "nr.h"
#include "nrutil.h"
#define NPT 100
#define SPREAD 0.02
#define NPOL 5
int main(void)