代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/402901/11526493
h alm.h
/*********************************************************************************************************
** 函数名称: void AlarmInitiate(void)
** 功能描述: 告警初始化
** 输 入: 无
** 输 出: 无
** 全局变量:
** 调
www.eeworm.com/read/402901/11526516
lst comm232.lst
C51 COMPILER V7.06 COMM232 12/15/2008 11:13:24 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE COMM232
OBJECT MODULE PLACED IN
www.eeworm.com/read/402359/11536628
h proto.h
/* bitmap.c */
BOOL bitmap_decompress(unsigned char *output, int width, int height, unsigned char *input, int size);
/* cache.c */
HBITMAP cache_get_bitmap(uint8 cache_id, uint16 cache_idx);
void cach
www.eeworm.com/read/402359/11536662
c xwin.c
/*
rdesktop: A Remote Desktop Protocol client.
User interface services - X-Windows
Copyright (C) Matthew Chapman 1999-2001
This program is free software; you can redistribute it and/or
www.eeworm.com/read/401609/11554559
c main.c
/****************************************************************************
* File: main.c
* 功能:向LCD输出计数值
****************************************************************************/
#include
www.eeworm.com/read/401248/11560321
c uart.c
/****************************************Copyright (c)**************************************************
**
UART0通讯实验,中断方式,使用FIFO。
**
**************************************************************
www.eeworm.com/read/400885/11567306
m frequency.m
function f = frequency(vector)
%函数frequency计算各符号出现的概率
if ~isa(vector, 'uint8')
error('input argument must be a uint8 vector');
end
f = repmat(0, 1, 256);
len = length(vector);
for index
www.eeworm.com/read/400885/11567314
m rledecode.m
function unzipped = RLEdecode(zip, info)
zip = uint8(zip);
[m, n] = size(zip);
unzipped = [];
for i = 1: m
section = repmat(zip(i, 1), 1, double(zip(i, 2)));
unzipped = [unzipped section
www.eeworm.com/read/262274/11595205
h uart.h
#define UART0_BPS 115200 // 串口通讯波特率
#define UART1_BPS 9600 /* 串口通讯波特率 */
/*
*********************************************************************************************************
www.eeworm.com/read/262274/11595207
c uart.c
#include"config.h"
/*
*********************************************************************************************************
** 函数名称 :UART0_Init()
** 函数功能 :串口初始化,设置为8位数据位,1位停止位,无奇偶校验,波特率11520