搜索结果

找到约 123 项符合 byte 的查询结果

单片机开发 富士通单片机MB902420系列 CAN Project: CAN0 will work as a simple Repeater. Received data will appear at P

富士通单片机MB902420系列 CAN Project: CAN0 will work as a simple Repeater. Received data will appear at Port P47..P40 (UserLEDs of FlashCan100P) and will send out again as byte-packages to ID#2 Receive-Buffer #1 : basic can Transmit-Buffer #6 : full-can ID #2
https://www.eeworm.com/dl/648/289085.html
下载: 128
查看: 1081

单片机开发 富士通单片机MB902420系列 extINT Project: All external Interrupt-Pins INT0 .. INT7 will be enabled. A fall

富士通单片机MB902420系列 extINT Project: All external Interrupt-Pins INT0 .. INT7 will be enabled. A falling edge on INTx will toggle PDR4_P4x in order to toggle the LEDx of the Flash-CAN-100P Board e.g. falling edge on INT3 will result in LED D3 will toggleP47..P40 (UserLEDs of FlashCan100P) and ...
https://www.eeworm.com/dl/648/289088.html
下载: 110
查看: 1057

Java编程 CRC16算法的Java实现

CRC16算法的Java实现,使用方法如下: CRC16 crc16 = new CRC16() byte[] b = new byte[] { // (byte) 0xF0,(byte)0xF0,(byte)0xF0,(byte)0x72 (byte) 0x2C, (byte) 0x00, (byte) 0xFF, (byte) 0xFE, (byte) 0xFE, (byte) 0x04, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00 } for (int k = ...
https://www.eeworm.com/dl/633/293647.html
下载: 88
查看: 1082

磁盘编程 //按柱面和磁道来读取磁盘数据,要求 Public Function ReadDisk(ByVal Cylinders As Long, ByVal Tracks As Long, db() As

//按柱面和磁道来读取磁盘数据,要求 Public Function ReadDisk(ByVal Cylinders As Long, ByVal Tracks As Long, db() As Byte) As Boolean
https://www.eeworm.com/dl/629/301124.html
下载: 26
查看: 1037

微处理器开发 测试SPI接口

测试SPI接口,串口调试助手发1个Byte数据,通过SPI写到DATAFLASH,再从DATAFLASH读出,反馈到串口调试助手显示。
https://www.eeworm.com/dl/655/307638.html
下载: 110
查看: 1080

微处理器开发 开发环境:ADS。测试IIC接口

开发环境:ADS。测试IIC接口,串口调试助手发1个Byte数据,通过IIC写到EEPROM,再从EEPROM读出,反馈到串口调试助手显示。IIC通信速率330000bps。
https://www.eeworm.com/dl/655/307664.html
下载: 71
查看: 1067

单片机开发 很完整的51串口程序 包括如下: 串口中断服务程序

很完整的51串口程序 包括如下: 串口中断服务程序,仅需做简单调用即可完成串口输入输出的处理 出入均设有缓冲区,大小可任意设置。 可供使用的函数名: char getbyte(void) 从接收缓冲区取一个byte,如不想等待则在调用前检测inbufsign是否为1。 getline(char idata *line, unsigned char n) 获取一行数据回车结束,必须定义 ...
https://www.eeworm.com/dl/648/307943.html
下载: 113
查看: 1085

VHDL/FPGA/Verilog crc_table.c is for reset seed( 0000 ) crc_table_1.c is for reset seed( ffff) CRC16_D8_m.v is a ver

crc_table.c is for reset seed( 0000 ) crc_table_1.c is for reset seed( ffff) CRC16_D8_m.v is a verilog module of byte paralle crc. CRC16_D8_m_tb.v is the testbench file of above module.
https://www.eeworm.com/dl/663/326356.html
下载: 173
查看: 1073

单片机开发 Target:89S51 程序描述:网络远端温度感测器

Target:89S51 程序描述:网络远端温度感测器,这个范例中使用到  (1)8051 的Port 1连接到LCD显示器,PORT 3的P3.3、P3.4和P3.5分别连接到LCD显示器的控制线,程序执行时可以让LCD显示器显示出时间和日期。 (2)温度感测组件AD590经由ADC0804将感测到的温度,转换成数位数据,然后经由PORT 0输入8051。 (3)igangcai 8 ...
https://www.eeworm.com/dl/648/329393.html
下载: 193
查看: 1041

Java编程 java 对string的各种函数

java 对string的各种函数,如跟int,byte的数据类型的转换,编码的转换等。
https://www.eeworm.com/dl/633/340935.html
下载: 122
查看: 1032