代码搜索:Script
找到约 10,000 项符合「Script」的源代码
代码结果 10,000
www.eeworm.com/read/385844/8786541
script
OUTPUT_FORMAT("ecoff-littlemips")
ENTRY(__start)
SECTIONS
{
.text 0 : {
_ftext = . ;
*(.init)
eprol = .;
*(.text)
*(.fini)
etext = .;
_etext = .;
}
.rdata
www.eeworm.com/read/284556/8919236
script
OUTPUT_FORMAT("ecoff-littlemips")
ENTRY(__start)
SECTIONS
{
.text ALIGN(0x80) : {
_ftext = . ;
*(.init)
eprol = .;
*(.text)
*(.fini)
etext = .;
_etext = .;
}
www.eeworm.com/read/360234/10105991
script
public SYSPATH = "C:\\WINNT\\system32\\";
public UTILMODULEPATH = "F:\\";
public GUIPATH = "F:\\";
system("notepad");
if (rc == 0)
{
#-----------------------------
# 载入GUI文件
#-----
www.eeworm.com/read/360232/10106006
script
public SYSPATH = "C:\\WINNT\\system32\\";
public UTILMODULEPATH = "F:\\";
public GUIPATH = "F:\\";
system("notepad");
if (rc == 0)
{
#-----------------------------
# 载入GUI文件
#-----
www.eeworm.com/read/392997/7247882
script
OUTPUT_FORMAT("ecoff-littlemips")
ENTRY(__start)
SECTIONS
{
.text 0 : {
_ftext = . ;
*(.init)
eprol = .;
*(.text)
*(.fini)
etext = .;
_etext = .;
}
.rdata
www.eeworm.com/read/241792/13120068
script
function open_help (text)
{
remote = window.open("","help_window",'toolbar=no,directories=no,menubar=no,status=no,scrollbars=yes,resizable=yes,width=300,height=200');
i
www.eeworm.com/read/139738/13137246
script
OUTPUT_FORMAT("ecoff-littlemips")
SEARCH_DIR(.)
ENTRY(__start)
SECTIONS {
.text 0 : { *(.text) }
.rdata BLOCK(0x400) : { *(.rdata) }
.data BLOCK(0x400) : { *(.data) }
.sbss BLOCK(0x400) :
www.eeworm.com/read/129924/5965882
script
#!/bin/sh -
# $Id: script,v 1.21 2001/01/19 18:13:16 bostic Exp $
#
# Build the distribution archives.
#
# A set of commands intended to be cut and pasted into a csh window.
# Development tree, relea