代码搜索:Simple
找到约 10,000 项符合「Simple」的源代码
代码结果 10,000
www.eeworm.com/read/426992/8987469
cs simple.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
namespace star.Public
{
///
/// Summary description for sim
www.eeworm.com/read/283685/8996765
h simple.h
// Simple.h : Declaration of the CSimple
#ifndef __SIMPLE_H_
#define __SIMPLE_H_
#include "resource.h" // main symbols
/////////////////////////////////////////////////////////////////
www.eeworm.com/read/283685/8996795
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/283685/8996808
cpp simple.cpp
// Simple.cpp : Implementation of CSimple
#include "stdafx.h"
#include "CEComServer.h"
#include "Simple.h"
/////////////////////////////////////////////////////////////////////////////
// CSimp
www.eeworm.com/read/185581/9027868
simple_load
#!/bin/sh
module="simple"
device="simple"
mode="664"
# Group: since distributions do it differently, look for wheel or use staff
if grep '^staff:' /etc/group > /dev/null; then
group="staff"
else
www.eeworm.com/read/185581/9027871
c simple.c
/*
* Simple - REALLY simple memory mapping demonstration.
*
* Copyright (C) 2001 Alessandro Rubini and Jonathan Corbet
* Copyright (C) 2001 O'Reilly & Associates
*
* The source code in this file
www.eeworm.com/read/185581/9027875
simple_unload
#!/bin/sh
module="simple"
device="simple"
# invoke rmmod with all arguments we got
/sbin/rmmod $module $* || exit 1
# Remove stale nodes
rm -f /dev/${device}[rn]
www.eeworm.com/read/184890/9067496
h simple.h
//: C04:Simple.h
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Simple header that prevents re-defi