代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/263952/11336431
h fontmng.h
/****************************************************************************/
/* */
/* Copyright (C) 2005 SHENZ
www.eeworm.com/read/263952/11336438
h timemng.h
/****************************************************************************/
/* */
/* Copyright (C) 2005 SHENZ
www.eeworm.com/read/409213/11340940
c test.c
#define uint8 unsigned char
#define uint32 unsigned int
#define N 100
uint32 sum;
// 使用加法运算来计算1+2+3+...+(N-1)+N的值。(N>0)
void Main(void)
{ uint32 i;
sum = 0;
for(i=0;
www.eeworm.com/read/409213/11340948
c test.c
#define uint8 unsigned char
#define uint32 unsigned int
extern uint32 Add(uint32 x, uint32 y);
uint32 sum;
// 调用汇编程序Add实现加法运算
void Main(void)
{ sum = Add(555, 168);
whil
www.eeworm.com/read/263594/11353440
h mp3.h
/************************************************************/
/* HEAD FILE for MP3 */
/* By pasyong */
/* 2006-4 */
/* Base ICC6.31A
www.eeworm.com/read/263516/11359542
m setup.m
function a = setup(a)
global Bus Settings
if isempty(a.con), return, end
a.n = length(a.con(:,1));
a.bus = Bus.int(round(a.con(:,1)));
a.gen = uint8(zeros(a.n,1));
[b,h,k] = unique(a.bus)
www.eeworm.com/read/263516/11359665
m setup.m
function a = setup(a)
global Bus DAE Settings
if isempty(a.con)
fm_disp('Error: No slack bus found.',2)
Settings.ok = 0;
return
end
a.n = length(a.con(:,1));
a.bus = Bus.int(round(
www.eeworm.com/read/263188/11372286
h custom_define.h
////////////////////////////////////////////////////
//custom_define.h
#include
#define SUCCESS 1
#define ABORT 0
#define UINT8 unsigned char
#define UINT16 unsigned int
//#de
www.eeworm.com/read/408275/11400448
c wsn_enddevice.c
/****************************************************************************/
/*** Include files ***/
/***************************************
www.eeworm.com/read/406876/11433519
h _saa7105.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
*