代码搜索:Byte

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

代码结果 10,000
www.eeworm.com/read/464225/7167476

html sfile.html

www.eeworm.com/read/464225/7167486

h diskio.h

/*----------------------------------------------------------------------- / Low level disk interface modlue include file R0.07 (C)ChaN, 2009 /----------------------------------------------------
www.eeworm.com/read/463974/7171409

c sci.c

/****************************************************************************** * COPYRIGHT (c) MOTOROLA 2002 * FILE NAME: sci.c REVISION 1.0
www.eeworm.com/read/463900/7173673

c conn1.c

/***************************************************************************** * * Microchip DeviceNet Stack (Explicit Messaging Connection Object Source) * ***********************************
www.eeworm.com/read/463607/7177501

cpp substitute.cpp

#include "stdafx.h" #include "stdlib.h" void m2c(BYTE m , BYTE &c , BYTE k) { c=(m+k)%256; } void c2m(BYTE m , BYTE &c , BYTE k) { c=(m+256-k)%256; } void m2c(int m , int &c , BYTE k
www.eeworm.com/read/463249/7184905

bas ras_glb.bas

Attribute VB_Name = "RAS_GLB" Option Explicit '********************************** '* 常量声名****** Public Const UNLEN = 256 Public Const DNLEN = 15 Public Const PWLEN = 256 Public Const RA
www.eeworm.com/read/462119/7209199

cs accountprop.cs

using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data.OleDb; using System.Data; namespace MyOutlook { /
www.eeworm.com/read/461985/7213365

bas 数据转换.bas

Attribute VB_Name = "数据转换" Option Explicit Public sendcp As Boolean '内存复制的API函数 Public Declare Sub CopyMemory Lib "KERNEL32" Alias "RtlMoveMemory" (Destination As Any, Source As Any, ByVal L
www.eeworm.com/read/461970/7213583

s isr_spi2.s

;START_HEADER ; ; dsPIC30F6014 Demo Source File ; (c) Copyright 2005 Microchip Technology, All rights reserved ; ; -------------------------------------------------------------------------- ; Fi
www.eeworm.com/read/461928/7214401

h midi.h

///////////////////////////////////////////////////////////////////////////// // This file is part of the completely free tetris clone "CGTetris". // // This is free software. // You may redistrib