代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/138927/13201828
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/138927/13201926
c object.c
#include
Object* object_new ()
{
Object* self;
self = (Object*)mem_new(sizeof(Object));
object_init_object (OBJECT (self), object_destroy);
return self;
}
void object_destroy (
www.eeworm.com/read/138927/13201957
c string.c
#include
String* string_new ()
{
String* self;
self = (String*)mem_new(sizeof(String));
self->data = NULL;
object_init_object (OBJECT (self), (ObjectDestroy) string_destroy);
s
www.eeworm.com/read/238814/13324094
lst lion.lst
AVRASM ver. 1.30 C:\USER\DESIGN\AVR450\TINY15~1\LION.ASM Tue Jul 11 10:49:24 2000
; Last change: JB 00/07/11 (YY/MM/DD)
;************************
www.eeworm.com/read/136534/13372317
lst lion.lst
AVRASM ver. 1.30 C:\USER\DESIGN\AVR450\TINY15~1\LION.ASM Tue Jul 11 10:49:24 2000
; Last change: JB 00/07/11 (YY/MM/DD)
;************************
www.eeworm.com/read/136812/5857033
c _small_power.c
#ifndef lint
static char sccsid[] = "@(#)_small_power.c 1.1 92/07/30 SMI";
#endif
/*
* Copyright (c) 1988 by Sun Microsystems, Inc.
*/
#include "base_conversion.h"
unsigned short _max_tiny_pow
www.eeworm.com/read/118801/6094139
doc tagreader.doc
/*
$Id: qt/tagreader.doc 3.1.1 edited Nov 8 10:35 $
*/
/*! \page tagreader-example.html
\ingroup xml-examples
\title A tiny SAX2 parser
This example presents a small \link xml.html
www.eeworm.com/read/111677/6153745
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/476941/6743308
c forktest.c
// Test that fork fails gracefully.
// Tiny executable so that the limit can be filling the proc table.
#include "types.h"
#include "stat.h"
#include "user.h"
void
printf(int fd, char *s, ...)
{
w
www.eeworm.com/read/403331/11518868
txt readme.txt
-------- PROJECT GENERATOR --------
PROJECT NAME : 7758
PROJECT DIRECTORY : E:\程序\7758\7758
CPU SERIES : R8C/Tiny
CPU GROUP : 2A
TOOLCHAIN NAME : Renesas M16C Standard Toolchain
TOOLCHAIN VERSIO