代码搜索:如何学习 TI C2000?

找到约 10,000 项符合「如何学习 TI C2000?」的源代码

代码结果 10,000
www.eeworm.com/read/424315/10464086

txt 13.1.6单片机多机通信.txt

#include #define uchar unsigned char #define SLAVE 0x02 #define NUMB 16 uchar idata rbuffer[16] uchar idata tbuffer[16]={“master transmit”} void error(void) { SBUF=0xff; whi
www.eeworm.com/read/352938/10492422

s43 rtc.s43

;****************************************************************************** ; Code for application report - "Real Time Clock Library" ;*********************************************************
www.eeworm.com/read/424063/10500043

m schord.m

function [Qo, To] = schord(Qi, Ti, index) %SCHORD Ordered schur decomposition. % [Qo, To] = schord(Qi, Ti, index) Given the square (possibly % complex) upper-triangular matrix Ti and orthogonal m
www.eeworm.com/read/160192/10559495

c c51ds12887.c

/****************DS12887 时钟日历芯片调试******************/ /****************作者:韩宝俊 *******************************/ /********************************************************* 管脚配置: MOT: 接地 CS: 接地
www.eeworm.com/read/278099/10571532

c hamlet.c

/* +++Date last modified: 05-Jul-1997 */ /* Written by Tom Torfs (2:292/516@fidonet,tomtorfs@dma.be) Donated to the public domain */ #include #include #include
www.eeworm.com/read/277295/10647838

c fft842.c

void FFT842(float *pReal, float *pImag, int Nthpo, int TransformSign) { // 快速傅里叶变换:8 4 2 // 若 TransformSign = 1 则置换后的pReal、pImag[0...Nthpo-1]是输入的离散傅里叶变换; // 若 TransformSign = 0 则置换后的pReal、pIm
www.eeworm.com/read/421492/10735134

c send.c

/**************先发0xaa,再发0-F笔段码(要发奇偶检验位TB8),然后发和检验字节********************/ #include"reg52.h" #define uchar unsigned char uchar seg[]={0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90,0x88, 0x
www.eeworm.com/read/421102/10754867

c u1.c

#include //初始化串行口 void csh() { SM0=0; SM1=1; REN=1; TI=0; RI=0; PCON=0; TH1=0xF3; TL1=0XF3; TMOD=0X20; EA=1; ET1=0; ES=1; TR1=1; } void main() { int
www.eeworm.com/read/349978/10779356

m mc_gai.m

function v=MC_gai(filename,madoid) % 给出分类重心属性值相应的MC标准,需要最大化=1/(det(W)/det(T)*g^2); % filename基金的属性文件(xls) % madoid:
www.eeworm.com/read/349978/10779360

asv vrc_gai.asv

function v=VRC_gai(filename,madoid) % 给出分类重心属性值相应的VRC标准,需要最大化=[trace(B)*(n-g)]/[trace(W)/(g-1)]; % filename基金的属性文件(xls)