代码搜索:Byte

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

代码结果 10,000
www.eeworm.com/read/487142/6358824

c serialapi.c

//--------------------------------------------------------------------------- // Module: serialAPI // // Author: D.P. De Simone // // Date: December 1998 // // Descriptio
www.eeworm.com/read/325561/6364253

java datagramserver.java

/** * This class models a server using UDP to serve the client. * * @author tyrant * @version 1.0.0 */ import java.net.*; public class DatagramServer { /** * @param args */
www.eeworm.com/read/325561/6364255

java datagramclient.java

/** * This class models a client using UDP to communite with the server. * * @author tyrant * @version 1.0.0 */ import java.net.*; public class DatagramClient { /* datagram socket
www.eeworm.com/read/325561/6364259

java tcpserver.java

/** * This class models a server using TCP to serve the client. * * @author tyrant * @version 1.0.0 */ import java.net.*; import java.io.*; public class TCPServer { /* server soc
www.eeworm.com/read/325561/6364262

java tcpclient.java

/** * This class models a client using TCP to communite with the server. * * @author tyrant * @version 1.0.0 */ import java.net.*; import java.io.*; public class TCPClient { /**
www.eeworm.com/read/494417/6376257

cpp fusionalgrithm.cpp

// FusionAlgrithm.cpp: implementation of the CFusionAlgrithm class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "FusionAlgrithm.h" #in
www.eeworm.com/read/494544/6377387

txt asmcode.txt

/* Copyright (c) 2001 Lionel Ulmer (lionel.ulmer@free.fr / bbrox@bbrox.org) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation
www.eeworm.com/read/494226/6380566

java iodemo4.java

public class IODemo4{ public static void printArray(byte bytes[]) { System.out.println("数组的内容"); for(int i=0; i< bytes.length; i++) System.out.write(bytes[i]); System.out.println("\n"
www.eeworm.com/read/493666/6388757

h usb.h

#if 0 #define Usb_set_STALLRQ() (UEPSTAX |= 0x20) /* USB Driver */ #define USB_PU_CTRL FALSE /* no pull-up control */ #define VENDOR_ID 0xEB03 /* Atmel
www.eeworm.com/read/493671/6388804

bas module1.bas

Attribute VB_Name = "Module1" Declare Function OpenComm Lib "mifdll.dll" (ByVal nPort As Integer) As Integer Declare Function CloseComm Lib "mifdll.dll" () As Integer Declare Function GetState L