代码搜索:Allocation
找到约 5,034 项符合「Allocation」的源代码
代码结果 5,034
www.eeworm.com/read/481542/6642908
makefile
#
# This is a modified version of zlib, which does all memory
# allocation ahead of time.
#
# This is only the decompression, see zlib_deflate for the
# the compression
#
# Decompression needs to be s
www.eeworm.com/read/261927/11614596
map project.map
*********************************************************************************************
*********************************************************************************************
LINKING FA
www.eeworm.com/read/154897/11920071
c dw_viewport.c
/*
* File: dw_viewport.c
*
* Copyright (C) 2001-2003 Sebastian Geerken
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the G
www.eeworm.com/read/154010/11995400
m modulate.m
function y = modulate(x,b,e, s2,s4,s16,s64,s256)
% function y = modulate(x,b,e, s2,s4,s16,s64,s256)
%
% y - modulated output, in the form of a row vector
% x - a vector of input bits, for all th
www.eeworm.com/read/252896/12257076
h vram.h
#ifndef common_vram_h
#define common_vram_h
#ifdef __cplusplus
extern "C" {
#endif
/*
The following are a few helperfunctions to help manage vram in gu-examples.
Do not use for your own code, it's