ITU-T+P.862
ITU-T+P.862技术资料下载专区,收录500份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
资源总数
500
ITU-T+P.862 热门资料
查看全部 500 份 →数据加密程序 p macro buf lea dx,buf mov ah,9 int 21h endm data segment pp db 0dh,0ah, welcome you t
数据加密程序 p macro buf lea dx,buf mov ah,9 int 21h endm data segment pp db 0dh,0ah, welcome you to run this programme...
2013-12-24
85
t.30eng
ITUT T.30协议,关于传真数据的具体规定,对于传真开发有一定帮助-ITUT Contacts agreement fax data on the specific regulations for
2024-01-19
1
函数模板T max(T a, T b, T c),使之实现对任何类型数
函数模板T max(T a, T b, T c),使之实现对任何类型数,能从三个数中求出最大数返回。设计各种类型数据(char,short,long,float,double)调用此函数模板。
2015-07-07
218