代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/305813/13760368
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
www.eeworm.com/read/305791/13760912
bas eepram.bas
$regfile = "m16def.dat"
$crystal = 8000000
Dim V As Eram Byte
Dim A As Byte
A = 10
V = A '给变量V赋值 也就是写该变量到EEPRAM中
'也可以这样
Dim V As Byte
www.eeworm.com/read/305786/13761002
bas 8.1.bas
'***********************************************************************
'本程序实现红外遥控流水灯花样,LCD显示时间,当时温度 ,按键实验和ADC测量
'程序语言:BASCOM-AVR
'编译版本BASCOM-AVR 1.11.8.5
'程序编译、仿真通过
'***************************
www.eeworm.com/read/305667/13763620
bas cod_numerator.bas
Attribute VB_Name = "Cod_Numerator"
Option Explicit
'this sub will split up every bytevalue in 1 to 3 codes below 10
'it uses 1 additional byte for the codecount to follow
Public Sub Numerat
www.eeworm.com/read/305667/13763621
bas cod_flatter64.bas
Attribute VB_Name = "Cod_Flatter64"
Option Explicit
'This coder makes all the numbers
www.eeworm.com/read/305667/13763624
bas cod_flatter16.bas
Attribute VB_Name = "Cod_Flatter16"
Option Explicit
'This code will split all bytesvalues in half so you will end up
'with a fill which contain only values < 16
'Downside of this code is that
www.eeworm.com/read/305667/13763674
bas cod_seperator.bas
Attribute VB_Name = "Cod_Seperator"
Option Explicit
Public Sub Seperator_Coder(ByteArray() As Byte)
Dim ContStream() As Byte
Dim OutStream() As Byte
Dim OutPos As Long
Dim
www.eeworm.com/read/305469/13768528
ini canloopback.ini
SIGNAL void CANmessage (void) {
while (1)
{
wwatch(CAN2OUT);
CAN1ID = CAN2ID; // CAN message ID
CAN1L = CAN2L; // message length
CAN1B0 = CAN2B0; /
www.eeworm.com/read/305469/13768716
ini canloopback.ini
SIGNAL void CANmessage (void) {
while (1)
{
wwatch(CAN2OUT);
CAN1ID = CAN2ID; // CAN message ID
CAN1L = CAN2L; // message length
CAN1B0 = CAN2B0; /
www.eeworm.com/read/305209/13776868
java grids.java
/*
* Grids.java
*
* Created on 2005年12月13日, 下午4:00
*
* To change this template, choose Tools | Options and locate the template under
* the Source Creation and Management node. Right-click