搜索:CRLF

找到约 6 项符合「CRLF」的查询结果

结果 6
https://www.eeworm.com/dl/633/111910.html Java编程

CRLF Output Stream

CRLF Output Stream
下载 167
·
查看 1078
https://www.eeworm.com/dl/640/160475.html CA认证

* * Input * bin_data : binary data * bin_size : binary data length * Mode : operation mode

* * Input * bin_data : binary data * bin_size : binary data length * Mode : operation mode * BASE64_NeedCRLF ---- Need a CRLF every 64 base64-character * BASE64_NotCRLF ---- Need not CRLF between 64 base64-character * * Output * char data * char data length * * Return ...
下载 174
·
查看 1091
https://www.eeworm.com/dl/644/199822.html 汇编语言

.data val1 sword 0 val sword -276 .code main proc mov ax,val cwd mov bx,10 idiv bx

.data val1 sword 0 val sword -276 .code main proc mov ax,val cwd mov bx,10 idiv bx mov val1,ax call writebin call crlf mov ax,dx call writebin exit main endp end main
下载 135
·
查看 1158
https://www.eeworm.com/dl/652/402240.html 文章/文档

输入、输出功能

输入、输出功能,检验输入的数是否为数字功能,ASCII码与二进制数的的相互转化功能,两数相乘功能,因此整个程序定义了两个宏INPUT和MULTIPLE,宏INPUT实现了输入、检验和ASCII码与二进制的相互转换功能,MULTIPLE实现了两数相乘功能,实现输出功能的是子程序OUTPUT,由于在输入的过程中多次用到了回车 ...
下载 154
·
查看 1044
https://www.eeworm.com/dl/620/441351.html Internet/网络编程

这两个函数 function app_path1:string function socket_rec_line1(socket1:TCustomWinSocket timeout1:integ

这两个函数 function app_path1:string function socket_rec_line1(socket1:TCustomWinSocket timeout1:integer crlf1:string=#13#10):string 实际上是我的一个公用单元中的函数,大家应该养成建立自己的公用单元的习惯。 socket_rec_line1函数中用了唐晓峰大侠的coolmail中的办法:只是简单的一个一 ...
下载 40
·
查看 1080
https://www.eeworm.com/dl/666/244975.html Delphi控件源码

这两个函数 function app_path1:string function socket_rec_line1(socket1:TCustomWinSocket timeout1:integ

这两个函数 function app_path1:string function socket_rec_line1(socket1:TCustomWinSocket timeout1:integer crlf1:string=#13#10):string 实际上是我的一个公用单元中的函数,大家应该养成建立自己的公用单元的习惯。 socket_rec_line1函数中用了唐晓峰大侠的coolmail中的办法:只是简单的一个一 ...
下载 147
·
查看 1113