代码搜索:Simple
找到约 10,000 项符合「Simple」的源代码
代码结果 10,000
www.eeworm.com/read/168845/5430211
cpp simple.cpp
/* (C) Copyright Rene Rivera, 2002.
** Distributed under the Boost Software License, Version 1.0.
** (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
*/
#include
www.eeworm.com/read/167911/5450799
conf simple.conf
//File conf/simple.conf
SimpleLogin {
SimpleLoginModule required;
};
www.eeworm.com/read/167185/5462896
mak simple.mak
#=============================================================================
#
# Name - simple.mak
#
# Version: 1.5
#
# ccsid: @(#)simple.mak 1.5 - 7/26/91 12:19:52
# from: ccs/s.simple.mak
# date:
www.eeworm.com/read/165570/5481343
java simple.java
public class Simple
{
static void main(String[] args)
{
VeryBasicBox box1 = new VeryBasicBox(4, 5, 6);
VeryBasicBox box2 = new VeryBasicBox(2, 3, 4);
System.out.println("The volume of bo
www.eeworm.com/read/165570/5481353
java simple.java
public class Simple
{
static void main(String[] args)
{
VeryBasicBox box1 = new VeryBasicBox(4, 5, 6);
VeryBasicBox box2 = new VeryBasicBox(2, 3, 4);
System.out.println("The volume of bo
www.eeworm.com/read/163959/5504933
java simple.java
//$Id: Simple.java,v 1.1 2004/09/26 05:18:25 oneovthafew Exp $
package org.hibernate.test.legacy;
import java.io.Serializable;
public class Simple implements Serializable {
private String name;
pr
www.eeworm.com/read/163892/5505914
h simple.h
// Simple.h : Declaration of the CSimple
#ifndef __SIMPLE_H_
#define __SIMPLE_H_
#include "resource.h" // main symbols
/////////////////////////////////////////////////////////////////
www.eeworm.com/read/163892/5505920
rgs simple.rgs
HKCR
{
CEComServer.Simple.1 = s 'Simple Class'
{
CLSID = s '{04056CF6-5A52-498E-A751-8066C206AED1}'
}
CEComServer.Simple = s 'Simple Class'
{
CLSID = s '{04056CF6-5A52-498E-A751-8066C
www.eeworm.com/read/163892/5505924
cpp simple.cpp
// Simple.cpp : Implementation of CSimple
#include "stdafx.h"
#include "CEComServer.h"
#include "Simple.h"
/////////////////////////////////////////////////////////////////////////////
// CSimp