搜索资源列表
324242
- RAS高级编程是一个RAS拨号程序高级开发,通过该程序不经能够实现电话拨号功能,还能实现如adsl、网通等拨号功能,还能够监控modem或者网卡的网络流量,绝对是一个值得读者学习的程序-RAS is a high-level programming procedures RAS Dial-Advanced Development, through this program can be achieved without a telephone dial-up function can be re
fast
- Fax and soft modem source code. - Fast Version You can use this code to build a soft modem function in your embedded system.
slow
- Fax and soft modem source code. - Slow modem You can use this code to build a soft modem function in your embedded system. This is a slow version
AFD
- 一个RAS拨号程序高级开发,通过该程序能够实现电话拨号功能,能实现如adsl、网通等拨号功能,还能够监控modem或者网卡的网络流量-A RAS dial-up procedures for advanced development, can achieve through the program dial function, can achieve such as adsl, Netcom and other dial-up function, but also be able to moni
VCPP
- 一个基于GSM的MODEM编程,实现收发短信的功能!-A GSM-MODEM-based programming, the function of sending and receiving text messages!
tapiMODEM
- 本源代码是一个使用WINDOWS API函数直接开发MODEM通讯程序源码, 已通过测试。-Source code is a direct development using WINDOWS API function MODEM communication program source code, has been tested.
1
- 功能:现代人的社会交往越来越多,人们会需要通讯录来记录联系信息,必须对通讯录进行管理,对使用通讯录提供方便,基本功能如下: 输入、显示、查找、删除、插入、保存、读入、按照序号查询、拷贝、排序和退出。 目的:利用静态结构数组实现通讯录管理,数组的每一个元素是一个联系记录,通过该例子了解数据库管理的基本功能,重点掌握数组元素作为结构体的应用、数组作为函数参数、文件读写、自定义函数等知识。 程序设计思路:程序设计一般由两个部分组成:算法和数据结
code
- winmm.dll中的mciSendString方法录音C#代码 mciSendString是用来播放多媒体文件的API指令,可以播放MPEG,AVI,WAV,MP3,等等 该函数有四个参数: 第一个参数:要发送的命令字符串。字符串结构是:[命令][设备别名][命令参数]. 第二个参数:返回信息的缓冲区,为一指定了大小的字符串变量. 第三个参数:缓冲区的大小,就是字符变量的长度. 第四个参数:回调方式,一般设为零-the winmm.dll of the mc