说明:这是一个基于西门子TC35I通信模块,用C语言编写的源码 能够实现在电脑上收发短信的功能-This is a communication module based on Siemens TC35I, using C language source code to achieve the functions of the computer to send and receive text messages <taozi> 在 2025-12-03 上传
| 大小:3kb | 下载:0
说明:function matrix=asciiRead(fileName)
asciiRead: Read an ascii file into a matrix
Usage: matrix=asciiRead(fileName)
Roger Jang, 20041021
if nargin<1, selfdemo return end
fid=fopen(fileName, rb )
content=fread(fid, inf, cha <jafar> 在 2025-12-03 上传
| 大小:3kb | 下载:0