代码搜索:tiny

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

代码结果 5,807
www.eeworm.com/read/281683/4113490

java tinyvmexception.java

package js.tinyvm; import js.common.ToolException; /** * Generic tiny vm exception. */ public class TinyVMException extends ToolException { /** * @param message */ public TinyVMExcep
www.eeworm.com/read/276787/4163362

control tinylogin.control

Package: tinylogin Version: 1.4-r4 Description: TinyLogin is a suite of tiny UNIX utilities for handling logins, user authentication, changing passwords, and otherwise maintaining users and groups on
www.eeworm.com/read/273525/4209677

class tickstyle.class

/* tickstyle */ *! version 1.0.0 30jul2002 version 8 class { instance: length = .gsize.new , /* style(tiny) */ position = .tickposition.new, /* style(outside) */
www.eeworm.com/read/404049/2307503

readme_httpinfo

HTTP MINI-SERVER PLUGIN FOR OLSRD 0.1 by Andreas T鴑nesen(andreto@olsr.org) ----------------------------------------------------- ABOUT This plugin implements a tiny HTTP server that will gespond t
www.eeworm.com/read/173688/9641707

mak make66t.mak

# compile with the following options in effect # Mt = tiny model # g = debug info # x = 167 processor # WARNING: it is assumed that the user is making a NEW memory # MODEL, therefore ALL *.src
www.eeworm.com/read/173430/9658715

readme

Please see the LICENSE file for copyright information. BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides minimalist replacements for most of
www.eeworm.com/read/173105/9673785

c tcc.c

/* * TCC - Tiny C Compiler * * Copyright (c) 2001-2004 Fabrice Bellard * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General
www.eeworm.com/read/146316/12659033

readme

Please see the LICENSE file for copyright information. BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides minimalist replacements for most of
www.eeworm.com/read/237003/13983046

h matvec.h

/*************************************************************************** * blitz/tiny/matvec.h TinyMatrix/TinyVector product metaprogram * * $Id: matvec.h,v 1.4 2003/12/11 03:44:23 julianc Ex
www.eeworm.com/read/205098/15326624

cpp scanner.cpp

/****************************************************/ /* 文件 scanner.cpp */ /* 说明 TINY编译器的词法扫描器实现 */ /* 主题 编译器结构:原理和实例 */ /****************************************************/