代码搜索:thing
找到约 1,477 项符合「thing」的源代码
代码结果 1,477
www.eeworm.com/read/298389/7963342
h thing.h
/*#if !defined(THING_H)
#define THING_H
class THINGDATA
{
public:
char Name[12];
char Descript[100];
int value;
};
#endif*/
www.eeworm.com/read/298389/7963364
bmp thing.bmp
www.eeworm.com/read/298389/7963396
cpp thing.cpp
www.eeworm.com/read/308670/13696523
c thing.c
/*-*/
/********************************************************
* Name: Pointer demo *
* *
* Purpose: Show how pointers can be used. *
* *
* Usage: Not a useful program. *
*
www.eeworm.com/read/138548/5815459
pm thing.pm
# $Id: Thing.pm 4540 2004-05-11 08:01:31Z btrott $
package XML::Atom::Thing;
use strict;
use XML::Atom;
use base qw( XML::Atom::ErrorHandler );
use XML::Atom::Util qw( first );
use XML::Atom::Link;
www.eeworm.com/read/130122/5964560
java thing.java
package com.croftsoft.apps.insight;
/*********************************************************************
* Data for a kobold, goblin, or wall.
*
* @version
* 2
www.eeworm.com/read/261133/11664992
sql thing.sql
create table thing
( thing_id varchar (10) not null,
thing_name varchar (20) not null,
thing_store varchar (10),
thing_supplyer varchar (10),
primary key (thing_id)
)
select * from thin
www.eeworm.com/read/148850/12420888
class thing.class
www.eeworm.com/read/249894/12448981
cs thing.cs
using System;
using Perst;
using System.IO;
using System.Collections;
namespace Rdf
{
/// Version of the object
public class Thing:Persistent
{
///
www.eeworm.com/read/121403/14757425