代码搜索:Allocation
找到约 5,034 项符合「Allocation」的源代码
代码结果 5,034
www.eeworm.com/read/189472/8467789
cc queue.cc
#include "queue.h"
//#include // malloc, free
#include // stdin, fileno
#include // read
char message[ 1500 ]; // dynamic allocation segfaults below
queue::~qu
www.eeworm.com/read/429300/8812755
pas swaptestu.pas
unit swaptestu;
// Win95 API memory allocation swapfile test & example
// written by Phil Dorcas 4/4/97 - 4/7/97
// "Run test" button allocates memory with error checking on each press
// "Re
www.eeworm.com/read/427616/8929964
pas swaptestu.pas
unit swaptestu;
// Win95 API memory allocation swapfile test & example
// written by Phil Dorcas 4/4/97 - 4/7/97
// "Run test" button allocates memory with error checking on each press
// "Re
www.eeworm.com/read/169457/9860180
c kalloc.c
/*
kalloc.c - kernel memory allocation
Author: Paul Barker
Part of: COS
Created: 01/09/04
Last Modified: 11/10/04
Copyright (C) 2004 Paul Barker
This program is free software; you c
www.eeworm.com/read/363672/9940418
cpp mainfrm.cpp
// MainFrm.cpp : implementation of the CMainFrame class
//
#include "stdafx.h"
#include "Allocation.h"
#include "MainFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static ch
www.eeworm.com/read/165122/10075727
c interface.c
/* command line interface for Clustal W */
/* DES was here MARCH. 1994 */
/* DES was here SEPT. 1994 */
/* Fixed memory allocation bug in check_param() . Alan Bleasby Dec 2002 */
#include
www.eeworm.com/read/360807/10077399
c vt.c
/*
* linux/drivers/char/vt.c
*
* Copyright (C) 1992 obz under the linux copyright
*
* Dynamic diacritical handling - aeb@cwi.nl - Dec 1993
* Dynamic keymap and string allocation - aeb@cwi.nl
www.eeworm.com/read/164783/10088417
c fat_fat_operations.c
/*
* fat_fat_operations.c
*
* General operations on File Allocation Table
*
* Copyright (C) 2001 OKTET Ltd., St.-Petersburg, Russia
* Author: Eugeny S. Mints
*
* @
www.eeworm.com/read/356171/10235553
m fuzall.m
function [U,dist,obj] = fuzall(data,phi,centroid,distype,W)
% fuzzy k means allocation
% calculate membership U & distance matrix, given centroid & phi
% [U,dist,obj] = fuzall(data,phi,centroid,dis
www.eeworm.com/read/162028/10344054
c alloc.c
/*
* alloc.c -- Memory allocation utilities for cluster
*
* $Log: alloc.c,v $
* Revision 1.8 1993/01/20 19:00:40 stolcke
* triangular matrix stuff no longer needed
*
* Revision 1.7 1993/01/