搜索资源列表

  1. 完整的文件发送接收程序源代码_VB

    0下载:
  2. 完整的文件发送接收程序源代码VB.zip 下载的别人的,谢谢原作者。-integrity of the document send and receive source code VB.zip download others, I thank the original author.
  3. 所属分类:通讯编程

    • 发布日期:2024-05-17
    • 文件大小:64512
    • 提供者:黄胜
  1. 2ASK的调制与解调及其功率谱的接收

    0下载:
  2. 2ASK的调制与解调及其功率谱的接收-2ASK modulation and demodulation and the power spectrum receiver
  3. 所属分类:通讯编程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:陈旭
  1. 20050120091918_MySerialPort[2004-01-18-01]

    0下载:
  2. 从串口读取数据,有两种方法,1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的接收,其实就是第一种方法的变种: 一个侦听EV_RXCHAR,
  3. 所属分类:串口编程

    • 发布日期:2024-05-17
    • 文件大小:46080
    • 提供者:刘云鹏
  1. dp51e

    0下载:
  2. 通过串口,接收上位机发送的命令,并进行CSI24WC02的读写操作,并返回相应 数据或应答。用汇编实现,可以用keil编译器-through the serial port, the receiving PC to send orders, and CSI24WC02 read and write operations, and return to the corresponding data or response. Assemble
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:张正
  1. SMTPPOP3_MFC(19KB)

    0下载:
  2. SMTP与POP3协议 能够接收与发送邮件-POP3 and SMTP to send and receive mail
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:21504
    • 提供者:
  1. bcb001

    0下载:
  2. 该应用程序可以不依赖C++ Builder环境来运行,双击即可运行。也可以在C++ Builder 6.0中打开MailProj.bpr文件,直接编译运行即可。该程序是一个简单的邮件接收和发送系统。注意:因为现在邮箱大多数都要求有用户名和密码,所以在发送邮件时可能会失败。(注:有时在其他计算机上运行时可能会出现一个“Invalid resourec file:....”的警告。 可以忽略,单击“OK”按钮即可,程序会在编译中重新生成这个
  3. 所属分类:Email客户端

    • 发布日期:2024-05-17
    • 文件大小:118784
    • 提供者:杨亚波
  1. 编程器控制CPU接收和控制程序

    0下载:
  2. /*P89CXX编程器控制CPU接收和控制程序*///定义需要编程的cpu类型,0:P89C51 1:P89C52 2:P89C54 3:P89C58 4:P89C51RC+ 5:P89C51RD+-/* P89CXX programming control CPU to receive and control procedures*///definition programming needs of the cpu type 0 :
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:哟 乁
  1. TCP的客户服务器通信程序

    0下载:
  2. TCP的客户服务器通信程序 一:程序运行过程 1、运行服务器程序,等待客户端发出请求 2、运行客户端程序,输入客户的IP地址,请求连接 3、若连接成功,服务器端显示客户的IP地址及端口号;客户端接收文件并保存在d:\\client\\ls.txt下,否则,显示错误信息。 二:程序实现原理 发送端:打开文件,逐一读取字符到缓冲区(缓冲区大小为1024),若文件大于1024,则成块发送;若小于,则直接发送。 接受端:与发送端同理。-TCP
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-17
    • 文件大小:15360
    • 提供者:
  1. POP3邮件接收

    0下载:
  2. 用于从pop3服务器上下载邮件,有查看和修改功能-from pop3 server for downloading e-mail, view and change the functional
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-17
    • 文件大小:25600
    • 提供者:余政
  1. 串口接收

    0下载:
  2. 本人最近刚刚搞完串口操作,这是参考其他人的代码,并修改而成的.-recently I just get finished serial operation, which is reference to other people's code, and the revisions.
  3. 所属分类:通讯编程

    • 发布日期:2024-05-17
    • 文件大小:169984
    • 提供者:海涛
  1. MT8870

    0下载:
  2. 双音频解码器MT8870的驱动,用串口接收数据,可从串口调试器查看接收的数据-dual audio decoder di drives with Serial receive data from the serial debugger view of the data received
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-17
    • 文件大小:11264
    • 提供者:梁江
  1. 用Visual C实现POP3邮件接收程序

    0下载:
  2. 支持pop3协议,实现pop3邮件接受,用c#语言编写。经过测试合格。-support pop3 agreement and achieve pop3 mail acceptance, with c# language. After tested.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-17
    • 文件大小:25600
    • 提供者:焦伟伟
  1. VB学生管理系统

    0下载:
  2. 串口数据的发送与接收及十六进制数据的处理 串 口数据的发送与接收及十六进制数据的处理-serial data transmission and reception of data and hexadecimal address of the serial data send and receive data and he xadecimal address of the serial data send and receive data
  3. 所属分类:教育/学校应用

    • 发布日期:2024-05-17
    • 文件大小:363520
    • 提供者:wetq
  1. 串口通讯经典程序

    0下载:
  2. 这是我自己写的关于串口通讯的小程序,适于两台PC机之间通过(交叉串口线)串口通讯.可以(自动或手动)发送数据、接收数据、保存数据。是调试串口和初步学习串口编程的好例子。其中还用到了典型的串口类,对于从事串口编程者有一定的借鉴作用。 -that I write on small serial communication procedures, suitable for two between the PC (cross-Serial
  3. 所属分类:串口编程

    • 发布日期:2024-05-17
    • 文件大小:3785728
    • 提供者:鸡蛋
  1. atmega16串口收发程序

    0下载:
  2. AVR单片机atmega16串口中断接收和发送程序。接收到字符后再发送出去。-AVR atmega16 interrupt receive and transmit procedures. After receiving characters sent.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:鹏程万里
  1. MailRecieve

    0下载:
  2. 很简单的邮件接收客户端,功能比较少但是能体现函数的应用,适合与初学者观看-very simple client to receive mail, but less functional reflect function application, suitable for beginners and watch
  3. 所属分类:WEB邮件程序

    • 发布日期:2024-05-17
    • 文件大小:2407424
    • 提供者:大智
  1. LPCforIR

    0下载:
  2. 基于标准MCS-51 单片机的红外接收软件.RC-5码.可通过RS232将接收到的码发送给PC机,实现红外遥控功能.短小精悍,采用中断编写.-standards-based MCS-51 infrared receiver software. RC-5 yards. Through RS232 will receive a code sent to the PC to achieve functional infrared remote
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:
  1. srmail

    0下载:
  2. 邮件客户端:包括邮件接收,邮件发送,邮件存储和信息配置等功能-mail client : including mail receiving, mail, e-mail storage and information distribution function
  3. 所属分类:界面编程

    • 发布日期:2024-05-17
    • 文件大小:57344
    • 提供者:郑徐
  1. 发送和接收电子邮件

    0下载:
  2. 应用程序向导已为您创建了此 Test 应用程序。此应用程序 不仅介绍了使用 Microsoft 基础类的基本知识, 而且是编写应用程序的起点。 此文件包含组成 Test 应用程序的每个文件的内容摘要。 -Application Wizard you created for this Test applications. This application not only use Microsoft introduced
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-17
    • 文件大小:181248
    • 提供者:李绍阳
  1. 串口通信应用程序

    0下载:
  2. 这是串口通信应用中一个比较好的例子,同还展示了如何通过串口来获得GPS接收到的数据,并作相应的处理,是一个完整的示例。-This is the serial communication applications a good example, with the display through the serial GPS receiver to receive the data, and accordingly, is a comple
  3. 所属分类:串口编程

    • 发布日期:2024-05-17
    • 文件大小:100352
    • 提供者:匡尧文
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org