代码搜索结果
找到约 10,000 项符合
T 的代码
value_t.htm
value_t -- basic
browse_t.m
User Tips
1. User programs which print to the command window should end
with the NLIB function wait.
t101.hex
:10000300502793010094220000102838404850588C
:10001300606870788084888C9094989CA0A8B0B80D
:10002300C0C8D0D8E0E8F0F8FFFF505C70018171E0
:1000330054000082517A7172916AB162D15AF152BD
:10004300114B3143513
t101.plg
礦ision2 Build Log
Project:
Z:\Public-SD\张建-Zhang\T101_Simple\T101.uv2
Project File Date: 09/30/2005
Output:
t101.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 {
t101.lst
C51 COMPILER V7.06 T101 01/12/2006 15:42:51 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE T101
OBJECT MODULE PLACED IN T1
t101.c
#include "REG51.H"
#include
#include "Common.h"
//#include "Remote.h"
#define OSD_EN
//typedef unsigned char uCHAR;
//#include "T100Data_A.h"
//#include "T100Data_PA.h"
//#i
s_to_t.m
function T=S_to_T(s_param);
s11=s_param(1,1);
s12=s_param(1,2);
s21=s_param(2,1);
s22=s_param(2,2);
T=[1/s21,-s22/s21;s11/s21,s12-s11*s22/s21];