代码搜索:Allocation

找到约 5,034 项符合「Allocation」的源代码

代码结果 5,034
www.eeworm.com/read/157290/11721414

cmd rectifier.cmd

MEMORY { PAGE 0: /*程序空间*/ VECS: ORIGIN=08000H,LENGTH=00040H /*中断向量存贮空间*/ PVECS: ORIGIN=08044H,LENGTH=00100H /*外围中断向量*/ PM: ORIGIN=08150H,LENGTH=006AEH /*片内flash存储空间*/ PAGE 1: /*数据空间
www.eeworm.com/read/343458/11947505

c gstsbcutil.c

/* * * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2004-2007 Marcel Holtmann * * * This library is free software; you can redistribute it and/or * m
www.eeworm.com/read/152786/12083208

c sec_mem.c

/**************************************************************************** * * * Secure Memory Management * * Copyright Peter Gutmann 1995-2005 * *
www.eeworm.com/read/253924/12177315

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/250881/12380140

txt 什么是虚拟文件分配表.txt

VFAT (Virtual File <mark>Allocation</mark> Table) 虚拟文件分配表 VFAT是Windows 95/98等以后操作系统的重要组成部分,它主要用于处理长文件名。长文件名不能为FAT文件系统处理。文件分配表是保存文件在硬盘上保存位置的一张表。原来的DOS操作系统要求文件名不能多于8个字符,因此限制了用户的使用。VFAT的功能类似于一个驱动程序,它运行于保护模式下,使用VCAC ...
www.eeworm.com/read/336848/12412998

pas yhjsf.pas

unit yhjsf; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls; type TForm1 = class(TForm) Label1: TLabel;
www.eeworm.com/read/336848/12413000

~pas yhjsf.~pas

unit yhjsf; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls; type TForm1 = class(TForm) Label1: TLabel;
www.eeworm.com/read/128494/14293356

h jfs_imap.h

/* * Copyright (c) International Business Machines Corp., 2000-2002 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public L
www.eeworm.com/read/227728/14414805

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/123453/14631064

h wsalloc.h

/* * * wsalloc.h * * Author: Markku Rossi * * Copyright (c) 1999-2000 WAPIT OY LTD. * All rights reserved. * * Memory allocation routines. * */ #ifndef WSALLOC_H #define WSA