代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/169164/9876792
java cycler.java
//Cycler.java
import java.awt.*;
import java.awt.image.*;
import java.applet.*;
//程序的Cycler类
public class Cycler extends Applet implements Runnable {
//变量声明
protected Image origImage; //
www.eeworm.com/read/365119/9878569
c lcd.c
#include "general.h"
#include "LCD.h"
#include "bin2dec.h"
void Int2Ascii(int value, int *pstring);
void Wait(WORD count);
//------------------------------------------------------------------
www.eeworm.com/read/169131/9880125
vb packetdecoder.vb
'Copyright (c) 2005,
' HeSicong of UESTC, Dreamworld Site(http://www.hesicong.com), All rights reserved.
'Redistribution and use in source and binary forms, with or without modification,
'are
www.eeworm.com/read/169131/9880155
vb fbus.vb
'Copyright (c) 2005,
' HeSicong of UESTC, Dreamworld Site(http://www.hesicong.com), All rights reserved.
'Redistribution and use in source and binary forms, with or without modification,
'are
www.eeworm.com/read/365029/9881464
cpp fastdistkbit.cpp
#include "muscle.h"
#include "distfunc.h"
#include "seqvect.h"
#include
#define MIN(x, y) ((x) < (y) ? (x) : (y))
static void SetKmerBitVector(const Seq &s, byte Bits[])
{
const
www.eeworm.com/read/169056/9884341
java stringconstructors.java
import java.io.*;
public class StringConstructors
{
public static void main (String[] args)
{
String str1 = new String();
String str2 = new String("Good Morning");
char d
www.eeworm.com/read/364932/9886816
c recvfd.c
#include "apue.h"
#include
/*
* Receive a file descriptor from another process (a server).
* In addition, any data received from the server is passed
* to (*userfunc)(STDERR_FILENO, bu
www.eeworm.com/read/364932/9886914
21 fig17.21
#include "apue.h"
#include
/*
* Receive a file descriptor from another process (a server).
* In addition, any data received from the server is passed
* to (*userfunc)(STDERR_FILENO, bu
www.eeworm.com/read/364857/9890864
cpp ximapcx.cpp
/*
* File: ximapcx.cpp
* Purpose: Platform Independent PCX Image Class Loader and Writer
* 05/Jan/2002 Davide Pizzolato - www.xdp.it
* CxImage version 5.99a 08/Feb/2004
*
* based on ppmtop
www.eeworm.com/read/364857/9890963
cpp ximapal.cpp
// xImaPal.cpp : Palette and Pixel functions
/* 07/08/2001 v1.00 - Davide Pizzolato - www.xdp.it
* CxImage version 5.99a 08/Feb/2004
*/
#include "ximage.h"
/////////////////////////////////