代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/318852/13470483
pas ueschergraphtobse.pas
unit UEscherGraphToBSE;
{$IFDEF LINUX}{$INCLUDE ../FLXCOMPILER.INC}{$ELSE}{$INCLUDE ..\FLXCOMPILER.INC}{$ENDIF}
{$IFDEF LINUX}{$INCLUDE ../FLXCONFIG.INC}{$ELSE}{$INCLUDE ..\FLXCONFIG.INC}{$ENDIF}
www.eeworm.com/read/318508/13476877
cs securityhelper.cs
using System;
using System.Text;
using System.Runtime.InteropServices;
using System.Security.Cryptography;
namespace Stella.Utility
{
///
/// 执行安全操作的辅助类
///
///
www.eeworm.com/read/318463/13478419
java piano.java
import java.applet.Applet;
import java.applet.AudioClip;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class Piano extends Applet implements ActionListener
{
www.eeworm.com/read/318093/13488654
java eccurve.java
package org.bouncycastle.math.ec;
import java.math.BigInteger;
/**
* base class for an elliptic curve
*/
public abstract class ECCurve
{
BigInteger q;
ECFieldElement a, b;
public ECCurve(BigIn
www.eeworm.com/read/317892/13494519
h global.h
/*!
***************************************************************************
* \file
* global.h
*
* \brief
* global variables and structures.
*
*
* \date
* 01. Apr
www.eeworm.com/read/317630/13500616
htm 57.htm
如何使用MSCOMM32.OCX发送大于80H的字符,可否给个示例程序?
答:该接发方式为
MSComm1.InputMode=comInputModeBinary
如发一个A0H
Dim TxData(0) As Byte
TxData(0)=&HA0
MSComm1.O
www.eeworm.com/read/317630/13500655
htm 51.htm
取得网卡序列号
很多软件以取得网卡地址作为License验证,这不失为一个验证合法用户的好办法,不过要付出回复用户电话、传真的代价哦 ^_^
将下面这段代码拷贝到程序中,然后在你的程序需要的时候调用EthernetAddress(0),该函数返回的字符串就是您机器上网卡的以太序列号。
Pri
www.eeworm.com/read/317630/13500682
htm 40.htm
建立拨号联接
Public Const RAS_MaxEntryName = 256
Private Type RASENTRYNAME
dwSize As Long
szEntryName(RAS_MaxEntryName) As Byte
End Typ
www.eeworm.com/read/317526/13502865
h disasm.h
// Free Disassembler and Assembler -- Header file
//
// Copyright (C) 2001 Oleh Yuschuk
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the G
www.eeworm.com/read/317526/13502866
cpp disasm.cpp
// Free Disassembler and Assembler -- Disassembler
//
// Copyright (C) 2001 Oleh Yuschuk
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the