代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/362507/9995391
_c modbus16._c
#include "main.h"
//字地址 0 - 255
//位地址 0 - 255
/* CRC 高位字节值表 */
const uint8 auchCRCHi[] = {
0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x01, 0xC0,
0x80, 0x41, 0x00, 0xC1, 0x81, 0x40,
www.eeworm.com/read/362507/9995415
c modbus16.c
#include "main.h"
//字地址 0 - 255
//位地址 0 - 255
/* CRC 高位字节值表 */
const uint8 auchCRCHi[] = {
0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x01, 0xC0,
0x80, 0x41, 0x00, 0xC1, 0x81, 0x40,
www.eeworm.com/read/362374/10001194
h _saa7105.h
/*
* Copyright 2003 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/362374/10001196
h _saa7115.h
/*
* Copyright 2003 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/166223/10028788
h massstorage.h
#ifndef __MassStorage_h__
#define __MassStorage_h__
typedef struct _CBW
{
uint32 dCBWSignature; //0x43425355
uint32 dCBWTag;
uint32 dCBWDataTransferLength;
uint8 bmCBWFlags; /
www.eeworm.com/read/166223/10028851
h sl811.h
/*#define SL811_nMS_LOW {PORTD &= ~0x80;}
#define SL811_nMS_HIGH {PORTD |= 0x80;}
#define SL811_nDACK_LOW {PORTD &= ~0x40;}
#define SL811_nDACK_HIGH {PORTD |= 0x40;}
#define
www.eeworm.com/read/166223/10028853
c sl811_host.c
//ICC-AVR application builder : 2004-1-4 16:51:43
// Target : M128
// Crystal: 16.000Mhz
#include
#include
#include
#include "comm_def.h"
#include "delay.h"
www.eeworm.com/read/166062/10037518
h mt9t001_config.h
/*
* Copyright 2004 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/166062/10037526
h _saa7105.h
/*
* Copyright 2003 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/361503/10049450
m segment.m
function [ bw ] = segment( net,img )
%segment 利用训练好的神经网络进行分割图像
% net - 已经训练好的神经网络
% img - 等分割的图像
%输出 bw - 分割后的二值图像
[m n] = size(img);
P = img(:) ;
P = double(P);
P = P' ;
T = sim(net,P);
T(T