CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 Dephi控件源码 搜索资源 - 字节

搜索资源列表

  1. httpdownload

    0下载:
  2. 这两个函数 function app_path1:string function socket_rec_line1(socket1:TCustomWinSocket timeout1:integer crlf1:string=#13#10):string 实际上是我的一个公用单元中的函数,大家应该养成建立自己的公用单元的习惯。 socket_rec_line1函数中用了唐晓峰大侠的coolmail中的办法:只是简单的一个一个字节收取,找到结束 标志后就算收完一行了,大家实
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:237.36kb
    • 提供者:lbo
  1. liaotiangongju

    0下载:
  2. DP协议使用端口号为不同的应用保留其各自的数据传输通道。数据发送一方(可以是客户端或服务器端)将UDP数据报通过源端口发送出去,而数据接收一方则通过目标端口接收数据。有的网络应用只能使用预先为其预留或注册的静态端口;而另外一些网络应用则可以使用未被注册的动态端口。因为UDP报头使用两个字节存放端口号,所以端口号的有效范围是从0到65535。可以进行聊天的哦 !
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:169.83kb
    • 提供者:yangfeng
  1. Serial-debugging

    0下载:
  2. delphi版的串口调试软件源码 SPCOMM使用方法 1.设置参数: CommName := Com1 //串口 BaudRate := 9600 //波特率 2.打开 StartComm() 3.写数据 WriteCommData(缓冲区地址,字节数) 读数据 OnReceiveData(数据接收处理); 4.关闭 StopComm()。-delphi source code version of the serial debugging software
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-22
    • 文件大小:273.98kb
    • 提供者:philzheng
  1. ppiVBB

    1下载:
  2. 1、通过DLL与PLC通信,基于ppi协议。 2、DLL文件名:S7_200_PPI.dll 3、串口,连接线为西门子PC-PPI电缆或自己焊接 4、S7-200 PLC 默认参数即可 5、默认一次最多读取100个VB字节或50个VW字,通过修改相关参数,可以读取更多 6、为了简化程序,仅提供V区操作,实际应用中足够了 7、操作VW字时,地址应为偶数-1, by the DLL to communicate with the PLC,
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-09
    • 文件大小:237.35kb
    • 提供者:石晓生
  1. ID_reader

    0下载:
  2. 用串口模拟2个485读卡器,可模拟485地址和读到4字节卡号,方便门禁考勤程序的调试-485 simulation 2 with serial reader, can simulate 485 4-byte address and read the card number, to facilitate debugging of Access Control Program
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:551.14kb
    • 提供者:justine
  1. CRC_Calc

    0下载:
  2. Delphi下几种CRC算法的实现例程,包括经典算法,半字节加速算法、高速算法等-Delphi under the CRC algorithm for the realization of several routines, including the classic algorithm, semi-byte accelerated algorithm, high-speed algorithm
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-01
    • 文件大小:203.11kb
    • 提供者:赵春宇
  1. TSMSComm_v3.0

    0下载:
  2. 1.属性 CommName:填写COM1,COM2…等串口的名字,在打开串口前,必须填写好此值。 BaudRate:设定波特率9600,4800等,根据实际需要来定,在串口打开后也可更改波特率,实际波特率随之更改。 ParityCheck:奇偶校验。 ByteSize:字节长度_5,_6,_7,_8等,根据实际情况设定。 Parity:奇偶校验位 pBits:停止位 SendDataEmpty:这是一个布尔属性,为true时
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-24
    • 文件大小:490.25kb
    • 提供者:sd
  1. Comport

    0下载:
  2. delphi使用串口通信的控件PC向单片机发送6个字节的数据,单片机收到后返回PC显示。注释我都写很清楚了,你自己稍微改下就可以了。-delphi controls PC using serial communication sent to the MCU 6 bytes of data received and returned to PC display microcontroller. Note I have written very clearly, and you can slight
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-26
    • 文件大小:5.09kb
    • 提供者:张宁
  1. Delphi_Programming_bytecodematrix_fonts

    0下载:
  2. Delphi编程设计阵字体字节码源代码Delphi Programming bytecode code matrix fonts -Delphi Programming bytecode code matrix fonts
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-07
    • 文件大小:250.17kb
    • 提供者:李锐
  1. High-Byte-in-the-post

    0下载:
  2. 给出一个十六进制数值,将数值进行转换为10直制,按字节存储,高位在后-Give a hexadecimal value, the value system of the conversion of 10 straight, in bytes storage, high in the post
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:162.39kb
    • 提供者:zhouwei
  1. BYTE_CRC16

    0下载:
  2. 用于计算字节型数据的CRC16校验,用于串口通信中数据正确性的校验-calculate CRC-16 byte ,RS232 conmunication
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-03
    • 文件大小:203.4kb
    • 提供者:taozi
  1. RedTest

    0下载:
  2. 红灯检测 起始字节+级联序号+状态字节+异或校验和-Red light detection start cascading number of bytes+++ status byte XOR checksum
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-17
    • 文件大小:202.21kb
    • 提供者:刘鸿
  1. crc

    0下载:
  2. crc校验工具程序源码,还有四字节转浮点数格式-crc check utility source code, there are four bytes to transfer floating-point format
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-09
    • 文件大小:386.79kb
    • 提供者:刘运凯
  1. sizeoffiles

    0下载:
  2. 检测文件占用多少字节的DELPHI源码,简单修改后即可以使用-The test files take up how many bytes DELPHI source code, simple changes you can use after
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-04
    • 文件大小:162.13kb
    • 提供者:陈明
  1. Demo

    0下载:
  2. 编译最小的delphi程序,500个字节就可以搞定-Compile the smallest delphi program, 500 bytes can handle that. .
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-01
    • 文件大小:326.35kb
    • 提供者:joe lo
  1. SwapEndian

    0下载:
  2. Delphi实现的字节序调换方法及示例(大端<->小端),主要用在IC卡相关编程方面。-Delphi to achieve byte order exchange methods and examples used in IC card-related programming.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-23
    • 文件大小:267.19kb
    • 提供者:westwind
  1. txt2utf8Unicode

    0下载:
  2. 批量转换Ansi,Unicode,Unicode big endian,UTF­ 8工具 1.含文本的文件和文件夹拖入程序,即可获得列表,以及编码格式; 2.可按4种格式读取和存储文件; 3.最右方的文件按文件的原格式读取和保存文件; 4.可添加到【文件列表】的格式在左下方进行添加和删除,文件之间分号隔开; 17:53 2013­ 09­ 27 提示: Notepad(记事本)只支持四种格式:ANSI/Unicode/Unicode
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-17
    • 文件大小:475.45kb
    • 提供者:lq
  1. 4863634

    0下载:
  2. Delphi在jpg图片保存时显示图片字节大小,编程学习源码,很好的参考资料。-Delphi display pictures byte size in JPG pictures to save time, learning programming source code, a good reference.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-05
    • 文件大小:7.39kb
    • 提供者:什锦丁儿
  1. delphi

    0下载:
  2. 1、通过DLL与PLC通信,基于ppi协议。 2、DLL文件名:S7_200_PPI.dll 3、串口,连接线为西门子PC-PPI电缆或自己焊接 4、S7-200 PLC 默认参数即可 5、默认一次最多读取100个VB字节或50个VW字,通过DLL函数修改,可以读取更多 6、为了简化程序,仅提供V区操作,实际应用中足够了 7、操作VW字时,地址应为偶数-1, through the DLL communicates with PLC,
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-16
    • 文件大小:403.33kb
    • 提供者:fanhp
  1. Delphi_632413

    0下载:
  2. Delphi:采用BASE64算法流加密,编码多个字节,可以编码奇数字节和基数字节,把编码好的块写到流中,当然也可进行BASE64算法流的解密,解密的数据输入到流中,还可进行BASE64算法字符串加密,字符串解密等,比较全的BASE64加密与解密实例,仅供参考。 -Delphi: a stream cipher algorithm using BASE64 encoding a plurality of bytes, and the base may be encoded odd byte
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-17
    • 文件大小:8.92kb
    • 提供者:ZS52OX7
« 12 »
搜珍网 www.dssz.com