代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/334767/12575455
c guidemo_circle.c
/*********************************************************************
* SEGGER MICROCONTROLLER SYSTEME GmbH *
* Solutions for real time microcontroller applica
www.eeworm.com/read/399923/2357018
regkeys
CommandLine
D:\Xilinx\10.1\ISE\bin\nt\unwrapped\xst.exe -ise D:/Verilog/TINY3/TINY3.ise -intstyle ise -ifn D:/Verilog/TINY3/TINYCPU.xst -ofn D:/Verilog/TINY3/TINYCPU.syr -finalclean 1
s
FormatString
x
www.eeworm.com/read/178244/5317402
h stack.h
#ifndef _STACK_H_
#define _STACK_H_
#include
#include
#include
typedef struct _Stack Stack;
struct _Stack
{
Object parent;
List* stack;
};
Stack* st
www.eeworm.com/read/399923/2357011
regkeys
CommandLine-Map
s
CommandLine-Ngdbuild
D:\Xilinx\10.1\ISE\bin\nt\unwrapped\ngdbuild.exe -ise D:/Verilog/TINY3/TINY3.ise -intstyle ise -dd _ngo -nt timestamp -i -p xc3s500e-fg320-4 TINY_TOP.ngc TINY_T
www.eeworm.com/read/138927/13201837
h library.h
#ifndef _LIBRARY_H_
#define _LIBRARY_H_
#include
#include
#include
#ifdef HAVE_LIBRARY
#include
typedef struct _Library Library;
struct _Lib
www.eeworm.com/read/138927/13201960
c vector.c
#include
#include
#include
Vector* vector_new ()
{
Vector *self;
self = (Vector*)mem_new(sizeof(Vector));
object_init_object (OBJECT (self), vector_de
www.eeworm.com/read/178244/5317401
h library.h
#ifndef _LIBRARY_H_
#define _LIBRARY_H_
#include
#include
#include
#ifdef HAVE_LIBRARY
#include
typedef struct _Library Library;
struct _Lib
www.eeworm.com/read/366702/2876669
f90 subnormal_1.f90
! { dg-do run }
! { dg-options "-Wno-underflow" }
! Check that the chopping of bits of subnormal numbers works.
!
program chop
real x
x = 1.
if (tiny(x)/2. /= tiny(x)/2. - (nearest(tiny(x),1.) -