代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/374259/9412782
c rtx_ex1.c
/******************************************************************************/
/* */
/* RTX_EX1.C: The
www.eeworm.com/read/374259/9412839
c task0.c
/******************************************************************************/
/* */
/* Task 0: Create other Tasks and
www.eeworm.com/read/177282/9460951
a51 vers.a51
;------------------------------------------------------------------------------
; This file is part of the 'RTX-51 tiny' Real-Time Operating System Package
; Copyright KEIL ELEKTRONIK GmbH 1991 -
www.eeworm.com/read/177282/9460956
a51 conf_tny.a51
$DEBUGPUBLICS
;------------------------------------------------------------------------------
; This file is part of the 'RTX-51 tiny' Real-Time Operating System Package
; Copyright KEIL ELEKTRON
www.eeworm.com/read/372592/9500674
txt shell.txt
Sub SHELL(N, ARR())
ALN2I = 1.442695: TINY = 0.00001
LOGNB2 = Int(Log(CSng(N)) * ALN2I + TINY)
M = N
For NN = 1 To LOGNB2
M = Int(M / 2)
K = N - M
For J
www.eeworm.com/read/174753/9574912
a51 version.a51
;------------------------------------------------------------------------------
; This file is part of the 'RTX-51 tiny' Real-Time Operating System Package
; Copyright KEIL ELEKTRONIK GmbH 1991 -
www.eeworm.com/read/364077/9922534
txt 四十三中国人和外国人有一点很像, 就是许愿.txt
小笨霖英语笔记本四十三中国人和外国人有一点很像, 就是许愿,在美国不论在何处看到大大小小的池子, 里面多半有许愿人所丢的铜板。 不过老美许愿的方式和我们不太一样。 (但是小气是一样的, 都是面额最小的1cent 居多), 正确的许愿方式是: Throw coin over your shoulder. 也就是说, 你要背对池子,把铜板从你的肩膀上丢到池子里, 下次再去许愿时不要忘了喔。 在这 ...
www.eeworm.com/read/363334/9958798
txt 目录.txt
目 录
译者序
前言
第1章 概论 1
1.1 为什么要用编译器 2
1.2 与编译器相关的程序 3
1.3 翻译步骤 5
1.4 编译器中的主要数据结构 8
1.5 编译器结构中的其他问题 10
1.6 自举与移植 12
1.7 TINY样本语言与编译器 14
1.7.1 TINY语言 15
1.7.2 TINY编译器 1
www.eeworm.com/read/281129/10261465
h mes_solve.h
// -*- c++ -*-
///////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2001 Oh-Wook Kwon, all rights reserved. ohwook@yahoo.com
//
//
www.eeworm.com/read/353194/10464755
c e_atan2.c
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the