代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/201145/15415820
h crc32.h
/*********************************************************************/
/* */
/* crc32.h - calculate CRC-32s.
www.eeworm.com/read/103079/15747069
c common.c
/*
chmdeco -- extract files from ITS/CHM files and decompile CHM files
Copyright (C) 2003 Pabs
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Gener
www.eeworm.com/read/100305/15877394
h crc32.h
/*********************************************************************/
/* */
/* crc32.h - calculate CRC-32s.
www.eeworm.com/read/282093/9119770
m writepacketterminator.m
function WritePacketTerminator(gps, id, data, type)
% WRITEPACKETTERMINATOR Send the two byte packet terminator: (DLE, ETX)
global pid_dle_byte pid_etx_byte pid_ack_byte pid_nak_byte
% Checksum
www.eeworm.com/read/169290/9869133
asm 96_25045.asm
CPU 80C196KC
;***********************************************
; X25045子程序 SJR_9900S
; _CS ==> P1.5(30), SO ==> P0.3(4)
; SI ==> P2.6(33), SCK==> P1.6(31)
;***************************************
www.eeworm.com/read/164586/10100534
m writepacketterminator.m
function WritePacketTerminator(gps, id, data, type)
% WRITEPACKETTERMINATOR Send the two byte packet terminator: (DLE, ETX)
global pid_dle_byte pid_etx_byte pid_ack_byte pid_nak_byte
% Checksum
www.eeworm.com/read/438909/7724685
m writepacketterminator.m
function WritePacketTerminator(gps, id, data, type)
% WRITEPACKETTERMINATOR Send the two byte packet terminator: (DLE, ETX)
global pid_dle_byte pid_etx_byte pid_ack_byte pid_nak_byte
% Checksum
www.eeworm.com/read/139256/13165924
c i2c.c
//#include
// SMBus 字节写函数-----------------------------------------------------
// 向给定存储器地址写一个字节
//
// out_byte = 待写数据
// byte_address = 待写存储器地址2字节
// chip_select = 待写EEPROM芯片的器件
www.eeworm.com/read/314179/13572552
m writepacketterminator.m
function WritePacketTerminator(gps, id, data, type)
% WRITEPACKETTERMINATOR Send the two byte packet terminator: (DLE, ETX)
global pid_dle_byte pid_etx_byte pid_ack_byte pid_nak_byte
% Checksum
www.eeworm.com/read/130385/14196146
c bs_test.c
See LICENSE for license
See LICENSE for license
byte_string_t bs1, bs2, bs;
byte_string_set(bs1, "Hello");
byte_string_set(bs2, "World");
byte_string_join(bs, bs1, bs2);