代码搜索:Allocation
找到约 5,034 项符合「Allocation」的源代码
代码结果 5,034
www.eeworm.com/read/338426/12307624
cmd codec_c.cmd
MEMORY
{
PAGE 0: VECS: origin = 0080h, length = 0080h
PRAM: origin = 1000h, length = 1000h
PAGE 1: STACK: origin = 0100h, length = 0400h
TABLE: origin =
www.eeworm.com/read/337282/12379558
py scrollable.py
#
# Reimplementation of gtk.Layout in python
# Example on how to implement a scrollable container in python
#
# Johan Dahlin , 2006
#
# Requires PyGTK 2.8.0 or later
import gobject
i
www.eeworm.com/read/232822/14180578
c layer12.c
/*
* libmad - MPEG audio decoder library
* Copyright (C) 2000-2003 Underbit Technologies, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the
www.eeworm.com/read/229523/14332626
c layer12.c
/*
* libmad - MPEG audio decoder library
* Copyright (C) 2000-2004 Underbit Technologies, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the
www.eeworm.com/read/229410/14340377
c gtkmulticol.c
/***************************************************************************/
/* This code is part of WWW grabber called pavuk */
/* Copyright (c) 1997 - 2001 Stefan Ondre
www.eeworm.com/read/227427/14425659
h dmalloc_tab.h
/*
* Local defines for the memory table.
*
* Copyright 2000 by Gray Watson
*
* This file is part of the dmalloc package.
*
* Permission to use, copy, modify, and distribute this software for
*
www.eeworm.com/read/122873/14665158
c nrutil.c
#if defined(__STDC__) || defined(ANSI) || defined(NRANSI) /* ANSI */
#include
#include
#include
#define NR_END 1
#define FREE_ARG char*
void nrerror(char error_text[]
www.eeworm.com/read/118392/14873876
c dw_gtk_scrolled_window.c
/*
* File: dw_gtk_scrolled_window.c
*
* Copyright (C) 2001 Sebastian Geerken
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of
www.eeworm.com/read/118392/14873979
c dw_bullet.c
/*
* File: dw_bullet.c
*
* Copyright (C) 1997 Raph Levien
* Copyright (C) 1999 Luca Rota
* Copyright (C) 2001-2003 Sebastian Geerken
www.eeworm.com/read/217035/14982214
cpp pattern.cpp
#include "neural.hpp"
#include
#include
Pattern::getMem(int inSize, int outSize)
{
in = new float[inSize];
if(!in)
{
cerr