代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/154890/5631697
cxx shape.cxx
//
// "$Id: shape.cxx,v 1.1.1.1 2003/08/07 21:18:42 jasonk Exp $"
//
// Tiny OpenGL demo program for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-1999 by Bill Spitzak and others.
//
// This li
www.eeworm.com/read/269435/11098315
c client.c
/*
$ PangoLin/1.0 (tiny server from CMU )
$ Write By William Beijing
$ 2006-05-01 - 2006-05-07
*/
/*
SCO OpenServer5.0.6 config:
/etc/resolv.conf
nameserver 192.168.0.1
/etc/rc
route add
www.eeworm.com/read/247493/12655976
h globals.h
/* File: globals.h
Global type and vars for TINY compiler
must come before other include files
*/
#ifndef _GLOBALS_H_
#define _GLOBALS_H_
#include
#include
#incl
www.eeworm.com/read/135580/13920481
cxx shape.cxx
//
// "$Id: shape.cxx,v 1.1.1.1 2003/08/07 21:18:42 jasonk Exp $"
//
// Tiny OpenGL demo program for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-1999 by Bill Spitzak and others.
//
// This li
www.eeworm.com/read/132413/14089907
c mnbrak.c
#include
#define GOLD 1.618034
#define GLIMIT 100.0
#define TINY 1.0e-20
#define MAX(a,b) ((a) > (b) ? (a) : (b))
#define SIGN(a,b) ((b) > 0.0 ? fabs(a) : -fabs(a))
#define SHFT(a,b,c
www.eeworm.com/read/113652/15452001
h proto.h
// tinytcp application
extern tiny_tcp_main(void);
// monitor program
extern void alter_memory(void);
extern byte ascii_to_hex(byte ch);
extern word address_ascii_to_hex(void);
extern word
www.eeworm.com/read/113586/15452705
todo
main code
---------
we have a tiny deviation from IEEE 802.1d: we don't kill the awaiting-tx skb
queue when a port leaves the FORWARDING state
RH initscripts for setting up bridge interfaces automat
www.eeworm.com/read/108219/15590761
c mnbrak.c
#include
#define GOLD 1.618034
#define GLIMIT 100.0
#define TINY 1.0e-20
#define MAX(a,b) ((a) > (b) ? (a) : (b))
#define SIGN(a,b) ((b) > 0.0 ? fabs(a) : -fabs(a))
#define SHFT(a,b,c
www.eeworm.com/read/106940/15616826
c mnbrak.c
#include
#define GOLD 1.618034
#define GLIMIT 100.0
#define TINY 1.0e-20
#define MAX(a,b) ((a) > (b) ? (a) : (b))
#define SIGN(a,b) ((b) > 0.0 ? fabs(a) : -fabs(a))
#define SHFT(a,b,c
www.eeworm.com/read/103269/15738273
makedep
#!/bin/sh
#
# makedepend which uses 'gcc -MM'
#
# tiny change to the gccmakedep in XFree86
#
# Based on mdepend.cpp and code supplied by Hongjiu Lu
#
TMP=/tmp/mdep$$
CC="gcc"
RM="r