CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - line parameters

搜索资源列表

  1. TCP.UDP高级编程

    0下载:
  2. 是一个高级的聊天程序,程序中集成了TCP和UDP聊天程序,注意程序运行的时候需要设定命令行参数,可以在项目设置中进行设定,或者通过命令行参数直接执行。-is a senior Chat procedures, procedures which integrates TCP and UDP chat program, to the running time needed to set the command line parameter, which can be installed in the
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:55438
    • 提供者:骑士
  1. chat_program

    0下载:
  2. 这是一个高级的聊天程序,程序中集成了TCP和UDP聊天程序,注意程序运行的时候需要设定命令行参数,可以在项目设置中进行设定,或者通过命令行参数直接执行-This is a senior Chat procedures, procedures which integrates TCP and UDP chat program, to the running time needed to set the command line parameter, which can be installed i
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:52082
    • 提供者:缪陆军
  1. addnews

    0下载:
  2. 一个php原码 相关的还有1个将在下次传上来 这个是设备参数说明在线管理系统-a php related to the original code there will be a mass in the next line with the parameters of equipment management system shows online
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1235
    • 提供者:liouhai
  1. chkuser

    0下载:
  2. 一个php原码 相关的还有1个将在下次传上来 这个是设备参数说明在线管理系统-a php related to the original code there will be a mass in the next line with the parameters of equipment management system shows online
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1070
    • 提供者:liouhai
  1. login1123

    0下载:
  2. 一个php原码 相关的还有1个将在下次传上来 这个是设备参数说明在线管理系统-a php related to the original code there will be a mass in the next line with the parameters of equipment management system shows online
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1706
    • 提供者:liouhai
  1. wangluoruqinjiancexitong

    0下载:
  2. 这是一个用C编写网络入侵检测系统,通过命令行启动程序,通过不同参数调用相应的功能!-This is a C preparation network intrusion detection system, through command line commencement of the proceedings, through different parameters with the corresponding function!
  3. 所属分类:防火墙与安全工具

    • 发布日期:2008-10-13
    • 文件大小:3647789
    • 提供者:孟雨
  1. traceroute

    0下载:
  2. 这是一个TraceRoute程序,它是一个Winsole程序,因此在编译成功后,应该打开“开始”菜单的“运行”对话框,然后单击“浏览”按钮,在该工程Debug和Release目录下得到可执行文件的路径和文件名,并在后面加入命令行参数:要TraceRoute的IP地址。--This is a TraceRoute program, it is a winsole program. After compiled successfully, you may open the "running" dia
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-11-08
    • 文件大小:274883
    • 提供者:站长
  1. My_Ping

    0下载:
  2. 简单的网际协议:包含了IP、ICMP、ARP、MYPING模块,使用命令行参数运行,如: E:\MY_PING\my_ping\bin\debug\my_ping 133.11.240.57-Simple Internet Protocol: includes IP, ICMP, ARP, MYPING modules, use the command line parameters to run, such as: E: MY_PINGmy_ping indebugmy_ping 133.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:17979
    • 提供者:pengfu
  1. TCP_UDP

    0下载:
  2. 一个高级的聊天程序,程序中集成了TCP和UDP聊天程序,注意程序运行的时候需要设定命令行参数,可以在项目设置中进行设定,或者通过命令行参数直接执行。-A high-level chat program, the program integrates TCP and UDP chat program, pay attention to the procedures need to be set when running command-line parameters in the project
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-15
    • 文件大小:54693
    • 提供者:zhangshouying
  1. sendTCP

    0下载:
  2. 计算机网络 编制程序,填充一个TCP数据包,并发送给目的主机。 要求 (1)程序以命令行形式运行:SendTCP source_port dest_ip dest_port其中,SendTCP为程序名 source_ip为源端IP地址 source_port为源端口 dest_ip为目的IP地址 dest_port为目的端口 (2)其他的TCP头部参数可以自由设定 (3)数据字段"This is my job!" (4)发送成功后在屏幕上输出"send OK!"
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:125710
    • 提供者:ZSQ
  1. renew

    0下载:
  2. 文件扩展名更改程序的功能:在命令行中输入renew dir old new,应用程序的名字为renew.exe,后面的dir,old和new是三个命令行参数,dir代表一个全路径名,old和new代表文件扩展名,在路径为dir中搜索所有扩展名为old的文件,如果找到将扩展名改为new而文件名不变。在读入参数的过程中检验路径是否合法,若不合法则输出提示并退出,如果用户输入的参数不符合要求也输出提示并且退出程序;在修改文件扩展的过程中如果遇到重名的文件,提示用户是否覆盖,若选择覆盖则删除原文件,更改
  3. 所属分类:Search Engine

    • 发布日期:2017-04-13
    • 文件大小:2603
    • 提供者:琪琪
  1. TraceRouteo

    0下载:
  2. 这是一个TraceRoute程序,它是一个Winsole程序,因此在编译成功后,应该打开“开始”菜单的“运行”对话框 然后单击“浏览”按钮,在该工程Debug和Release目录下得到可执行文件的路径和文件名,并在后面加入命令行参数 :要TraceRoute的IP地址。 -This is a TraceRoute program, which is a Winsole program . If compiled successfully , we can open the Star
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-16
    • 文件大小:49762
    • 提供者:zhao
  1. telnet

    0下载:
  2. 支持自动telnet和手动telnet的源码,自动可使用参数-f telnet -f cmds.file remote_IP,在列表中一条命令一行,依次为用户名 口令 命令-Support the automatic telnet and telnet source code manually, automatically use the parameters-f telnet-f cmds.file remote_IP, in the list with a single command
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:13095
    • 提供者:gg
  1. LAN-basedcommandsanddatatransmission

    0下载:
  2. 基于局域网络的命令和数据传输。在一台机器上,将点、线、面的绘画命令和参数通过局域网发送到另外一台计算机上,并在其屏幕上显示绘画结果。数据的接收要求用线程完成。 -LAN-based commands and data transmission. In a machine, will be point, line, surface drawing commands and parameters sent via the LAN to another computer and displayed
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:1960868
    • 提供者:谢琳琳
  1. tcp-udp

    0下载:
  2. 一个高级的聊天程序,程序中集成了TCP和UDP聊天程序,注意程序运行的时候需要设定命令行参数,可以在项目设置中进行设定,或者通过命令行参数直接执行。-An advanced chat program, the program integrates the TCP and UDP chat program, attention needs to be set when running command-line parameters can be set in the project setting
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-30
    • 文件大小:433432
    • 提供者:贾永鑫
  1. Ping

    0下载:
  2. 这是一个Ping程序,它是一个Winsole程序,因此在编译成功后,应该打开“开始”菜单的“运行”对话框 然后单击“浏览”按钮,在该工程Debug和Release目录下得到可执行文件的路径和文件名,并在后面加入命令行参数 :要Ping的IP地址-This is a Ping program, it is a Winsole program, so the compiler success, should open the " Start Menu " run "dialog "Then
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-11-25
    • 文件大小:309339
    • 提供者:彭鸿
  1. enc

    1下载:
  2. 编写一个文件加密程序enc,对于任意的文件进行加密和解密,加密算法何以自选。 程序功能: 程序带有3个命令行参数,依次为运行模式、密钥、文件名。 Enc e 密钥 文件名 对于文件进行加密 Enc d 密钥 文件名 对于文件进行解密 要求加密后的文件进行解密能够完全恢复成原文件 -Write a file encryption program enc, for any file encryption and decryption, why encryptio
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-13
    • 文件大小:3153920
    • 提供者:yongge
  1. LiveUpdate

    0下载:
  2. 这个程序允许您创建脚本以允许更新你的程序。它使用脚本所以几乎没有什么是“硬编码”到它。使用它为所有你的不同的程序简单地创建一个不同的脚本为每一个,并且将这些上传到你的网站。只是你的计划包括一个快捷方式到这个用适当的命令行参数-This program allows you to create scr ipts to allow updates to your program. It uses the scr ipt so almost nothing is " hard coded&qu
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-11-25
    • 文件大小:147549
    • 提供者:锅烧白菜
  1. sock

    0下载:
  2. linux下的命令行socket服务端、客户端实现,并提供详细参数配置-The command line under linux socket server, the client implementation, and provides detailed configuration parameters
  3. 所属分类:Linux Network

    • 发布日期:2017-11-15
    • 文件大小:17966
    • 提供者:lubin
  1. 1

    0下载:
  2. 1.已知参数:目的节点IP地址或主机名 2.设计要求:通过原始套接字编程,模拟Ping命令,实现其基本功能,即输入一个IP地址或一段IP地址的范围,分别测试其中每个IP地址所对应主机的可达性,并返回耗时、生存时间等参数,并统计成功发送和回送的Ping报文。 2.1初始化Windows Sockets网络环境; 2.2解析命令行参数,构造目的端socket地址; 2.3定义IP、ICMP报文; 2.4接收ICMP差错报文并进行解析。 3. 程序实现主要用到Java网络包中的
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:3695
    • 提供者:nene
« 12 »
搜珍网 www.dssz.com