代码搜索:Script
找到约 10,000 项符合「Script」的源代码
代码结果 10,000
www.eeworm.com/read/126087/14446371
pas script.pas
unit Script;
interface
uses
Windows, Types, SysUtils, Common, MMSystem;
//==============================================================================
// 娭悢掕媊
procedure NPCScript(tc:TChara;
www.eeworm.com/read/126039/14450420
vcc script.vcc
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "script.h"
LastPa
www.eeworm.com/read/126039/14450594
rc script.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/124862/14532707
c script.c
//////////////////////////////////////////////////////////////////////////
#include "common.h"
#include "story.h"
#include "demo.h"
//#include "minigame.h"
//#include "gfx.h"
#include "script.
www.eeworm.com/read/124862/14532710
h script.h
//////////////////////////////////////////////////////////////////////////
/// cmd defines
#define ENDSCRIPT 0
#define LOADSCENE 1
#define LEFTCHAR 2
#define RIGHTCHAR 3
#define ENDSCENE 4
www.eeworm.com/read/225148/14554857
script ld.script
MEMORY {
ram : ORIGIN = 0x200000, LENGTH = 0x3000
}
SECTIONS {
.text : {
_stext = . ;
*(.text)
*(.rodata)
. = ALIGN(4);
_etext = . ;
} > ram
.data : {
_sdata =
www.eeworm.com/read/225146/14554929
script ld.script
MEMORY {
ram : ORIGIN = 0x20000000, LENGTH = 0xf000
rom : ORIGIN = 0x00000000, LENGTH = 0xf000
}
SECTIONS {
.text : {
_stext = . ;
*(.text)
*(.rodata)
. = ALI
www.eeworm.com/read/224975/14558308
tcl script.tcl
project -new
#add_file options
add_file -vhdl "../rtl/mem_interface_top.vhd"
add_file -vhdl "../rtl/mem_interface_top_backend_fifos_0.vhd"
add_file -vhdl "../rtl/mem_interface_top_controller_iobs_0
www.eeworm.com/read/224975/14558422
tcl script.tcl
project -new
#add_file options
add_file -vhdl "../rtl/mem_interface_top.vhd"
add_file -vhdl "../rtl/mem_interface_top_addr_gen_0.vhd"
add_file -vhdl "../rtl/mem_interface_top_backend_fifos_0.vhd"
a
www.eeworm.com/read/223878/14614782