代码搜索:Simple

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

代码结果 10,000
www.eeworm.com/read/208414/4992804

mak simple.mak

# Microsoft Developer Studio Generated NMAKE File, Format Version 4.20 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 !IF "$(CFG)" == "" CFG=simple - Win32 Release !
www.eeworm.com/read/205207/5025056

dsw simple.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################
www.eeworm.com/read/205207/5025059

dep simple.dep

# Microsoft Developer Studio Generated Dependency File, included by simple.mak .\main.cxx : \ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(
www.eeworm.com/read/205207/5025061

dsp simple.dsp

# Microsoft Developer Studio Project File - Name="SimpH323" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86)
www.eeworm.com/read/205207/5025063

vcproj simple.vcproj

www.eeworm.com/read/205207/5025065

sln simple.sln

Microsoft Visual Studio Solution File, Format Version 8.00 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SimpH323", "simple.vcproj", "{ECD7323A-4146-49D7-A5FB-82348FD46664}" ProjectSection(P
www.eeworm.com/read/204713/5030075

java simple.java

/* * Created on 30.05.2005 * */ package wishbone; import com.jopdesign.sys.Const; import com.jopdesign.sys.Native; /** * @author admin * */ public class Simple { public static void main(Stri
www.eeworm.com/read/202792/5046177

frag simple.frag

/* * $RCSfile: simple.frag,v $ * * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permi
www.eeworm.com/read/202792/5046187

vert simple.vert

/* * $RCSfile: simple.vert,v $ * * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permi
www.eeworm.com/read/201516/5058338

aspx simple.aspx

Public Function Add(a As Integer, b As Integer) As Integer Trace.Write("Inside Add() a: ", a.ToString()) Trace.Write("Inside Add() b: ", b.ToString()