代码搜索:uint
找到约 10,000 项符合「uint」的源代码
代码结果 10,000
www.eeworm.com/read/239154/13300649
c 显示.c
#include
#define uchar unsigned char
#define uint unsigned int
#define ulong unsigned long
sbit P20=P2^0;
sbit P21=P2^1;
uchar code TABLE[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0
www.eeworm.com/read/239154/13300741
c 变频声救护车报警信号输出试验.c
//这一课,我们做一个更复杂的声音输出,不断交替输出2个频率的声音,类似救护车
//的声音。同时闪烁2 个灯。
#include
#define uchar unsigned char
#define uint unsigned int//定义一下方便使用
#define ulong unsigned long
sbit LED1=P1^0;
sbit
www.eeworm.com/read/239154/13300780
c 嘀嘀嘀间断声光报警信号试验.c
/*第19 课,嘀嘀嘀间断声光报警信号试验
上一课,我们试验蜂鸣器连续的嘀声输出,这一课,我们输出间断的嘀嘀声音。同时,
我们还将一个灯对应声音亮灭。 */
#define uchar unsigned char
#define uint unsigned int
#define ulong unsigned long
#include
www.eeworm.com/read/239154/13300807
c 按键音试验2.c
#define uchar unsigned char
#define uint unsigned int
#define ulong unsigned long
#include
//sbit LED=P1^0;
sbit bi=P1^1;//喇叭输出脚
sbit K1=P3^0;
sbit K2=P3^1;
sbit K3=P3^2;
sbit K4
www.eeworm.com/read/239154/13300845
c 一键控制led.c
//一键控制LED,P30接键盘,P10接LED
#include //对51的内部资源说明
#define uint unsigned int
sbit P10=P1^0;
sbit K=P3^0;
void main(void) //主程序开始
{
uint n; //定义
bit ligth; //位定义
whi
www.eeworm.com/read/239154/13300898
c 按键音试验.c
/*你的手机里应该有这个选项,按键时发出嘀的一声,这时为了让用户知道按键已经生
效的提示。我们今天也在我们的试验板上做这个试验,按下K1,就发出短暂的嘀声。 */
#include
#define uint unsigned int
#define uchar unsigned char
#define ulong unsigned long
sbit
www.eeworm.com/read/239154/13300932
c 我的key.c
#include
#define uchar unsigned char
#define uint unsigned int
sbit K1=P3^0;
sbit K2=P3^1;
sbit K3=P3^2;
main()
{
if(!K1)
{
if(!K2)
{
delay(10)
h++}
www.eeworm.com/read/323757/13321482
h a52_util.h
/*
* a52_util.h
* Copyright (C) 2000-2003 Michel Lespinasse
* Copyright (C) 1999-2000 Aaron Holtzman
*
* This file is part of a52dec, a free ATSC A-52
www.eeworm.com/read/323757/13322303
c svq1.c
/*
*
* Copyright (C) 2002 the xine project
* Copyright (C) 2002 the ffmpeg project
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Less
www.eeworm.com/read/137405/13324014
h os_frame_funcs.h
/**************************************************************************/
/* WIRE1x Version 1.0: A client-side 802.1x implementation */
/* based on xsupplicant of Open1x for Window