代码搜索:tiny

找到约 5,807 项符合「tiny」的源代码

代码结果 5,807
www.eeworm.com/read/472233/1417148

xcconfig version.xcconfig

MAJOR_VERSION = 530; MINOR_VERSION = 3; TINY_VERSION = 0; FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION); // The bundle version and short version string are set based on the current build configura
www.eeworm.com/read/472233/1417640

xcconfig version.xcconfig

MAJOR_VERSION = 530; MINOR_VERSION = 3; TINY_VERSION = 0; FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION); // The bundle version and short version string are set based on the current build configura
www.eeworm.com/read/202294/5052861

template resourcelist.template

{include file="$admintemplatepath/chooser/header.template"}
www.eeworm.com/read/178244/5317398

h hash.h

#ifndef _HASH_H_ #define _HASH_H_ #include typedef unsigned int (*HashFunc) (void* key); typedef struct _HashTable HashTable; /* *Hash tables */ HashTable* hash_table_new (Hash
www.eeworm.com/read/178244/5317404

h vector.h

#ifndef _VECTOR_H_ #define _VECTOR_H_ #include #define VECTOR(obj) ((Vector*) obj) typedef struct _Vector Vector; struct _Vector { Object parent; Object** data; unsigned int siz
www.eeworm.com/read/316872/3599152

h debugfs.h

/* * debugfs.h - a tiny little debug file system * * Copyright (C) 2004 Greg Kroah-Hartman * Copyright (C) 2004 IBM Inc. * * This program is free software; you can redistribu
www.eeworm.com/read/316872/3605774

c inode.c

/* * file.c - part of debugfs, a tiny little debug file system * * Copyright (C) 2004 Greg Kroah-Hartman * Copyright (C) 2004 IBM Inc. * * This program is free software; you
www.eeworm.com/read/316872/3605775

c file.c

/* * file.c - part of debugfs, a tiny little debug file system * * Copyright (C) 2004 Greg Kroah-Hartman * Copyright (C) 2004 IBM Inc. * * This program is free software; you
www.eeworm.com/read/286192/4042092

cpp twl.cpp

// TWL.CPP /* * Tiny, Terminal or Toy Windows Library * Steve Donovan, Miningtek 1998 * based on SWL, 1995. */ //#define WIN32_LEAN_AND_MEAN #define NO_STRICT #include #ifdef _WIN
www.eeworm.com/read/281683/4113485

java tinyvmtype.java

package js.tinyvm; import org.apache.bcel.Constants; import org.apache.bcel.classfile.Utility; import org.apache.bcel.generic.Type; /** * This class encapsulates all functionality regarding tiny vm