搜索结果

找到约 599 项符合 NULL-modem 的查询结果

Modem编程 利用MSComm控件

利用MSComm控件,通过串口发送AT指令操作Modem。在2台计算机之间进行数据传输。
https://www.eeworm.com/dl/623/132536.html
下载: 58
查看: 1041

数学计算 先序遍历非递归算法 #define maxsize 100 typedef struct { Bitree Elem[maxsize] int top }SqStack void PreOrderUn

先序遍历非递归算法 #define maxsize 100 typedef struct { Bitree Elem[maxsize] int top }SqStack void PreOrderUnrec(Bitree t) { SqStack s StackInit(s) p=t while (p!=null !StackEmpty(s
https://www.eeworm.com/dl/641/132607.html
下载: 117
查看: 1338

Modem编程 远程拨号示例程序

远程拨号示例程序,该程序运行需要有MODEM,未经测试。
https://www.eeworm.com/dl/623/135906.html
下载: 42
查看: 1040

Delphi控件源码 delphi下的tapi控件

delphi下的tapi控件,用于开发modem
https://www.eeworm.com/dl/666/136978.html
下载: 96
查看: 1136

数据结构 这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中

这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。例程是一个MD5的MFC程序, 支持字符串和文件两种输入。 LPCSTR TargetFile(char *filename=NULL) //计算文件的MD5值 void TargetStr(LPCSTR str) //计算字符串的MD5值 LPCSTR GetDigestKey() //取M ...
https://www.eeworm.com/dl/654/137283.html
下载: 170
查看: 1104

uCOS 在ARM内核的LPC2119硬件平台下

在ARM内核的LPC2119硬件平台下,以uc/osII开发环境下写的操作modem的设备驱动程序。用户可以不用修改即可操作modem,而且代码是可重入的。
https://www.eeworm.com/dl/649/140941.html
下载: 68
查看: 1032

Modem编程 RAS高级编程是一个RAS拨号程序高级开发

RAS高级编程是一个RAS拨号程序高级开发,通过该程序不经能够实现电话拨号功能,还能实现如adsl、网通等拨号功能,还能够监控modem或者网卡的网络流量,绝对是一个值得读者学习的程序
https://www.eeworm.com/dl/623/147511.html
下载: 95
查看: 1071

Applet java 100例子 import javax.swing.JOptionPane //调用method class c { //定义名字 public static void

java 100例子 import javax.swing.JOptionPane //调用method class c { //定义名字 public static void main(String[] args) { //开始method JOptionPane.showMessageDialog( null, "错误" ) //显示一条信息 System.exit(0) // 结束程序 } //结束method } //结束class ...
https://www.eeworm.com/dl/634/154367.html
下载: 123
查看: 1092

驱动编程 This structure defines the interface between the low-level tty driver and the tty routines. The foll

This structure defines the interface between the low-level tty driver and the tty routines. The following routines can be defined unless noted otherwise, they are optional, and can be filled in with a null pointer.
https://www.eeworm.com/dl/618/158418.html
下载: 126
查看: 1053

其他 * Function: * 1. Replace the first oldstr with newstr in srcstr * Arguments: * IN : * srcst

* Function: * 1. Replace the first oldstr with newstr in srcstr * Arguments: * IN : * srcstr * oldstr * newstr * OUT : * srcstr * Return: * 1. If find and replace one oldstr with newstr in srcstr , return 1 * 2. If find no oldstr in srcstr , return 0 * 3. If error (malloc return NULL) ...
https://www.eeworm.com/dl/534/160468.html
下载: 92
查看: 1144