搜索结果

找到约 165 项符合 unsigned 的查询结果

单片机开发 LC72130+1823程序 void out(uchar dat) ulong in_data(void) void out_data(uchar dat1,uchar dat2,ucha

LC72130+1823程序 void out(uchar dat) ulong in_data(void) void out_data(uchar dat1,uchar dat2,uchar dat3,uchar dat4) void display_tunner(unsigned long dat) void tunner_init(void) void display_mute(uchar dat) void RADI0_DIsplay_VOLUME(uchar volume) void RADI0_DIsplay(unsigned long dat) void au ...
https://www.eeworm.com/dl/648/272356.html
下载: 198
查看: 1158

汇编语言 C51精确延时分析探讨 从精度考虑

C51精确延时分析探讨 从精度考虑,它得研究结果是: void delay2(unsigned char i) { while(--i) } 为最佳方法。
https://www.eeworm.com/dl/644/320157.html
下载: 158
查看: 1062

技术资料 SHT11温湿度检测

char s_measure(unsigned char *p_value, unsigned char *p_checksum, unsigned char mode){unsigned error=0;unsigned int i;s_transstart(); //启动传输switch(mode) //选择发送命令{case TEMP : error+=s_write_byte(MEASURE_TEMP); break; //测量温度case HUMI : error+=s_write_byte(MEASURE_HUMI); break; //测量湿度 ...
https://www.eeworm.com/dl/893732.html
下载: 6
查看: 8210

VHDL/FPGA/Verilog 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.
https://www.eeworm.com/dl/663/468781.html
下载: 57
查看: 1119

单片机开发 Open-source, free, multi-platform BASIC compiler, with syntax similar MS-QuickBASIC (including the G

Open-source, free, multi-platform BASIC compiler, with syntax similar MS-QuickBASIC (including the GFX statements), that adds new features such as pointers, unsigned data types, inline assembly, a pre-processor and many others.
https://www.eeworm.com/dl/648/436570.html
下载: 44
查看: 1310

技术资料 fifo堆栈

VHDL Test Bench created by HDL Bencher 1.02 -- Mon Feb 05 11:59:49 2001 LIBRARY ieee; USE ieee.std_logic_1164.all; USE ieee.std_logic_unsigned.all; LIBRARY UNISIM;
https://www.eeworm.com/dl/987962.html
下载: 1
查看: 473

其他文档 Ascii码的88点阵数据.rar

Ascii码的8*8点阵数据,竖着排的。 code unsigned char asc5x8dot[96][5]={//ASC码0x20~0x7f
https://www.eeworm.com/dl/536/7689.html
下载: 189
查看: 1098

单片机开发 24C01的读写程序

24C01的读写程序,C51源代码 调用方式:write_8bit(unsigned char ch) ﹫2001/03/23 函数说明:内函数,私有,用户不直接调用。
https://www.eeworm.com/dl/648/181221.html
下载: 129
查看: 1068

书籍源码 void III_hufman_decode(struct Granule *gr,int part2_start, int freqline[SBLIMIT][SSLIMIT]) {

void III_hufman_decode(struct Granule *gr,int part2_start, int freqline[SBLIMIT][SSLIMIT]) { unsigned int reg1, reg2,i unsigned int part3_length = part2_start + gr->part2_3_length unsigned used int h,*f=&freqline[0][0] if(gr->window_switching_flag && gr->block_type == 2) { /* sh ...
https://www.eeworm.com/dl/532/285422.html
下载: 146
查看: 1134

单片机开发 这个是一个用Keil C51编写的16位串行AD芯片ADS1100的驱动程序示例

这个是一个用Keil C51编写的16位串行AD芯片ADS1100的驱动程序示例,程序中含有写好的ADS1100.H标准驱动函数和LCD1602.H液晶驱动函数,用51模拟IIC总线进行数据采集。提供API式外部函数接口:void Init_ads1100(unsigned char mdata) unsigned int Rd_ads1100(void) 具体功能见程序中的*.C测试文件。 ...
https://www.eeworm.com/dl/648/241415.html
下载: 36
查看: 1160