代码搜索:senddata
找到约 2,248 项符合「senddata」的源代码
代码结果 2,248
www.eeworm.com/read/409458/11322355
_h nrf905._h
extern void nrf905_Init();
extern void nrf905_SendData();
extern void nrf905_ReadData();
www.eeworm.com/read/262945/11383915
_h nrf905._h
extern void nrf905_Init();
extern void nrf905_SendData();
extern void nrf905_ReadData();
www.eeworm.com/read/261013/11674705
txt readme.txt
========================================================================
Microsoft Foundation Class Library for Windows CE: SendData
============================================================
www.eeworm.com/read/344201/11902460
_h nrf905._h
extern void nrf905_Init();
extern void nrf905_SendData();
extern void nrf905_ReadData();
www.eeworm.com/read/127784/14334066
bas filetransfer.bas
Attribute VB_Name = "FileTransfer"
Option Explicit
Public Declare Function GetTickCount Lib "kernel32" () As Long
Public Const Port = 1256 ' Port to listen on
Public Const MAX_CHU
www.eeworm.com/read/216511/15005210
bas mcomsend.bas
Attribute VB_Name = "mComSend"
Option Explicit
Public mTools As New cSundries
Public mMath As New cExpressions
Const BlockSize As Long = 1000
Public Declare Sub Sleep Lib "kernel32" (ByVal dw
www.eeworm.com/read/114100/15112762
txt winsock控件发送二进制文件出现乱码问题.txt
如 果 你 的 strfile是 字 符 串 的 话 , 请 将 其 改 为 Byte型 数 组 。 因 为 在 中 文 版 Windows下 , 使 用 SendData发 送 字 符 串 时 会 出 错 。 另 外 建 议 不 要 使 用 Input读 二 进 制 文 件 , 而 是 使 用 Get语 句 。
www.eeworm.com/read/393858/8258303
bas modfiletransfer.bas
Attribute VB_Name = "modFileTransfer"
Option Explicit
Declare Function GetTickCount Lib "kernel32" () As Long
Public Const Port = 1256 ' Port to listen on
Public Const MAX_C
www.eeworm.com/read/393858/8258310
bas modfiletransferclient.bas
Attribute VB_Name = "modFileTransferClient"
Option Explicit
'
Declare Function GetTickCount Lib "kernel32" () As Long
Public Const Port = 1256 ' Port
Public Const MAX_CHUNK =
www.eeworm.com/read/173446/9657974
bas modfiletransfer.bas
Attribute VB_Name = "modFileTransfer"
Option Explicit
Declare Function GetTickCount Lib "kernel32" () As Long
Public Const Port = 1256 ' Port to listen on
Public Const MAX_C