代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/141842/12981517
lst key05r2.lst
KEY05R2.ASM Assembled with CASM 05/06/1998 18:19 PAGE 1
1 *****************************************************
2 *
www.eeworm.com/read/141842/12981531
asm key05r2.asm
.pagewidth !160
*****************************************************
* *
* 101 Key, IBM Keyboard Decoder for 68HC705J1A. *
*
www.eeworm.com/read/328969/12992144
h atapi.h
//-----------------------------------------------------------------------------
// File: atapi.h
// Contents: Header file
//
// Copyright (c) 1999-2002 Cypress Semiconductor, Inc. All r
www.eeworm.com/read/328969/12992156
h fx2regs.h
//-----------------------------------------------------------------------------
// File: FX2regs.h
// Contents: EZ-USB FX2 register declarations and bit mask definitions.
//
// $Archive
www.eeworm.com/read/328866/12997768
cpp rewr.cpp
#include "stdafx.h"
#define LOUExport extern "C" _declspec( dllexport )
#define ZERO_MEMORY(s) ::ZeroMemory(&s, sizeof(s))
HANDLE hCommDev=INVALID_HANDLE_VALUE;
int WaitFor(DWORD Timeout,DWOR
www.eeworm.com/read/141570/12998928
txt 46.txt
VB自定义数据结构的传输转换
大连舰艇学院
孙永侃
---- 用VB使用MSCOMM、WINSOCK等控件实现数据传输都方便,但这些控件提供的方法都只能传输字符串、<mark>Byte</mark>数组等,没有提供用户自定义数据结构直接传输的方法。但如果解决了用户自定义数据结构与<mark>Byte</mark>数组的互相转换,就自然可以实现用户自定义数据结构的传输了。目前我们使用的转换方法主要是以下两种方法:
---- (1) ...
www.eeworm.com/read/141570/12999329
txt 30.txt
VB自定义数据结构的传输转换
大连舰艇学院
孙永侃
---- 用VB使用MSCOMM、WINSOCK等控件实现数据传输都方便,但这些控件提供的方法都只能传输字符串、<mark>Byte</mark>数组等,没有提供用户自定义数据结构直接传输的方法。但如果解决了用户自定义数据结构与<mark>Byte</mark>数组的互相转换,就自然可以实现用户自定义数据结构的传输了。目前我们使用的转换方法主要是以下两种方法:
---- (1) ...
www.eeworm.com/read/141570/12999952
txt 126.txt
设定StatusBar的文字成不同的颜色
设定StatusBar上的文字,该文字以StatusBar所在Form的字型设定为准,并以form
的ForeColor为字的颜色,文字过长时,自动会截除
这个程式的实质意义不太大,因为当文字被盖掉後需自行重新再呼叫这个Sub才能再
将文字显示出来,除非我们再使用Subclassing的方式,於statusBar接收到WM_PAINT
时 ...
www.eeworm.com/read/242404/13007774
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/328652/13009199
c disasm.c
#define STRICT
#include
#include
#include
#include
//#include
#include
#include
#pragma hdrstop
#include "disasm.h"