代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/119112/14838953
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);
www.eeworm.com/read/472120/6879223
java v.java
// Decompiled by Jad v1.5.8e2. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://kpdus.tripod.com/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi space
import java.io.*;
www.eeworm.com/read/367275/9763056
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);
www.eeworm.com/read/238196/13902943
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);
www.eeworm.com/read/122790/6064892
c nf.c
/*C**************************************************************************
* NAME: nf.c
*----------------------------------------------------------------------------
* Copyright (c) 2002
www.eeworm.com/read/190158/8446834
c swap.c
#include
main()
{
int byte1, byte2;
byte1 = getchar();
byte2 = getchar();
while (byte2 != EOF) {
putchar((byte2 & 0xFF));
putchar((byte1 & 0xFF));
byte1 = getchar();
www.eeworm.com/read/189008/8497133
c 6.2.c
#include
sbit DQ =P2^1; //定义端口
typedef unsigned char byte;
typedef unsigned int word;
//延时
void delay(word useconds)
{
for(;useconds>0;useconds--);
www.eeworm.com/read/429364/8810210
c 28.c
sbit DQ =P2^1; //根据实际情况定义端口
typedef unsigned char byte;
typedef unsigned int word;
//延时
void delay(word useconds)
{
for(;useconds>0;useconds--);
}
//复位
byt
www.eeworm.com/read/427377/8949212
h bitroutines.h
/*
|
| Copyright disclaimer:
| This software was developed at the National Institute of Standards
| and Technology by employees of the Federal Government in the course
| of their official d
www.eeworm.com/read/382513/9023478
h ds18b20.h
#include
#include
#define uchar unsigned char
#define uint unsigned int
uint temp; // variable of temperature
sbit DS=P1^0; //define interface
void d