代码搜索:TCOS
找到约 1,609 项符合「TCOS」的源代码
代码结果 1,609
www.eeworm.com/read/286264/8778716
obj tcos.obj
www.eeworm.com/read/286264/8778719
c tcos.c
#include
#include
#include /*为使用printf函数而加入*/
void tst_cos (void) {
float x;
float y;
for (x = 0; x < (2 * 3.1415); x += 0.1) {
y = cos (x);
printf ("COS(%f
www.eeworm.com/read/286264/8778726
lst tcos.lst
C51 COMPILER V7.06 TCOS 06/19/2006 16:25:36 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE TCOS
OBJECT MODULE PLACED IN tc
www.eeworm.com/read/198657/5083262
c tcos.c
/* Test file for mpfr_cos.
Copyright 2001, 2002 Free Software Foundation, Inc.
This file is part of the MPFR Library.
The MPFR Library is free software; you can redistribute it and/or modify
it und
www.eeworm.com/read/101990/6234904
c card-tcos.c
/*
* card-tcos.c: Support for TCOS 2.0 cards
*
* Copyright (C) 2001 Juha Yrj鰈
www.eeworm.com/read/388979/8558672
s head.s
.global _start
.include "init.inc"
@ the mini_boot start here!
_start:
@ Exception vector table
@ 0x00 Reset Supervisor
b reset
@ 0x04 Undefined instruction
b .
@ 0x08 Software Interrupt
b .
@ 0x0
www.eeworm.com/read/388979/8558696
inc init.inc
.equ UserMode, 0xd0
.equ FIQMode, 0xd1
.equ IRQMode, 0xd2
.equ SupervisorMode, 0xd3
.equ AbortMode, 0xd7
.equ UndefinedMode, 0xdb
.equ SystemMode, 0xdf
.equ WTCON, 0x53000000
@ about i
www.eeworm.com/read/387891/8649141
c mdct.c
/*
* MDCT/IMDCT transforms
* Copyright (c) 2002 Fabrice Bellard.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
*
www.eeworm.com/read/286264/8778729
bak cos_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/286264/8778734
m51 cos.m51
BL51 BANKED LINKER/LOCATER V5.03 06/19/2006 16:25:36 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE tcos.o