代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/242302/13080238
txt 如何使用winsock接受超过1k的数据.txt
我 试 验 了 一 下 ,可 以 发 送 大 于 1000byte的 字 节 ,下 面 是 我 的 代 码 ,不 知 与 作 者 有 何 不 同 。
发 送 端 :
Dim myarray(6000) As Byte
myarray(0) = &HE2
myarray(1) = &H5C
myarray(2) = &H4B
www.eeworm.com/read/242302/13080749
txt index2.txt
105,调用API不能改变Form的中文字体
我 这 里 有 个 困 扰 了 我 很 久 的 问 题 , 我 在 VB中 用 下 列 代 码 调 用 API改 变 Form的 字 体 。 发 现 所 设 定 的 字 体 的 其 它 特 性 如 高 度 、 宽 度 等 均 能 起 作 用 , 只 有 字 体 设 不 上 , 后 发 现 英 文 字 体 就 没 有 这 个 问 题 。 请 问 如
www.eeworm.com/read/242302/13080983
txt 如何设置串口参数.txt
VB的 MSComm就 可 以 实 现 你 的 要 求 。 如 果 要 设 置 端 口 参 数 , 需 要 设 置 Settings属 性 。 Settings属 性 为 一 个 字 符 串 , 格 式 为 "BBBB,P,D,S"。 其 中 BBBB为 波 特 率 , P为 奇 偶 检 验 , D为 数 据 位 , S为 终 止 位 。
MSComm也 可 以 进 行 二 进 制 传
www.eeworm.com/read/140307/13089126
txt readme.txt
*********************************************************************************************************
Version: 1.0E
Base:
1.0D-ADT0
Notes:
1. For Full r
www.eeworm.com/read/140245/13094969
c hplcomb.c
/*
* DiskSim Storage Subsystem Simulation Environment (Version 3.0)
* Revision Authors: John Bucy, Greg Ganger
* Contributors: John Griffin, Jiri Schindler, Steve Schlosser
*
* Copyright (c) of C
www.eeworm.com/read/327101/13099477
cpp sapphire.cpp
// sapphire.cpp -- modified by Wei Dai from:
/* sapphire.cpp -- the Saphire II stream cipher class.
Dedicated to the Public Domain the author and inventor:
(Michael Paul Johnson). This cod
www.eeworm.com/read/327101/13099544
h cryptlib.h
// cryptlib.h - written and placed in the public domain by Wei Dai
// This file contains the declarations for the abstract base
// classes that provide a uniform interface to this library.
#ifn
www.eeworm.com/read/327051/13102010
pas comm.pas
unit comm;
interface
type
TBArray = Array of byte;
TABArray = Array of TBArray;
TAIArray = Array of Array[0..1] of Integer;
TAAIArray = Array of TAIArray;
TI25Array = Array[0..24
www.eeworm.com/read/140161/13102196
c phitext.c
/*
Copyright 1994-2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
t
www.eeworm.com/read/140161/13102744
c simops.c
/*
Copyright 2001-2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
t