代码搜索:如何学习 TI C2000?
找到约 10,000 项符合「如何学习 TI C2000?」的源代码
代码结果 10,000
www.eeworm.com/read/136959/13351953
c hamlet.c
/* Written by Tom Torfs (2:292/516@fidonet,tomtorfs@dma.be)
Donated to the public domain */
#include
#include
#include
#define /*_## (__\* /#*/__(/* #)#_*/_/*__ (#_
www.eeworm.com/read/321097/13412456
c chuanhuangchenxu.c
//单片机串行能讯应用源程序
许多数据采集系统都需要用到串口,串口的特点是:占用的硬件投资少,只需要很少的信号线,可以同步传输,也可以异步传送。传输数据的格式、速率可以变化。但是抗干扰性能不好,传输距离不够。本例程主要通过实验,演示串口通信的各种设置,上位机及其单片机的软件编程方法,数据的采集与处理等。也可以作为串口调试软件用。是一个非常实用的实验。能够方便地进行代码移植。
...
www.eeworm.com/read/316702/13518551
java bisai.java
public class Bisai
{
Qiudui qiudui[];
Tilemei ti[];
int jiluqi[][];
public Bisai()
{
qiudui=new Qiudui[6];
for(int i=1;i
www.eeworm.com/read/316420/13523033
m jacobiant6.m
%% Author: epokh
%% Website: www.epokh.org/drupy
%% This software is under GPL
function [J]=jacobianT6(Tuh,JType)
%%input: a list of transformation matrix: T01,T12,T23,T34,T45,T56
%% a
www.eeworm.com/read/314696/13561166
m pengtaiyu2.m
clear
close all
clc
select=input('1.4阶段龙格库塔法 2.阿达姆斯法 3.不同步长四阶龙格库塔法 4.病态方程h=0.01 5.病态方程h=0.04:');
if select==1
a=[-0.23 -0.56;0.56 0];
b=[1;0];
c=[1.12 5.67];
d=[0];u=10;
x=[1;0];y=c*x+d*u;t=
www.eeworm.com/read/314202/13571635
c mcu_uart.c
/* Copyright (C) 1996-2005 Brilliant Ideal Electronics. All rights reserved.
MP3_Player+USB_Disk V3.0 Edit by JMBIE STUDIO 2005.03
*/
#include "AT89C51SND1_REG.H"
#include "MCU_UART.H"
ch
www.eeworm.com/read/313264/13591173
txt 单片机c语言编程.txt
主机程序master.c清单
#include
#define uchar unsigned char
#define BN 16 //传送一次的字节数
uchar master(uchar addrs,uchar comnd);
uchar SLAVE=0*00; //从机地址
uchar idata
www.eeworm.com/read/310884/13641777
doxyfile
# Doxyfile 1.5.5
#---------------------------------------------------------------------------
# Project related configuration options
#----------------------------------------------------------------
www.eeworm.com/read/309649/13667275
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/307265/13724831
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