代码搜索:COS
找到约 10,000 项符合「COS」的源代码
代码结果 10,000
www.eeworm.com/read/287148/8718293
pjt cos.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="cos"
ProjectDir="D:\ti\myprojects\cos\"
ProjectType=Executable
CPUFamily=TMS320C54X
www.eeworm.com/read/287148/8718296
asm cos.asm
.mmregs
.def _c_int00
.def cos_generate,end_of_cose
.def d_cos_delay1,d_cos_delay2,d_theta,d_cosx
d_cos_delay1 .u
www.eeworm.com/read/287148/8718306
cmd cos.cmd
MEMORY {
PAGE 0: PARAM: org = 0800h len = 1780h
PAGE 1: DARAM: org = 3080h len = 1780h
}
SECTIONS {
.text : > PARAM
www.eeworm.com/read/286264/8778721
plg cos.plg
礦ision2 Build Log
Project:
F:\单片机的C语言光盘\exam\ch11\cos\cos.uv2
Project File Date: 09/28/2005
Output:
Build target 'Target 1'
compiling tcos.c.
www.eeworm.com/read/286264/8778737
opt cos.opt
### 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/185529/9033481
c cos.c
#define _COSX 0.999390827
#pragma DATA_SECTION(_cosx,"data_buf1")
float _cosx[180];
#pragma DATA_SECTION(dacdata,"data_buf2")
int dacdata[180];
void main(void)
{
int i;
_cosx[0]=1.000;
www.eeworm.com/read/185529/9033499
cmd cos.cmd
MEMORY {
PAGE 0:
PARAM: org = 2000h len = 01780h
PAGE 1:
DARAM: org = 080h len = 01780h
}
www.eeworm.com/read/374629/9392214
jar cos.jar
www.eeworm.com/read/371680/9542371
m cos.m
function x = cos(x)
% COS for adtayl objects.
global adtayl_CSSAV adtayl_CSARG
if ~isreal(x.tc)
error('COS, SIN for adtayl objects must not have imaginary part')
end
% Compute and store
www.eeworm.com/read/366053/9836040
c cos.c
/* Note:Your choice is C IDE */
#include "stdio.h"
void main()
{
}