排序:上传时间 相关度 下载量 查看数

unsigned 134

按分类查找:

  • 其中的usb端口通信已经作为一个模块来使用

    其中的usb端口通信已经作为一个模块来使用,用户只需用以下函数就可以对usb端口进行方便地读写: unsigned char D12_WriteEndpoint(unsigned char endp, unsigned char len, unsigned char * buf) 此为usb端点输出函数,endp是要进行通信的端点,取值为3(普通端点,最大可一次传输16byte)或5(主端点,最大可一次 ...

    /dl/451350.html

    标签: usb 端口通信 模块

    上传时间: 2013-11-30

    上传用户:jennyzai

  • This is 8bit multiplier VHDL code. It s consist of full adder, ripple carry adder(4bit, 8bit) multip

    This is 8bit multiplier VHDL code. It s consist of full adder, ripple carry adder(4bit, 8bit) multiplier 8bit, and test bench file. This is a unsigned type.

    /dl/468781.html

    标签: adder 8bit multiplier consist

    上传时间: 2014-08-21

    上传用户:zhangliming420

  • 内容摘要: LHD6000主板主芯片程序 ISD1730时序说明: 参考:void Send_1Byte(uchar ucData_s)和uchar Receive_1Byte(void)的说明.

    内容摘要: LHD6000主板主芯片程序 ISD1730时序说明: 参考:void Send_1Byte(uchar ucData_s)和uchar Receive_1Byte(void)的说明. 应先发"RESET"命令再发"PWR_UP"命令,后发"RESET"命令可能不正常工作. 1730最高地址只有0xFF,所以对指定地址的操作函数的参数使用了"unsigned char"类型, 17系列的其它型号可能才用得到"unsigne ...

    /dl/488679.html

    标签: uchar Byte void ucData_s

    上传时间: 2017-09-11

    上传用户:zm7516678

  • c语言深度剖析

    第一章关键字...................................................................................................................................9 1.1,最宽恒大量的关键字----auto..........................................................................................11 1.2,最快的关键字---- register. ...

    /dl/502642.html

    标签: c语言深度剖析

    上传时间: 2015-05-01

    上传用户:cascas

  • 单片机课程设计

    #include<reg52.h>&nbsp; #include<intrins.h> #define LED P0 sbit KEY0=P2^0; &nbsp;//定义按键输入端口 A &nbsp;&nbsp; sbit KEY1=P2^1; &nbsp;//定义按键输入端口 B &nbsp;&nbsp; sbit KEY2=P2^2; &nbsp;//定义按键输入端口 C unsigned int Led_table[8]={0xfe,0xfc,0xf8,0xf0,0xe0,0xc0,0x80,0x00}; char Led_num=0 ...

    /dl/508925.html

    标签: 单片机

    上传时间: 2015-12-23

    上传用户:kimyu

  • 用定时器以间隔500MS在6位数码管上依次显示0、1、 2、3….C、D、E、F,重复。

    #include<reg51.h> #define uchar unsigned char #define uint unsigned int uint i,j; sbit dula=P2^6; sbit wela=P2^7; uchar code table[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d, 0x7d,0x07,0x7f,0x6f,0x77,0x7c, 0x39,0x5e,0x79,0x71}; void main() {&nbsp; j=0; i=0; &nbsp; &nbsp; TMOD=0X01; TH0=(65536-50000)/256; TL ...

    /dl/509595.html

    标签: 用定时器以间隔500MS在6位数码管上依次显示0、1、 2、3….C、D、E、F,重复。

    上传时间: 2016-02-11

    上传用户:娇纵Pamper

  • 红外解码程序

    /* &nbsp;* _168ZHONGDUAN2.c &nbsp;* &nbsp;* Created: 2014/11/2 15:12:45 &nbsp;* &nbsp;Author: lenovo &nbsp;*/&nbsp; #include <avr/io.h> #include <avr/iom168pa.h> #include <avr/interrupt.h> #include <util/delay.h> #include <avr/eeprom.h> //#include <util/delay_basic.h> //unsigned char const SEGtabl ...

    /dl/509771.html

    标签: 程序

    上传时间: 2016-03-03

    上传用户:彦 yan

  • AVR单片机转速表

    /****************************************************************&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 外部晶振8M&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; PA0~3:四位数码管的位选&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; PB0~7:数码管 ...

    /dl/509864.html

    标签: C语言

    上传时间: 2016-03-09

    上传用户:彦 yan

  • LED电压表源代码

    #include "stm8s103f.h" #include "LEDBL.h" #include "UART1.h" #include "LCD1621.h" //#include "KEY.h" #define uchar unsigned char #define uint unsigned int _Bool KEYC @PB_IDR:4;//COPY _Bool KEYP @PC_IDR:6;//POW uint ShowMode = 1;

    /dl/510053.html

    标签: LED

    上传时间: 2016-03-23

    上传用户:wfbuewsf

  • 单片机C语言(for)延时计算

    C程序中可使用不同类型的变量来进行延时设计。经实验测试,使用unsigned char类型具有比unsigned int更优化的代码,在使用时应该使用unsigned char作为延时变量。&nbsp; 以某晶振为12MHz的单片机为例,晶振为12MHz即一个机器周期为1us。&nbsp; ...

    /dl/510684.html

    标签: for 单片机 C语言 延时计算

    上传时间: 2016-04-28

    上传用户:xcx7694