代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/137421/13322626
c modedet.c
/****************************************************************************
+----------------------------------------------------------------------+
| Copyright Trumpion Microelectronics Inc
www.eeworm.com/read/137421/13322677
c auto.c
/****************************************************************************
+----------------------------------------------------------------------+
| Copyright Trumpion Microelectronics Inc
www.eeworm.com/read/323603/13334321
java datagramserver.java
import java.net.*;
/*
* Created on 2008-5-8
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
/**
* @author G
www.eeworm.com/read/323603/13334325
java datagramclient.java
import java.net.*;
import java.util.*;
/*
* Created on 2008-4-12
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*
www.eeworm.com/read/323603/13334327
java tcpserver.java
import java.io.*;
import java.net.*;
/*
* Created on 2008-4-12
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*
www.eeworm.com/read/323603/13334329
java tcpclient.java
import java.io.*;
import java.net.*;
import java.util.*;
/*
* Created on 2008-4-12
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style
www.eeworm.com/read/323582/13335091
h zjs.h
/*
* Manifest constants for the ZjStream protocol
*
* I'm told that a lot of this stuff came from a file called "zjrca.h".
* But a Google search does not turn up that file. I added my own
* impro
www.eeworm.com/read/323470/13340034
cpp aes.cpp
#include "aes.h"
Aes::Aes(int keySize, char* keyBytes)
{
SetNbNkNr(keySize);
key = new char[Nk * 4]; // 16, 24, 32 bytes
//keyBytes.CopyTo( key, 0);
BuildSbox();
BuildInvSbox();
Bui
www.eeworm.com/read/137154/13342733
bas mt.bas
Attribute VB_Name = "mt"
Option Explicit
Public SequNum As Integer '记录发送submit后未应答的Submitresp的数量,不大于30
Public Function SendSubmit(sck As Winsock, MySubMt As SubMit) As Long
'发送
www.eeworm.com/read/323262/13346258
bas vbdemo.bas
Attribute VB_Name = "VBDEMO1"
' PRODAVE S7 declarations in Visual Basic
' for S7_300 or S7_200
'
' Projekt/project -> Eigenschaften/Propertys -> erstellen/build
' S7_300 = 1 or S7_200 = 1