搜索资源列表
h_weight
- 哈夫曼码的编码译码系统 问题描述 利用哈夫曼编码进行信息通讯可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统将待传输的数据预先编码:在接受端通过一个译码系统对传来的数据进行译码(复原)。对于双向传输信息的通道,每端都需要一个完整的编码译码系统。试为这样的信息收发站编写一个哈夫曼码的编码译码系统。-Huffman coding code decoding system describes the use of Huffman coding informa
Cryptix_src_3-0-3
- 1.BOOL OnCommsCreate(CWnd* pParentWnd) 创建串口,本DLL同时创建5个串口。pParentWnd为窗口指针,一般为this。 2. BOOL OnComportOpen() 根据串口设置文件中的设置参数,打开多串口。 3.void OnCommSend(unsigned int uiCom, CString sSendData, unsigned int uiKind) 往指定串口发送数据。其中uiCom为指定的串口,注意串口1的u
金笛JAVA版短信开发控件 V2.1
- 1、异步操作方式。设备连接和短信发送均采用异步方式,即容器程序调用连接函数或发送函数后立即返回。由控件自行完成连接或发送过程,当操作完成后,将执行结果以事件的形式通知容器程序。 2、内部包含收发缓冲队列。控件可以同时接受容器程序较多的发送请求,控件将这些发送请求放到一个发送队列中,控件依次逐个执行该发送队列,并将执行结果以事件的形式通知容器程序。控件包括了内部发送队列和内部接收队列,并且提供了队列的处理情况的访问方法,根据这个特性,容器程序可以连续提交多个短信发送请求; 3、支持多个控件
s_mail
- java写的一个可收发EMAIL的类.可用其中的方法直接收发EMAIL.-wrote a java can send and receive e-mail and the like. The method can be used directly TX EMAIL.
在SQL SERVER中保存图片
- SMS消息组件是一个完整的标准收件箱应用程序,允许你像收发电子邮件一样,收发SMS消息。 你也可以转发和回复SMS消息,像电子邮件一样-SMS message component is a complete standard Inbox application that allows you the same as e-mail, send SMS messages. You can forward and reply to SMS messages, like e-mail
住房银行按揭计算器更新版
- 软提供了四种语言:C#, VB.NET, 可管理的C++和Jscr ipt。本文简要的讨论了我们关于 这些语言和哪种语言将被使用的看法。 ... 使用VB收发电子邮件 2003-4-10 9:50:43. 发送和接收电子邮件,对于某些执行特-soft provided in four languages : C#, VB.NET, C and management Jscr ipt. In this paper we discussed on these language and wha
c屏保程序
- 中文Powe~oim2002的使用、管理计算机中的文件、浏览Imernet信息 以及收发电子邮件等内容。 本书语言通俗,实例丰富,图文并茂,注-Chinese Power ~ oim2002 the use, management, computer documents, browsing Imernet information and e-mail content. The book language is colloquial examples of a richly-illustrat
CMPPClient1.0
- 使用at指令发送的代码 使用标准AT指令 现在只能支持PDU模式(Text模式太简陋)! 支持7_Bit 和 UCS2 编码 集成了串口(spcomm) 只需要简单的配置几个参数就可以收发短信了-use of this directive at the code using standard AT command now only support PDU mode (Text mode - too shabby)! UCS2 7_Bit support coding and
YahooWidgetEngine302
- SMAPI和CMC都包含在完整的MAPI中,当用户想执行一些高级操作,比如编写自己的E-mail服务器的时候,必须使用完整的MAPI。本文主要阐述如何编写能够收发电子邮件的程序,因此使用SMAPI就足够了-SMAPI and CMC are included in the integrity of the MAPI, when users wish to implement a number of senior operations, For example, the preparation o
2005412143113662
- 串口数据接收方式如何处理不定长数据的接收用字符方式收发码值大于127的字符数据串口通讯问答 -way how to deal with variable length data reception mode transceiver using character code values greater than 127 characters Address serial data communications quiz
baud_rate
- uart通讯测试软件,可以测试串口程序的收发功能-UART communications test software, test procedures serial transceiver functions
MailPro
- java语言写的一个简单的邮件收发系统 但由于条件的限制,只能针对特定的邮件系统进行发送,但能对决大多数邮件系统进行收邮件功能,只要按照提示一步一步做-write a simple mail system because of the limitations, only specific mail system sent, but the majority will mail system between the resumption of mail, as long as they do
深入浅出VC++串口编程之基于控件
- Visual C++为我们提供了一种好用的ActiveX控件Microsoft Communications Control(即MSComm)来支持应用程序对串口的访问,在应用程序中插入MSComm控件后就可以较为方便地实现对通过计算机串口收发数据。-Visual C to provide us with a handy Microsoft ActiveX controls Communications Control (MSComm) to support the applications o
8139dosRealmodedriver
- 8139网卡dos实模式驱动及简单收发数据源代码-8139 card dos real mode drivers and a simple transceiver data source code
1721
- 本程序是单文档界面分割窗体的一种通信方法,自己感觉是比较笨的一种方法,可能使用消息映射的方法更好. 另外,开发周期也是一个不得不考虑的问题。程序工作在内核,稳定性/兼容性都需要大量测试,而且可供使用的函数库相对于应用层来说相当少。在应用层开发,调试修改相对要容易地多。 应用层截包驱动程序工作在操作系统内核,截断了所有的报文收发过程,并且把报文送到应用程序中处理,根据应用的策略,或者继续收发过程,或者丢弃,或者做其他的改变。 这个工具包提供了应用编程
qyouxianwuxianiangdaqi
- 有线 无线 双模式八路抢答器 使用无线收发模块 编码解码芯片-cable, wireless dual mode Eighth Route Army Responder use wireless transceiver chip codec
GsmToUart
- GSM模块的串口操作源码,项目验证通过,可以通过PC机打电话,收发短消息,功能强大!-GSM module serial operation source, the project through certification, through PC phone, Sending and Receiving Short Messages by. Powerful!
maier-test
- e语言编写的短信收发程序,远程管理机上使用,-e language of SMS transceiver procedures, remote management machine use,
smgpgw1.0
- 免费SMGP模拟网关软件,无任何限制 支持一个smgp连接(收发类型的),支持监听端口的设定, 支持上下行的Submit,Deliver消息,支持Login消息;支持大量的Deliver消息同时下发。 不支持: 不支持状态报告, 不支持ICPID鉴权,所有登陆消息只要格式对就可以。-free SMGP Gateway simulation software without any limitations smgp support a link (TX types), m
短信收发系统
- 这是一个可以收发短信的小小系统 希望能帮助大家 哦-can send and receive text messages to the small systems we hope to help oh