代码搜索:tiny

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

代码结果 5,807
www.eeworm.com/read/418017/2094343

c sized-enum.c

enum Normal { red, blue, green }; short enum Small { pink, cyan, grey }; char enum Tiny { orange, yellow, brown }; main() { enum Normal normal[3]; short enum Small small[3];
www.eeworm.com/read/410728/2205105

c sized-enum.c

enum Normal { red, blue, green }; short enum Small { pink, cyan, grey }; char enum Tiny { orange, yellow, brown }; main() { enum Normal normal[3]; short enum Small small[3];
www.eeworm.com/read/388600/2548979

tex paper.tex

\def\cakedir{.} \def\figdir{./Fig} \lefthead{Fomel} \righthead{Conjugate directions} \footer{SEP--92} \lstset{language=c,numbers=left,numberstyle=\tiny,showstringspaces=false} \title{Least-square in
www.eeworm.com/read/388600/2549242

tex paper.tex

\title{Marmousi Model} \author{Trevor Irons} \lstset{language=python,numbers=left,numberstyle=\tiny,showstringspaces=false} \maketitle \noindent \textbf {Data Type:} \emph{Synthetic 2D acoustic model
www.eeworm.com/read/262563/4311140

js editor_plugin.js

var TinyMCE_NonEditablePlugin={getInfo:function(){return{longname:'Non editable elements',author:'Moxiecode Systems',authorurl:'http://tinymce.moxiecode.com',infourl:'http://tinymce.moxiecode.com/tiny
www.eeworm.com/read/161601/5551062

js editor_plugin.js

var TinyMCE_NonEditablePlugin={getInfo:function(){return{longname:'Non editable elements',author:'Moxiecode Systems',authorurl:'http://tinymce.moxiecode.com',infourl:'http://tinymce.moxiecode.com/tiny
www.eeworm.com/read/476318/6765244

a30 ncrt0.a30

;*************************************************************************** ; ; C COMPILER for R8C/Tiny, M16C/60,30,20,10 ; COPYRIGHT(C) 1999(2000-2004) RENESAS TECHNOLOGY CORPORATION ; AND RENESAS S
www.eeworm.com/read/370015/9624230

sdi t15demo.sdi

,,,;Tiny 15 - Test of ADC - also include multiplex display driver. ,,, ,,,; Specify Device. ,,,.device ATTINY15 ,,, ,,,; I/O Register Definitions ,,,.equ SREG =$3F ,,,.e
www.eeworm.com/read/369961/9627526

inc sect30.inc

;******************************************************************************* ; ; C Compiler for R8C/Tiny, M16C/60,30,20,10 ; Copyright(C) 1999(2000-2004). Renesas Technology Corp. ; and Renesa
www.eeworm.com/read/270032/11050634

c quatspin.c

/* * Spherical linear interpolation of unit quaternions with spins */ #include #define EPSILON 1.0E-6 /* a tiny number */ #define TRUE 1 #define FALSE 0 typedef struct { /* quaterni