代码搜索:管脚分配
找到约 5,895 项符合「管脚分配」的源代码
代码结果 5,895
www.eeworm.com/read/170474/9805075
txt rfc2105.txt
组织:中国互动出版网(http://www.china-pub.com/)
RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm)
E-mail:ouyang@china-pub.com
译者:cata_xu(cata_xu amethyst@theory.issp.ac.cn)
译文发布时间: 2001-7
www.eeworm.com/read/366434/9814525
txt rfc2105.txt
组织:中国互动出版网(http://www.china-pub.com/)
RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm)
E-mail:ouyang@china-pub.com
译者:cata_xu(cata_xu amethyst@theory.issp.ac.cn)
译文发布时间: 2001-7
www.eeworm.com/read/281140/10260593
ex2 stacks.ex2
STACKS─例子
要分配8个512字节的堆栈用于硬件中断处理,在CONFIG.SYS文件中增加以下命
令即可:
? stacks=8,512
~w
www.eeworm.com/read/162367/10309619
txt 系统参数说明.txt
1、管理员权限(字段dorder值):
系统管理员 3 所有前后台管理
普通管理员 2 除帐号管理外的所有前后台
前台管理员 1 除帐号管理、院系管理、教师管理外的前后台
无权限管理 0 管理身份,但无任何权限,需系统管理员分配
www.eeworm.com/read/279727/10398215
pas fastmm4messages.pas
{
Fast Memory Manager: Messages
Simplified Chinese translation by JiYuan Xie.
}
unit FastMM4Messages;
interface
{$Include FastMM4Options.inc}
const
{The name of the debug info
www.eeworm.com/read/351570/10639637
cpp algo0215.cpp
int Malloc_SL(SLinkList &space) { // 算法2.15
// 若备用空间链表非空,则返回分配的结点下标,否则返回0
int i = space[0].cur;
if (space[0].cur) space[0].cur = space[space[0].cur].cur;
return i;
} // Malloc_SL
www.eeworm.com/read/276740/10711855
ex2 stacks.ex2
STACKS─例子
要分配8个512字节的堆栈用于硬件中断处理,在CONFIG.SYS文件中增加以下命
令即可:
? stacks=8,512
~w
www.eeworm.com/read/349837/10797925
cpp algo0215.cpp
int Malloc_SL(SLinkList &space) { // 算法2.15
// 若备用空间链表非空,则返回分配的结点下标,否则返回0
int i = space[0].cur;
if (space[0].cur) space[0].cur = space[space[0].cur].cur;
return i;
} // Malloc_SL
www.eeworm.com/read/273160/10924471
pas fastmm4messages.pas
{
Fast Memory Manager: Messages
Simplified Chinese translation by JiYuan Xie.
}
unit FastMM4Messages;
interface
{$Include FastMM4Options.inc}
const
{The name of the debug info
www.eeworm.com/read/467737/7000389
pas fastmm4messages.pas
{
Fast Memory Manager: Messages
Simplified Chinese translation by JiYuan Xie.
}
unit FastMM4Messages;
interface
{$Include FastMM4Options.inc}
const
{The name of the debug info