代码搜索:Allocation

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

代码结果 5,034
www.eeworm.com/read/103333/15736685

cpp no_free.cpp

#include void main(void) { char *pointer; do { pointer = new char[10000]; if (pointer) cout
www.eeworm.com/read/103333/15736687

cpp new_far.cpp

#include void main(void) { char far *pointer; do { pointer = new far char[10000]; if (pointer) cout
www.eeworm.com/read/102552/15774396

htm subject_19473.htm

序号:19473 发表者:morn 发表日期:2002-10-29 10:58:36 主题:help!!!on line waiting!!! 内容:如何动态设置一个二维数组? 返回上页
www.eeworm.com/read/100594/15870305

cpp cmalloc.cpp

/*** *malloc.h - declarations and definitions for memory allocation functions *Purpose: * Contains the function declarations for memory allocation functions. * ****/ #pragma cmalloc #include
www.eeworm.com/read/100136/15883012

c doalloc.c

/* doalloc.c: memory allocations which exit upon error */ #include #ifndef NULL #define NULL ((char *) 0) #endif /* act like calloc, but return only if no error */ char *DoRealloc(ptr,size
www.eeworm.com/read/117958/14892970

cpp ppm.cpp

#include #include #include "arith.h" #include "ppm.h" /**************************************************************************** * Gestion des noeuds ***********************
www.eeworm.com/read/247722/12625924

plugin apache 2.0.47 to 2.0.49 ap_escape_html memory allocation denial of service.plugin

239 Apache 2.0.47 to 2.0.49 ap_escape_html memory allocation denial of service HTTP 2004/09/16
www.eeworm.com/read/390373/8468594

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/289896/8518963

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

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

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

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