代码搜索:Byte

找到约 10,000 项符合「Byte」的源代码

代码结果 10,000
www.eeworm.com/read/490269/6453369

txt tcpandudp.txt

Answers: 1.How many packets should it take to send one byte over UDP? From the above message, there are ((5479-4406)/1000), about one packet to send one byte. 2.How many packets does it take
www.eeworm.com/read/338993/12268175

txt 显式转换类型.txt

示列代码一: byte dest; short sour=7; dest=(byte)sour;
www.eeworm.com/read/114690/15041993

txt 显式转换类型.txt

示列代码一: byte dest; short sour=7; dest=(byte)sour;
www.eeworm.com/read/212590/15153479

txt diamond.txt

The Diamond Encryption Algorithm by Michael Paul Johnson Abstract--Diamond is a royalty-free, symmetric key block cipher encryption algorithm based on a combination of nonlinear functions. T
www.eeworm.com/read/161121/5556709

s mac_penguin.s

.byte \ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ 0x00,0x00,0x00,0x00,0x00,0x00,
www.eeworm.com/read/155397/5623090

tex stack.tex

\documentclass[11pt]{article} \usepackage{graphicx} \usepackage{graphics} \usepackage{multicol} \usepackage{epsfig,amsmath,amsfonts} \makeatletter % Make '@' access
www.eeworm.com/read/152843/5658647

s mac_penguin.s

.byte \ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ 0x00,0x00,0x00,0x00,0x00,0x00,
www.eeworm.com/read/193635/8210631

asm servo8.asm

LIST P=PIC16F84, R=DEC #INCLUDE "p16f84.inc" ;------------------------------------------------------------------------------ ; ASSEMBLE With MPASM. available for free from http://www.microchi
www.eeworm.com/read/236526/14012684

txt 显式转换类型.txt

示列代码一: byte dest; short sour=7; dest=(byte)sour;
www.eeworm.com/read/204301/15341738

h ftpclient.h

//////////////////////////////////////////////////////////////////////////////// // // The official specification of the File Transfer Protocol (FTP) is the RFC 959. // Most of the documentation ar