CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - send

搜索资源列表

  1. mailclient

    0下载:
  2. mail客户端程序,可以发送邮件,在局域网内部,可以用winmail检测-mail client program can send e-mail, internal LAN, you can use winmail Detection
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1456
    • 提供者:眨巴
  1. Ming.Alarm

    0下载:
  2. 本安防报警系统为软硬件相结合的集成系统,实现布防、检测、报警等功能,能接收报警信号,分析并对之作出动作相应,显示当天接收的并且成功处理的报警日志,接收用户命令,调用布防参数、处警参数设置向导、管理报警日志,对数据库中的日志表进行查询、删除操作。一旦有不安全事件发生,就可进行人工或自动报警(拨打110、119等报警电话在、拉响警笛、启动录像等)-the Security Alarm System for the combination of hardware and software integr
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:230579
    • 提供者:
  1. post

    0下载:
  2. 一个发送带有附件邮件程序编程,功能很全,希望对大家有所帮助!-send an e-mail with attachments programming, function very long, we want to help!
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:91540
    • 提供者:武青云
  1. simpleEmail

    0下载:
  2. 本程序实现发送无附件的电子邮件功能,即简单的文本信息.-the program to send e-mail attachments without function, which is a simple text messages.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:40424
    • 提供者:徐梅
  1. advanceemail

    0下载:
  2. 本例实现了发送带附件的电子邮件的功能!其中不仅涉及SMTP协议的内容,还涉及到文件编解码和算法选择!-realized send an attachment in e-mail function! SMTP which involves not only the content of the agreement, but also to the file and codec algorithm choice!
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:90862
    • 提供者:徐梅
  1. vbSendMail

    0下载:
  2. 鬼老的邮件发送程序,可以发送邮件附件,可以学习改造。-old ghosts mail sent procedures, can send e-mail attachments, we can learn from transformation.
  3. 所属分类:Email客户端

    • 发布日期:2008-10-13
    • 文件大小:198196
    • 提供者:陈宏
  1. 2006042709

    0下载:
  2. 应一些网友的要求,公布播放器的源码。其实最主要的原因是我懒得更新它了。如果你不能编译的话请在Import ActiveX Control中添加c:\\winnt\\system32\\macromed\\flash或c:\\windows\\system\\macromed\\flash中添加flash.ocx,然后install就可以了,如果您找不到flash.ocx那么请在添加/删除中加入marcomedia shockwave支持或安装flash6。还需要rxlib for d6控件。如果
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:198207
    • 提供者:neil
  1. FastMail1.1

    0下载:
  2. 内置了SMTP服务器的功能,支持匿名发送邮件,可发送多媒体网页,直接发送网站等功能-built-in SMTP server functions, support anonymous mail can send multimedia website this site is a direct function
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:47383
    • 提供者:liu
  1. netsendprog

    0下载:
  2. 一个局域网通讯的工具,输入对方计算机的名字就可以发信息给对方。-a LAN communication tool, the importation of the other names on the computer can send a message to each other.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:32794
    • 提供者:huyongjin
  1. SMS_Sender

    0下载:
  2. 自己编写的通过串口发送短信的源代码,使用MSCOMM控件,速度快,稳定!-prepared by their serial send a message through the source code, the use of MSCOMM control, speed and stability!
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:29069
    • 提供者:xz
  1. mumaruanjian

    0下载:
  2. 反弹木马.截屏,发送信息,等等,都是一些经典的源码-rebound Trojan. Cut screen, send messages, etc., are some of the classic source
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:498739
    • 提供者:jkajs
  1. 2407SCI

    0下载:
  2. 有关dsp2407串口通信的接受和发送小程序-the dsp2407 serial communications to accept and send small programs
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7132
    • 提供者:明镜无尘
  1. WakeUp

    0下载:
  2. 执行文件名是WakeUp.exe,运行后输入远程计算机网卡的MAC地址再用命令按钮发送即可。-implementation document are WakeUp.exe. after running the importation of remote computer network card MAC address reuse order button send it.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7002
    • 提供者:倪明
  1. VC_RSA

    0下载:
  2. 一、RSA基本原理 对明文分组M和密文分组C,加密与解密过程如下: C = POW (M , e) mod n M = POW(C , d) mod n = POW(POW( M ,e), d) mod n=POW( M,e*d) 其中POW是指数函数,mod是求余数函数。 其中收发双方均已知n,发送放已知e,只有接受方已知d,因此公钥加密算法的公钥为 KU={ e , n},私钥为KR={d , n}。该算法要能用做公钥加密,必须满足下列条件: 1. 可以找到e ,
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5523
    • 提供者:烟翔
  1. SendShortMessage

    0下载:
  2. 短信模块通过串口与PC机相连,该程序操作短信模块,发送手机短信,不支持接收手机短信,短信内容是从Microsoft SQL server中读取的,数据表和存储过程都提供了。开发平台是.net,语言是C#。操作短信模块指令是AT指令。-messaging module and the PC serial port connected to the messaging module operating procedures, send SMS, not receiving support SMS,
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:93505
    • 提供者:王慧璐
  1. gsmlib-1.10.tar

    0下载:
  2. 一个发送短信的程序,屏蔽了最底层的AT命令等,可以直接调用发送短信。-send an SMS procedures, shielding the bottom of the AT commands, and can send messages directly call.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:474591
    • 提供者:杜宇
  1. MyMailSmtp

    0下载:
  2. 可以发送带附件的邮件的简单程序,使用了smtp协议类-can send e-mail with attachments and the simple procedure, the use of the category smtp agreement
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:68431
    • 提供者:李某商
  1. J2EE_newsssssssssss

    0下载:
  2. SMS是SP服务中一种流行的服务类型,用户可以通过发送短信来定制电影,视频,交友,下载等在线服务, 联盟程序正是处于用户与SP商之间的一种接口平台,平台下可以发展站长,站长在自己的站上做宣传. 手机用户便可以通过该广告完成服务的定制。 -SMS services is a popular type of service, users can send text messages to customize movies, Video, making friends, and downl
  3. 所属分类:RichEdit

    • 发布日期:2008-10-13
    • 文件大小:247226
    • 提供者:王明
  1. gsmmodemRS_sms

    0下载:
  2. 电脑通过 gsm modem 收发短信-gsm through computer modems send and receive text messages ....................
  3. 所属分类:手机短信编程

    • 发布日期:2008-10-13
    • 文件大小:63249
    • 提供者:小鸟
  1. SmsComm

    0下载:
  2. 利用AT命令发短信,采用com方式生成dll,外部调用方法。-use AT commands to send text messages using com generation dll way, the external call methods.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:204450
    • 提供者:洪生
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com