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

搜索资源列表

  1. PROJECTSERVER

    0下载:
  2. 客户端与服务器的加密验证,用vc开发,只是一个例子,只作参考.-client and server encryption test using vc development, is just one example, only for reference.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:287.12kb
    • 提供者:凯文
  1. test_client

    0下载:
  2. tcp/ip客户端测试源码-tcp / ip client test source.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:5.42kb
    • 提供者:aa
  1. sendID

    0下载:
  2. 用Socket实现的客户端send 、receive测试-Socket client send, receive test
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1.52kb
    • 提供者:王心杰
  1. FTP_linux

    0下载:
  2. 本设计实现了ftp的设计,使用了socket网络编程,ftp基于cs模式,包含客户端和服务端,可以实现上传、下载、删除、添加等各种功能,支持断点续传、多用户登陆、错误日志等功能。运行环境是linux,压缩包内含有源代码、使用说明、实验报告等,是学习linux和网络编程的上等材料。-This design enables the design of ftp, using the socket network programming, ftp cs-based model, including cl
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-19
    • 文件大小:4.96mb
    • 提供者:
  1. MFC_COM

    0下载:
  2. 用MFC编写的COM程序,包括客户端测试程序。-COM using MFC prepared procedures, including client-side test procedure.
  3. 所属分类:Network Security

    • 发布日期:2017-05-24
    • 文件大小:60.59kb
    • 提供者:laye
  1. SinoOPCServer

    0下载:
  2. 基于OPC的服务器运行程序,经过模拟OPC Client测试用-OPC-based server running the program, after simulated test OPC Client
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-19
    • 文件大小:63.71kb
    • 提供者:小明
  1. buildbot-0.7.10p1.tar

    0下载:
  2. The BuildBot is a system to automate the compile/test cycle required by most software projects. CVS commits trigger new builds, run on a variety of client machines. Build status (pass/fail/etc) are displayed on a web page or through other protocols.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-07
    • 文件大小:1.06mb
    • 提供者:747
  1. h3c802[1].1xclient.tar

    0下载:
  2. Linux下能用得h3c上网客户端, 附带教程, 由湖南大学得linux小组研发,现正在测试当中,湖南大学校内测试成功,现在我正在用呢-Under Linux can be a client h3c Internet, with tutorials, linux by a group of Hunan University R & D, which is now being tested, test success school of Hunan University, and now
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:317.63kb
    • 提供者:JImmySky
  1. ipc

    0下载:
  2. linux下的服务端和客户端的聊天测试程序-Under linux server and client chat test program
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:24.93kb
    • 提供者:关天优
  1. mailserver

    0下载:
  2. telnet,outlook,foxmail测试通过 发送邮件,接收邮件,*和转发邮件. 使用了Makefile多文件,Shell脚本,守护进程.模拟了SMTP协议和POP3协议,编写的服务器端和客户端的邮件传输系统,支持多线程,多用户的功能.-telnet, outlook, foxmail test by sending e-mail, receive mail, mass, and forward messages. using the Makefile multiple fil
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:84.37kb
    • 提供者:黄金芳
  1. test

    0下载:
  2. socket下的网络间通信在远程客户端上的命令行开发下的应用。-socket communication network under the remote command line client application under development.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:528byte
    • 提供者:jusin
  1. net-test

    0下载:
  2. 这是一个网络通信程序的源代码,经过扩充后可用于多客户端的网络通信 首先在终端启动服务端: ./server 8888 然后新开一个终端,运行客户端 ./client localhost 8888 此时客户端会连接到服务端并且接受信息, 输出显示 -This is a network communication program' s source code, through expanded for multi-client netw
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:9.3kb
    • 提供者:quietojlt
  1. Linux5.4RHCENIS

    0下载:
  2. Linux 5.4 RHCE NIS学习笔记目标:1、搭建单域单NIS服务器2、搭建主/从NIS服务器3、客户端测试命令应用 4、客户端文件配置配置方法5、常见到的问题解决6、实现用户家目录漫游(即使用NFS挂载家目录)7、额外知识(附录)-Linux 5.4 RHCE NIS study notes objectives: 1, to build single-domain single NIS server 2, build a master/slave NIS server 3, the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:340.84kb
    • 提供者:姜美玉
  1. serive-client

    0下载:
  2. 写linux下的用户程序,其中一个为父进程,它创建了另外2个子进程,这2个子进程通过某种IPC机制实现进程间通信。要求分别在PC机上和在ARM开发板上测试实现。-Write the user program under linux, one of the parent process, it creates two separate sub-process, the two sub-process through some IPC mechanism to achieve inter-proce
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:2.35kb
    • 提供者:lily
  1. openvas-client-3.0.0.tar

    0下载:
  2. openvas的客户端,亲测ubuntu可以使用。3.0版本,国内的网站一般不好找-the openvas the client, pro-test ubuntu can be used. Version 3.0, the domestic sites are generally easy to find
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:741.14kb
    • 提供者:huang da
  1. clia

    0下载:
  2. 基于嵌入式的开发,开发板CS模式客户端测试程序-Based on embedded development, the development board CS mode client test program
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-10
    • 文件大小:1.05kb
    • 提供者:woweili
  1. pps-ktimer

    0下载:
  2. pps-ktimer.c -- kernel timer test client driver for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-08
    • 文件大小:1.25kb
    • 提供者:runtaiqeng
  1. Test

    0下载:
  2. Koch雪花的构图方法,递归模型的实现算法,建立平面二维坐标系,原点位于屏幕客户区中心,x轴水平向右为正,y轴铅直向上为正。 以原点为圆心绘制半径为r的圆,与y轴交于P0点。从P0点开始,顺时针方向将圆三等分,得到P1和P2点。P0P1P2构成等边三角形。 沿着等边三角形的三条边外侧分别绘制三段递归深度为4,夹角为60°的Koch曲线,形成Koch雪花。 -Koch snowflake patterning method, recursive algorithm model, the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-12
    • 文件大小:1.84mb
    • 提供者:邱毛毛
  1. Client

    0下载:
  2. OPC服务器测试框架 OPC服务器测试框架-Test OPC Server
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:237.53kb
    • 提供者:wangli
  1. pps-ktimer

    0下载:
  2. pps-ktimer.c kernel timer test client. -pps-ktimer.c kernel timer test client.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1.2kb
    • 提供者:paxnzer
« 12 3 »
搜珍网 www.dssz.com