代码搜索:sections
找到约 10,000 项符合「sections」的源代码
代码结果 10,000
www.eeworm.com/read/449679/7498332
nec broadsid.nec
CE Broadside Array (Stacked Dipoles)
GW 1 11 0 -100.5 -136 0 100.5 -136 .04 '#12
GW 2 11 0 -100.5 136 0 100.5 136 .04 '#12
GS 0 0 in
GE 0
EX 0 1 6 00 1.0 0.0
EX 0 2 6 00 1.0 0.0
'
GN -1
FR 0
www.eeworm.com/read/448628/7528919
m grdecord.m
function [Dec,Ord]=grDecOrd(E)
% Function [Dec,Ord]=grDecOrd(E) solve
% the problem about decomposition of the digraph
% to the sections with mutually accessed vertexes
% (strongly connected comp
www.eeworm.com/read/444618/7610434
ld solrex_x86_boot.ld
/* chapter2/2/solrex_x86_boot.ld
Author: Wenbo Yang
This file is part of the source code of book "Write Your Own OS with Free
and Open Source Software"
www.eeworm.com/read/444618/7610437
ld solrex_x86_dos.ld
/* chapter2/2/solrex_x86_dos.ld
Author: Wenbo Yang
This file is part of the source code of book "Write Your Own OS with Free
and Open Source Software".
www.eeworm.com/read/444618/7610452
ld solrex_x86_boot.ld
/* chapter2/2/solrex_x86_boot.ld
Author: Wenbo Yang
This file is part of the source code of book "Write Your Own OS with Free
and Open Source Software"
www.eeworm.com/read/444618/7610455
ld solrex_x86_dos.ld
/* chapter2/2/solrex_x86_dos.ld
Author: Wenbo Yang
This file is part of the source code of book "Write Your Own OS with Free
and Open Source Software".
www.eeworm.com/read/297233/8039448
h sysv4.h
/* Definitions of target machine for GNU compiler.
Motorola 88100 in an 88open ABI environment.
Copyright (C) 1990, 1991 Free Software Foundation, Inc.
Written by Ron Guilmette (rfg@netcom.c
www.eeworm.com/read/295985/8129785
cmd lab4-asm.cmd
MEMORY
{
VECS : o=0h ,l=800h
IRAM : o=800h,l=0f800h
}
SECTIONS
{
.text :>IRAM
.data :>IRAM
.bss :>IRAM
}
www.eeworm.com/read/140274/13091514
lds mos.lds
SECTIONS {
. = 0x30004000;
.text : { *(.text) }
.rodata ALIGN(4) : {*(.rodata)}
.data ALIGN(4) : { *(.data) }
.bss ALIGN(4) : { *(.bss) *(COMMON) }
}
www.eeworm.com/read/140274/13091531
lds usr.lds
SECTIONS {
. = 0x00;
.text : { *(.text) }
.rodata ALIGN(4) : {*(.rodata)}
.data ALIGN(4) : { *(.data) }
.bss ALIGN(4) : { *(.bss) *(COMMON) }
}