代码搜索结果

找到约 10,000 项符合 Memory 的代码

pki1.h

/* * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of

tips.txt

//------------------------------------------------------------------------ // Tips.txt //------------------------------------------------------------------------ //------------------------------

start390.a51

$NOMOD51 ;------------------------------------------------------------------------------ ; This file is part of the C51 Compiler package ; Copyright (c) 1988-2001 Keil Elektronik GmbH and Keil So

utility.h

#ifndef _UTILITY_H #define _UTILITY_H /* utility.h * coded by Alex Gruenstein for CS107, TA: AndyG * This is the interface to a useful memory allocation * function (GetBlock) and a useful macro (N

faq

Compilation: c1: The CVS version won't compile, but the tarball does c2: Why do I keep getting "undefined reference to `gtk_widget_show'" and similar? c3: I've installed gtk/glib 1.2.2 bu

0345-0347.html

Developer.com - Online Reference Library - 0672311739:RED HAT LINUX 2ND EDITION:Advanced System Administration

matmult.c

/* matmult.c * Test program to do matrix multiplication on large arrays. * * Intended to stress virtual memory system. * * Ideally, we could read the matrices off of the file system, *

sort.c

/* sort.c * Test program to sort a large number of integers. * * Intention is to stress virtual memory system. * * Ideally, we could read the unsorted array off of the file system, * a

sizeof

NAME sizeof - number of bytes required for value SYNOPSIS sizeof(x) TYPES x any return integer DESCRIPTION This is analogous to the C operator sizeof for the value only. I

tips.txt

//------------------------------------------------------------------------ // Tips.txt //------------------------------------------------------------------------ //------------------------------