代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/235964/14039026
c tff.c
/*--------------------------------------------------------------------------/
/ FatFs - Tiny FAT file system module R0.05 (C)ChaN, 2007
/-------------------------------------------
www.eeworm.com/read/103116/15744861
h analyze.h
/****************************************************/
/* File: analyze.h */
/* Semantic analyzer interface for TINY compiler */
/* Compiler Construction: Princi
www.eeworm.com/read/103116/15744862
h code.h
/****************************************************/
/* File: code.h */
/* Code emitting utilities for the TINY compiler */
/* and interface to the TM machi
www.eeworm.com/read/103116/15744882
h cgen.h
/****************************************************/
/* File: cgen.h */
/* The code generator interface to the TINY compiler*/
/* Compiler Construction: Princi
www.eeworm.com/read/345110/6963094
h tinyhelp.h
#ifndef TINY_HELP_H
#define TINY_HELP_H
#include
//==========================
//为使代码简洁而使用的一些宏
//==========================
//等于某值时返回
/*
if(ptr == NULL)
{
return;
}
=>
RET
www.eeworm.com/read/138927/13201832
h thread.h
#ifndef _THREAD_H_
#define _THREAD_H_
#include
#include
/*if support thread.*/
#ifdef HAVE_THREAD
typedef void (*ThreadFunc) (ADT data);
typedef struct _Thread Thre
www.eeworm.com/read/138927/13201835
h string.h
#ifndef _STR_H_
#define _STR_H_
#include
#include
typedef struct _String String;
struct _String
{
Object parent;
unsigned char* data;
};
String* string_new ();
Str
www.eeworm.com/read/178244/5317399
h thread.h
#ifndef _THREAD_H_
#define _THREAD_H_
#include
#include
/*if support thread.*/
#ifdef HAVE_THREAD
typedef void (*ThreadFunc) (ADT data);
typedef struct _Thread Thre
www.eeworm.com/read/178244/5317400
h string.h
#ifndef _STR_H_
#define _STR_H_
#include
#include
typedef struct _String String;
struct _String
{
Object parent;
unsigned char* data;
};
String* string_new ();
Str
www.eeworm.com/read/425675/10337511
m test_ssd_tracking.m
%
% The corresponding points needs this order:
%
% 1 +---------+ 2
% | |
% | |
% | |
% 4 +---------+ 3
%
Pinitial = [69 68; 213 69;