代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/19245/828080
inc tn26def.inc
;***************************************************************************
;* A P P L I C A T I O N N O T E F O R T H E A V R F A M I L Y
;*
;* Number :AVR000
;* File Name :"tiny
www.eeworm.com/read/473760/1396881
h code.h
/****************************************************/
/* 文件 code.h */
/* 说明 TINY编译器代码生成功能和TM机界面 */
/* 主题 编译器结构:原理和实例 */
/* 作者 Kenneth C. Louden */
/* 注释 高广宇 */
/*
www.eeworm.com/read/229812/4752720
asm copystub.asm
.model tiny
option oldstructs
option proc:private
CWCStackSize equ 1024 ; cannot exceed EXECopyStubLen size (1135 bytes)
.code
var_struc struc
; db 100h-10h dup (0)
db CWCStackSize-1
www.eeworm.com/read/178244/5317397
h list.h
#ifndef __LIST_H_
#define __LIST_H_
#include
#define LIST(obj) ((List*) obj)
typedef struct _List List;
/*
* initial a list
* return a initialed list.
*/
List* list_new();
/*
* dele
www.eeworm.com/read/176751/5335252
java tea.java
/* CVS ID: $Id: TEA.java,v 1.1.1.1 2002/10/02 18:42:50 wastl Exp $ */
package net.wastl.webmail.misc;
import java.math.*;
/**
* Tiny Encryption Algorithm.
*
* (The following description
www.eeworm.com/read/172725/5382623
props db.props
# Taken from java.sql.Types in the IBM 1.3 JDK
# JDBC to MySQL mappings.
#
# A good MySQL resource for determining these mappings is at
# http://www.mysql.com/doc/C/o/Column_types.html
BIT = BIT
TINY
www.eeworm.com/read/169956/5408368
c video.c
/**
* A tiny video watching application, just starts capturing /dev/video
* into /dev/fb0.
* Be shure to have >8Bit/pixel color resolution and r/w access for
* /dev/video0, /dev/fb0 and /dev
www.eeworm.com/read/343453/3219998
c video.c
/**
* A tiny video watching application, just starts capturing /dev/video
* into /dev/fb0.
* Be shure to have >8Bit/pixel color resolution and r/w access for
* /dev/video0, /dev/fb0 and /dev
www.eeworm.com/read/323643/3510421
doc tagreader.doc
/*
$Id: qt/tagreader.doc 3.2.3 edited May 13 09:08 $
*/
/*! \page tagreader-example.html
\ingroup xml-examples
\title A tiny SAX2 parser
This example presents a small \link xml.htm
www.eeworm.com/read/285244/4055011
c delay.c
//
// c't-Bot-NanoVM, a tiny java VM for the c't-Bot
//
// Copyright (C) 2007 by Nils Springob
// Based on work by Benjamin Benz(c't-Bot) and Till Harbaum(NanoVM)
//
/