代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/188490/8536785
c tiny_serial.c
/*
* Tiny Serial driver
*
* Copyright (C) 2002-2004 Greg Kroah-Hartman (greg@kroah.com)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU G
www.eeworm.com/read/432666/8583513
c pwm tiny.c
#include
#include
#include
#include
volatile int pwm = 0; /* Note [1] */
volatile uint8_t direction;
SIGNAL (SIG_OVERFLOW0) /* Note [
www.eeworm.com/read/388644/8589756
gif tiny3.gif
www.eeworm.com/read/387891/8648105
c tiny_psnr.c
/*
* Copyright (c) 2003 Michael Niedermayer
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* Lic
www.eeworm.com/read/287914/8661348
zip rtx_tiny.zip
www.eeworm.com/read/429196/8814896
tiny exemplo2.tiny
z = 1
x = z + 1
y = x + z
print (x)
println
print (y)
println
print (z)
readInt (n)
a= z * n
println
print(n)
endp
www.eeworm.com/read/429196/8814927
tiny exemplo4.tiny
i=1
z=0
goto a
a: println
print('n')
print('=')
readInt(n)
if (n=0) goto a
while(i
www.eeworm.com/read/429196/8814930
tiny exemplo1.tiny
print ('xxx')
print ('=')
readInt (x)
println
print (x)
endp
www.eeworm.com/read/429196/8814933
tiny exemplo3.tiny
i = 1
z = 0
readInt(n)
n = n + 1
while(i < n)
b = n - i
b = b + 1
j = 1
while(j < b)
print(' ')
j = j + 1
endw
a = i * 2
j = 1
while (j < a)
www.eeworm.com/read/429196/8814964
tiny exemplo5.tiny
goto inicio2
inicio:
print('digite 0 para terminar qquer outro valor para continuar')
println
readInt(x)
if (x=0) goto fim
inicio2: i=1
z=0
goto a
a: println