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

搜索资源列表

  1. ch_server

    0下载:
  2. 发送文本文件到服务器-send text files to the server
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2389
    • 提供者:ronaldo
  1. 邮件加密和发送程序

    0下载:
  2. 能够对发送的邮件进行加密和解密,并且能够发送和收取邮件,是很好的学习和说明程序。加密算法使用TEA,发送邮件使用的是JMAIL组建,程序使用Skin++加有皮肤。-able to send mail encryption and decryption, and can send and receive mail, is a very good study and a descr iption of the proceedings. Encryption algorithm used TEA, s
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1233945
    • 提供者:sun
  1. arpReq

    0下载:
  2. 利用Iphlpapi发送arp请求的小程序,在处理线程结束的地方有bug,还没有解决。如果是局域网ip地址填写你所在网段,最后一位是要扫描的终点。-use Iphlpapi arp request to send a small procedure in handling threaded end of the local bug, is still not resolved. If LAN ip address where you fill in net, the last one is to
  3. 所属分类:扫描程序

    • 发布日期:2008-10-13
    • 文件大小:37037
    • 提供者:海深
  1. hotkeys

    0下载:
  2. Hotkeys 可以定义Windows系统热键,用来启动应用程序,发送按键序列给其它程序,退出Windows或者重新启动等.带有全部源程序.-Hotkeys can be defined hotkey Windows system, used to launch applications, send button sequence to the other programs, from Windows or-restart. With all the source.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:365821
    • 提供者:王力
  1. 在文件被使用时强制删除文件

    0下载:
  2. ForceDel.cpp : Defines the entry point for the console application. // // Modified by Zoltan Csizmadia, zoltan_csizmadia@yahoo.com // For companies(Austin,TX): If you would like to get my resume, send an email.-forcedel file when file is using.
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:22513
    • 提供者:孙新
  1. 18839@tdjob

    0下载:
  2. 可以让你在找工作的过程中方便地记录你所选中的公司信息、职位信息、发送的简历和公司的回复,支持多用户,是一个多用户系统 -can let you in the process of looking for work easily record your chosen company information, job information, Send resume and the company's response, support multiple users, is a multi-
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:63249
    • 提供者:辜国强
  1. 发现网络中的活动主机

    0下载:
  2. 关键字: socket, 校验和算法, ICMP, connect, 端口,扫描, 这是我课程设计时,用VC.NET写的一个程序,功能是在利用socket提供的API函数, 填充并发送ICMP包,测试指定IP地址段中活动主机. 使用简单的connect方法来测试目的端口是否可通.并附带了校验和算法.希望更多的人与我交流, QQ:270596846 e_mail:chmuggmwtg@163.com-keyword : socket, the checksum algorithm, I
  3. 所属分类:扫描程序

    • 发布日期:2008-10-13
    • 文件大小:14061
    • 提供者:陈成
  1. Manipulating_the_Keyboard_Lights_in_NT_src

    0下载:
  2. This code demonstrates manipulation of the keyboard indicator lights in Windows NT 4.0. A few relevant values were borrowed from the DDK headers, so it is not necessary to have the DDK installed, to build these sources. There s really nothing f
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:6555
    • 提供者:guard2002
  1. accept-and-send-message.rar

    0下载:
  2. 这是一个基于linux的简单客户端和服务器端互相收发消息的源代码,很适合初学者,This is a simple linux-based client and server to send and receive messages with each other' s source code, it is suitable for beginners
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:8732
    • 提供者:cenwentong
  1. encryption-send.rar

    0下载:
  2. 对文件用DES加密后,并自动发送到指定的FTP服务器。,first Encrpy File in 3DES,than Send the file to FPT server.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-13
    • 文件大小:3577248
    • 提供者:mgl
  1. 11

    9下载:
  2. 完成基于公钥证书的非对称密钥分配工作 说明: (1)作为通讯的双方A和B,都有一个共同信赖的第三方CA,由CA为每个人生成公钥证书和相应的私钥并分发给A、B。 (2)A和B分别将自己的公钥证书提供给对方后,分别在本地验证对方公钥证书是否可靠(假定A、B已经获得CA的公钥),然后A用B的公钥加密一个数据X(整型,可自己定义,比如100)并发送给B,B用自己的私钥解密后得到数据X,然后按协商好的函数F(比如F(X)=2*X)计算得到F(X),再利用A的公钥加密后发送给A;A在本地用自己的
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-10-25
    • 文件大小:71310
    • 提供者:熊龙生
  1. RawPacket

    0下载:
  2. In this article, I will explain how to create UDP packets and then send them to a remote server through the Internet using WinPCap for Windows. The code has been tested to work with Windows XP SP2 and Vista SP1 on Linksys routers, and on Toshiba mode
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:30286
    • 提供者:黄海栋
  1. CSharp-send-get-with-com

    0下载:
  2. 基于C#的rs232发送和接收数据 基于C#的rs232发送和接收数据-C# send and get C# send and get C# send and get
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-25
    • 文件大小:38852
    • 提供者:sien
  1. serialcon

    0下载:
  2. Sample code for sim300cz to send data via gprs Platform : linux,c-Sample code for sim300cz to send data via gprs Platform : linux,c++
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:2237
    • 提供者:zemon
  1. send.c

    1下载:
  2. 这个程序是在linux下利用串口发送数据,把字符串通过标准的语句进行发送。-This procedure is to make use linux serial port to send data to a string for transmission through a standard statement.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:1049
    • 提供者:齐海鑫
  1. 201062910466864

    0下载:
  2. pb9.0中调用方式 FUNCTION long messageaa(string xxx) LIBRARY "message.dll" FUNCTION long sendit(string server,string user,string password,string zt,string zw,string jsr,string fxr) LIBRARY "message.dll" 文件有点大,主要函数功能 long ff ff=sendit("smtp.163
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:265076
    • 提供者:xxfire
  1. VCPP-Keylogger-and-send-mail

    0下载:
  2. 键盘记录并发送到指定邮箱,改改就成好东西了。-VC++ Keylogger and send mail
  3. 所属分类:Network Security

    • 发布日期:2016-01-01
    • 文件大小:239616
    • 提供者:王杰
  1. send

    0下载:
  2. send an skb via TT lookup for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:10505
    • 提供者:stnongser
  1. send-arp-20140315

    0下载:
  2. simple code for visual c++ send arp packet to input target.
  3. 所属分类:Scanner

    • 发布日期:2017-04-13
    • 文件大小:2210
    • 提供者:Phil
  1. arp-send

    0下载:
  2. 用于测试arp发送,环境为linux系统,用于测试arp阻断(Used to test arp send, environment for Linux system, for testing arp block)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:caydon
« 12 3 4 5 6 7 8 9 10 ... 36 »
搜珍网 www.dssz.com