代码搜索:如何学习 TI C2000?
找到约 10,000 项符合「如何学习 TI C2000?」的源代码
代码结果 10,000
www.eeworm.com/read/349978/10779367
m vrc_gai.m
function v=VRC_gai(filename,madoid) % 给出分类重心属性值相应的VRC标准,需要最大化=[trace(B)*(n-g)]/[trace(W)/(g-1)];
% filename基金的属性文件(xls)
www.eeworm.com/read/275970/10780158
h syscallent.h
/*
* Copyright (c) 1993 Branko Lankester
* Copyright (c) 1993, 1994, 1995 Rick Sladkey
* All rights reserved.
*
* Redistribution and use in source and bina
www.eeworm.com/read/275970/10780224
cat syscalls.cat
#
# Copyright (c) 2000, Ga雔 Roualland
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided th
www.eeworm.com/read/348833/10864680
c noname2.c
#include
#include
#include
#define uchar unsigned char
#define uint unsigned int
#define senddata_shu 22
#define maichong 6 //脉冲个数
#define sh
www.eeworm.com/read/274372/10873905
lkf debug.lkf
-i"d:/ti/c6000/bios/include" -i"d:/ti/c6000/rtdx/include" -i"d:/ti/c6000/xdais/include" -i"d:/ti/C6000/dsk6416/include" -i"d:/ti/c6000/cgtools/include"
www.eeworm.com/read/273701/10904152
lkf debug.lkf
-i"c:/ti/c5400/bios/include" -i"c:/ti/c5400/xdais/include" -i"c:/ti/C5400/dsk5416/include" -i"c:/ti/c5400/rtdx/include" -i"c:/ti/c5400/cgtools/include"
www.eeworm.com/read/273701/10904207
lkf debug.lkf
-i"c:/ti/c5400/bios/include" -i"c:/ti/c5400/xdais/include" -i"c:/ti/C5400/dsk5416/include" -i"c:/ti/c5400/rtdx/include" -i"c:/ti/c5400/cgtools/include"
www.eeworm.com/read/273701/10904233
lkf debug.lkf
-i"c:/ti/c5400/bios/include" -i"c:/ti/c5400/xdais/include" -i"c:/ti/C5400/dsk5416/include" -i"c:/ti/c5400/rtdx/include" -i"c:/ti/c5400/cgtools/include"
www.eeworm.com/read/467806/7001629
m chapter6_2.m
ng0=[1];dg0=[1,6,5,0]; g0=tf(ng0,dg0); delta=0.02; Kc=-1;
for Kp1=1:0.1:50;
gt=feedback(Kp1*g0,1);
P=roots(gt.den{1});
for i=1:1:length(P);
if abs(real(P(i)))
www.eeworm.com/read/467021/7013617
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