代码搜索:Byte

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

代码结果 10,000
www.eeworm.com/read/219561/14875969

c bfifo.c

/** * Copyright (c) 2006-2008 iWESUN (ShenZhen) Inf. * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that t
www.eeworm.com/read/118302/14876891

cpp funccode.cpp

#include "FuncCode.h" #include "StdAfx.h" int HexToBin(char* pHex,BYTE* pBin)//pBin指向的缓存必须不小于64k { //pHex指向的缓存必须以0结尾 CString strHex; CArray* pByteArray=NULL; CArray
www.eeworm.com/read/118238/14880786

h nestreme.h

//------------------------------------------------------------------------------ // Name: Nestreme.h // Desc: Holds all the function prototypes and other stuff for Nestreme.cpp //------------------
www.eeworm.com/read/118117/14886605

c main.c

/*------------------------------------------------------------------*- Main.c ------------------------------------------------------------------ Simple timer ISR demonstration program
www.eeworm.com/read/118019/14890643

cls clsds1.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/219198/14892161

bas tianyi.bas

Attribute VB_Name = "tianyi" Public Dy_DlQ(0 To 255) As Integer Function Send_tyDz_Command(address As Integer) As String Dim S() As Byte Dim SSS As String S() = ChrB(&HEB) + ChrB(&H90) + ChrB
www.eeworm.com/read/218923/14902784

cs passworddes.cs

using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.IO; using System.Security.Cryptography; namespace Full {
www.eeworm.com/read/218923/14902797

cs form1.cs

using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; namespace Full { /// /// Form1 的摘要说明。
www.eeworm.com/read/218806/14905528

cpp atapiio.cpp

// // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this source code is subject to the terms of the Microsoft end-user // license agreement (EULA) under which you lic
www.eeworm.com/read/218663/14910789

lst spi.lst

__start: __text_start: 0046 E800 LDI R16,0x80 0047 E011 LDI R17,1 0048 FF10 SBRS R17,0 0049 6400 ORI R16,0x40 004A BF05 OUT 0x35,R16 004B EFCF