代码搜索:attribute
找到约 10,000 项符合「attribute」的源代码
代码结果 10,000
www.eeworm.com/read/152305/12122969
java attribute.java
import java.util.LinkedList;
import java.util.List;
/*
* Created on 25/03/2005
*/
/**
* @author Fernando Meyer
*/
public class Attribute {
private String attributeName;
private Lis
www.eeworm.com/read/152305/12123033
class attribute.class
www.eeworm.com/read/339904/12196808
class attribute.class
www.eeworm.com/read/339440/12236366
cs attribute.cs
using System;
namespace Spider
{
///
/// Attribute holds one attribute, as is normally stored in
/// an HTML or XML file. This includes a name, value and delimiter.
///
/// T
www.eeworm.com/read/149140/12398894
c attribute.c
#include"../include/os.h"
#define WRONG_FILE_NUMBER -1
#define WRONG_FILE_STATE -3
#define WRONG_CAPABILITY -4
#define WRONG_SEMAPHORE -5
#define NO_FREE_BLOCK -6
int query_file_window_a
www.eeworm.com/read/228626/14374157
cs attribute.cs
using System;
namespace ShootSearch.Spiders.http
{
///
/// Attribute holds one attribute, as is normally stored in
/// an HTML or XML file. This includes a name, value and delimite
www.eeworm.com/read/225171/14553779
~dfm attribute.~dfm
object frmAttibute: TfrmAttibute
Left = 362
Top = 295
BorderStyle = bsDialog
Caption = '文件属性'
ClientHeight = 98
ClientWidth = 231
Color = clBtnFace
Font.Charset = DEFAULT_CHARS
www.eeworm.com/read/225171/14553797
~pas attribute.~pas
unit Attribute;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TfrmAttibute = class(TForm)
chkSysFile: TCheckBox;
c