代码搜索:uint
找到约 10,000 项符合「uint」的源代码
代码结果 10,000
www.eeworm.com/read/318431/13479091
h headset_buttonmanager.h
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004
FILE NAME
headset_buttonmanager.h
DESCRIPTION
*/
#
www.eeworm.com/read/317818/13496893
c sh506.c
#include
#include
#include
#include
#define uint unsigned int
#define uchar unsigned char
uint x0,x1,x2,x3,x4,x5,x6;
int L,i,j,k,b,p;
uchar w[3];
uint
www.eeworm.com/read/317818/13496924
c sh102.c
#include
#define uint unsigned int
sbit gate1=P2^0; // 定义P2-0口
sbit gate2=P2^1; // 定义P2-1口
sbit gate3=P2^2; // 定义P2-2口
sbit gate4=P2^3; // 定义P2-3口
void main(v
www.eeworm.com/read/317736/13498982
c dianzishizhong.c
/*该程序实现日期时间及星期(以1980年1月1日为基准计算)的显示,其中0表示周一,
依次类推。有外中断0和三个开关实现校时,闹钟功能。*////////////////////////
//////////////////////////////////////////////////////////////////////////
/*这是我第一次用C编的单片机程序(以前用汇编),其中
www.eeworm.com/read/317700/13499311
h dsp281x_ecan.h
//###########################################################################
//
// FILE: DSP281x_ECan.h
//
// TITLE: DSP281x Device eCAN Register Definitions.
//
//##########################
www.eeworm.com/read/317597/13501557
txt ads7816.txt
uint ads7816()
{
uint result;
uchar i;
uchar al=0,ah=0;
DOUT=1;
DCS=0;
while(DOUT==1)
{
DCLK=1;
DCLK=0;
}
for(i=0;i
www.eeworm.com/read/317569/13501708
h dsp28_ecan.h
//
// TMDX ALPHA RELEASE
// Intended for product evaluation purposes
//
//###########################################################################
//
// FILE: DSP28_ECan.h
//
// T
www.eeworm.com/read/317562/13501909
h count_packets.h
/*
* Copyright (c) 2001 - 2003
* NetGroup, Politecnico di Torino (Italy)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are p
www.eeworm.com/read/317512/13503789
cpp cnpopupmenu.cpp
// GfxPopupMenu.cpp: implementation of the CNPopupMenu class.
//
// Modified a lot by Zhang Yong
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#in
www.eeworm.com/read/317512/13503792
h systemtray.h
/////////////////////////////////////////////////////////////////////////////
// SystemTray.h : header file
//
// Written by Chris Maunder (chrismaunder@codeguru.com)
// Copyright (c) 1998.
//
/