代码搜索:senddata

找到约 2,248 项符合「senddata」的源代码

代码结果 2,248
www.eeworm.com/read/102048/15793831

frm frmmanager.frm

VERSION 5.00 Begin VB.Form frmManager BorderStyle = 1 'Fixed Single Caption = "控制客记机" ClientHeight = 3195 ClientLeft = 45 ClientTop = 330
www.eeworm.com/read/101814/15806336

h serial.h

#ifndef _SERIAL_ #define _SERIAL_ #define BAUDRATE0 115200 // 用户定义的UART0 波特率 #define DB_SENDMAXSIZE 0x80 #define DB_RECMAXSIZE 0x80 void init_serial(void); void OpenComm(void); void SendC
www.eeworm.com/read/101790/15811207

htm subject_33373.htm

序号:33373 发表者:李 发表日期:2003-03-19 18:29:37 主题:如何在特定时刻触发某个事件?上次问了,没解决。 内容:数据里有一个时间数组,如4:00,5:00,6:00,开机后,程序就一直运行,到4:00 时弹出一个对话框,到5:00 又弹出一个。。。。。。我试 很多种方法,包括用一个副线程来在后台执行,不是太占资源就是死循环, ...
www.eeworm.com/read/101790/15812393

htm subject_40475.htm

序号:40475 发表者:蓝蜻蜓 发表日期:2003-05-19 09:57:04 主题:求取串口调试程序的源代码,有关发十六进制数的,还请大家多帮忙啊 内容:我的串口程序发出命令硬件总是无响应,但串口调试已经通过了,用串口调试助手却会收到硬件的响应。各位能不能提供源代码给我参考一下 ,非常感谢
www.eeworm.com/read/101480/15830932

pas sendunit.pas

unit sendunit; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Buttons; type TForm1 = class(TForm) Edit1: TEdit;
www.eeworm.com/read/101472/15831437

bas modsendmail.bas

Attribute VB_Name = "modSendmail" '---------------------------------------- '- Name: Sam Huggill '- Email: sam@vbsquare.com '- Web: http;//www.vbsuare.com/ '- Company: Lighthouse Internet Solutio
www.eeworm.com/read/100363/15876050

frm frmboom.frm

VERSION 5.00 Object = "{248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0"; "MSWINSCK.OCX" Begin VB.Form frmMain Caption = "Boom 1.2 [New Session]" ClientHeight = 5205 ClientL
www.eeworm.com/read/192685/8365717

txt 使用winsock控件通讯,可否使用自定义类型数据包.txt

SendData只处理字符串和字节数组,所以其他类型应该转换为这两种类型。对于自定义类型只能转换为字节数组。可以利用CopyMemory函数: Declare Sub CopyMemory Lib "KERNEL32" Alias "RtlMoveMemory" ( _ hpvDest As Any, hpvSource As Any, ByVal cbCop
www.eeworm.com/read/391982/8369982

c ramtest.c

#include "DSP28_Device.h" #include "ext_inf.h" const Uint16 LedCode[]={0x7F,0xBF,0xDF,0xEF,0xF7,0xFB,0xFD,0xFE,0xFF}; unsigned int *ExRamStart = (unsigned int *)0x100000; Uint16 LedCount;