代码搜索:sections
找到约 10,000 项符合「sections」的源代码
代码结果 10,000
www.eeworm.com/read/248520/12555693
cs myrprt1.cs
//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version: 1.0.3705.0
//
// Changes
www.eeworm.com/read/248520/12555702
cs myrprt5.cs
//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version: 1.0.3705.0
//
// Changes
www.eeworm.com/read/135319/13939652
lds link.lds
SECTIONS
{
. = 0x0afe1000;
.text : { *(.text) }
.data : { *(.data) }
.bss : { *(.bss) }
__end_data = .;
}
www.eeworm.com/read/135235/13949209
sql 2-17.sql
select avg(grade) 平均分
from courses,enrolls,teachers,sections
where courses.course=enrolls.course and teachers.teacher=sections.teacher and coursename='english composition' and teachername like '%Eng
www.eeworm.com/read/135235/13949239
sql 2-10.sql
select distinct student
from enrolls,teachers,sections
where exists
(select *
from enrolls,teachers,sections
where teachers.teacher=sections.teacher and sections.course=enr
www.eeworm.com/read/135235/13949242
sql 2-20.sql
select studentname 学生姓名,courses.coursename 课程名,teachername 教师姓名,grade 成绩
from students,courses,teachers,enrolls,sections
where teachers.teacher=sections.teacher and sections.course=enrolls.course an
www.eeworm.com/read/236362/14018566
def mousedll.def
; mousedll.def : Declares the module parameters for the DLL.
LIBRARY "mousedll"
DESCRIPTION 'mousedll Windows Dynamic Link Library'
SECTIONS
.sdata READ WRITE SHARED
EXPORTS
; Ex
www.eeworm.com/read/132772/14073576
cmd cmdc54.cmd
/*************************************************************************/
/* This is the Linker Command File for the TMS320C5402 */
/***********************************************
www.eeworm.com/read/132772/14073983
cmd exp1c54.cmd
/*********************************************************/
/* Linker commandfile - memory specification for C5000 */
/* to be updated for specific device data sheet */
/* */
/*
www.eeworm.com/read/200892/15420618
lds link.lds
SECTIONS
{
/* . = 0x00300000; */
. = 0xc8004000;
.text : { *(.text) }
.data : { *(.data) }
.rodata : { *(.rodata) }
.bss : { *(.bss) }
}