代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/438711/7727962
h sd_dri.h
/*!
*@file sd_dri.h
*
*
*
*@version v1.0.0
*@date 2007
*@author jacky291@126.com
*/
#ifndef __SD_DRI_H
#define __SD_DRI_H
#ifndef __CONFIG_H
#include "config.h"
www.eeworm.com/read/438711/7727964
h sd_dat.h
/*!
*@file sd_dat.h
* the data transe functions here
*
*
*@version v1.0.0
*@date 2007
*@author jacky291@126.com
*/
#ifndef __SD_DATA_H
#define __SD_DATA_H
#ifn
www.eeworm.com/read/438634/7728833
c main.c
/******************************************************************
本程序只供学习使用,未经作者许可,不得用于其它任何用途
欢迎访问我的USB专区:http://group.ednchina.com/93/
欢迎访问我的blog: http://www.ednchina.c
www.eeworm.com/read/437103/7755256
c uart1.c
//filename: uart1.c
#include "uart.h"
#include "msp430x26x.h"
//写一个数组到串口上 接收端必须以16进制显示。
uint16 halUartWrite(const uint8* buf, uint16 length)
{
uint16 i;
for(i = 0; i < length; i++)
www.eeworm.com/read/435777/7784889
c dm642main.c
/********************************************************************/
/* Copyright 2004 by SEED Incorporated. */
/* All rights reserved. Property of SEED Incorporated. */
/* Restricted
www.eeworm.com/read/434797/7801474
c subsettime.c
/*******************************Copyright (c)**********************************
***************************************By Z.Q.Yang****************************/
/*********************************
www.eeworm.com/read/298612/7949502
h sysvware.h
/* sysVware.h - visionWare-dependent definitions */
/* Copyright 2001 Wind River Systems, Inc. */
/*
modification history
--------------------
01c,12jun02,kab SPR 74987: cplusplus protection
01b,25
www.eeworm.com/read/198115/7950408
m main.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% main 主程序
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
clear all
www.eeworm.com/read/197100/8029671
cpp intfx.cpp
/******************************************************************************
** Filename: intfx.c
** Purpose: Integer character normalization & feature extraction
** Author
www.eeworm.com/read/332129/12776761
c sync.c
/*
********************************************************************************
*
* LCD控制程序
*
* 这是一个同步信号处理模块
*
* 文件名 : SYNC.C
* 设计