代码搜索:REF

找到约 10,000 项符合「REF」的源代码

代码结果 10,000
www.eeworm.com/read/173105/9673775

makefile

# # Tiny C Compiler Makefile # include config.mak CFLAGS=-O2 -g -Wall ifndef CONFIG_WIN32 LIBS=-ldl BCHECK_O=bcheck.o endif CFLAGS_P=$(CFLAGS) -pg -static -DCONFIG_TCC_STATIC LIBS_P= CFLAGS+=-mprefe
www.eeworm.com/read/172986/9681094

cs justinio.cs

using System; using System.Runtime.InteropServices; namespace JustinIO { class CommPort { public string PortNum; public int BaudRate; public byte ByteSize; public byte Parity; //
www.eeworm.com/read/172463/9707420

o delay.o

XL H 1 areas 7 global symbols M delay.c S push_gset1 Ref0000 S push_gset2 Ref0000 S pop_gset1 Ref0000 S pop_gset2 Ref0000 A text size 4A flags 0 dbfile E:\刻录的\电子技术\项目\电池放电器\软件V2.0\delay.c dbf
www.eeworm.com/read/172149/9722695

jad serverlistener.jad

// Decompiled by DJ v3.7.7.81 Copyright 2004 Atanas Neshkov Date: 2006-8-31 0:07:49 // Home Page : http://members.fortunecity.com/neshkov/dj.html - Check often for new version! // Decompiler optio
www.eeworm.com/read/367736/9734965

py kgptest.py

"""Unit test for kgp.py This program is part of "Dive Into Python", a free Python book for experienced programmers. Visit http://diveintopython.org/ for the latest version. """ __author__ = "Mark P
www.eeworm.com/read/367736/9735095

dtd kgp.dtd

www.eeworm.com/read/367736/9735097

xml binary.xml

0 1
www.eeworm.com/read/367736/9735113

xml test.xml

0 1 1
www.eeworm.com/read/367689/9736662

asm vector.asm

.ref _c_int00 .sect ".vector" .long _c_int00 ; RESET Vector
www.eeworm.com/read/171444/9753956

cs smoothline.cs

using System; using SuperMapLib; namespace ProfileCtrl { /// /// 平滑线类 /// public class SmoothLine { double[,] desP = new double[1,2];//平滑内差点 // public do