代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/311266/13633037
h _rtfconv.h
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft shared
// source or premium shared source license agreem
www.eeworm.com/read/311266/13633105
h _rtfwrit.h
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft shared
// source or premium shared source license agreem
www.eeworm.com/read/311172/13634137
h lpregs.h
//-----------------------------------------------------------------------------
// File: lpregs.h
// Contents: EZ-USB FX2LP/FX1 register declarations and bit mask definitions.
//
// $Arc
www.eeworm.com/read/311079/13635875
cls hdsn.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/310723/13645102
pas ecc200.pas
unit ECC200;
interface
uses DateUtils;
type
TByteArray = array of byte;
TECC200Size = (
ecc200_Autosize,
ecc200_10x10,
ecc200_12x12,
ecc200_14x14,
ecc200_16
www.eeworm.com/read/310723/13645103
~pas ecc200.~pas
{ *********************************************************************** }
{ }
{ DataMatrix ECC200 Library
www.eeworm.com/read/310524/13649643
cs form1.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Threading;
us
www.eeworm.com/read/310116/13658137
java brawnman.java
import javax.microedition.lcdui.Graphics;
public class BrawnMan extends Enemy{
static final byte LEFT_MOVE = 0; //向左移动
static final byte RIGHT_MOVE = 1;//向右移动
static final byte LEFT_ATTACK =
www.eeworm.com/read/310116/13658182
java roleman.java
import java.util.Enumeration;
import java.util.Vector;
import javax.microedition.lcdui.*;
public class RoleMan extends RoleBase{
/***
* private short[][] xxxx = new short[][]{
子图 x1,x2,
www.eeworm.com/read/310024/13659963
pas dasmutil.pas
unit DAsmUtil;
(*
The main disassembler module of the DCU32INT utility by Alexei Hmelnov.
----------------------------------------------------------------------------
E-Mail: alex@monster.icc.ru